You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
andrewrk
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Jun 17, 2018
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.
https://api.travis-ci.org/v3/job/393343970/log.txt
I'm not able to reproduce the problem on my mac laptop. @bnoordhuis are you able to?
The text was updated successfully, but these errors were encountered: