Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos CI test disabled: test/standalone/issue_339 #1126

Closed
andrewrk opened this issue Jun 17, 2018 · 2 comments
Closed

macos CI test disabled: test/standalone/issue_339 #1126

andrewrk opened this issue Jun 17, 2018 · 2 comments
Labels
bug Observed behavior contradicts documented or intended behavior os-macos
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Jun 17, 2018

https://api.travis-ci.org/v3/job/393343970/log.txt

Build failed. The following command failed:

/Users/travis/build/ziglang/zig/test/standalone/issue_339/zig-cache/build build/zig /Users/travis/build/ziglang/zig/test/standalone/issue_339 /Users/travis/build/ziglang/zig/test/standalone/issue_339/zig-cache test

The following command exited with error code 255:

cd ./.. && build/zig build --build-file /Users/travis/build/ziglang/zig/test/standalone/issue_339/build.zig test 

I'm not able to reproduce the problem on my mac laptop. @bnoordhuis are you able to?

bin/zig build --build-file ../test/standalone/issue_339/build.zig test
@andrewrk andrewrk added the bug Observed behavior contradicts documented or intended behavior label Jun 17, 2018
@andrewrk andrewrk added this to the 0.3.0 milestone Jun 17, 2018
andrewrk added a commit that referenced this issue Jun 18, 2018
I'm unable to reproduce the failure on my mac laptop
more investigation required
@bnoordhuis
Copy link
Contributor

Doesn't fail for me locally either (with d52ef95 reverted.) Not sure what to make of that stack trace.

@andrewrk andrewrk changed the title macos CI tests failing macos CI test disabled: test/standalone/issue_339 Jun 18, 2018
@andrewrk
Copy link
Member Author

andrewrk commented Jun 18, 2018

Thanks for checking.

The stack trace that has the makeDirPosix / makeDir functions in it is an error return trace where the errors were all handled. There isn't a useful stack trace in that output - it looks like the process /Users/travis/build/ziglang/zig/test/standalone/issue_339/zig-cache/build either segfaulted or was otherwise killed by the OS. The next step for me will be having a branch that only runs that test, and runs it in lldb and tries to get a back trace.

@andrewrk andrewrk modified the milestones: 0.3.0, 0.4.0 Sep 3, 2018
andrewrk added a commit that referenced this issue Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior os-macos
Projects
None yet
Development

No branches or pull requests

2 participants