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

Update clippy #60355

Merged
merged 1 commit into from
Apr 29, 2019
Merged

Update clippy #60355

merged 1 commit into from
Apr 29, 2019

Conversation

Manishearth
Copy link
Member

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 28, 2019
@Centril
Copy link
Contributor

Centril commented Apr 28, 2019

Not familiar with Clippy's codebase; r? @oli-obk

@rust-highfive rust-highfive assigned oli-obk and unassigned Centril Apr 28, 2019
@Manishearth
Copy link
Member Author

It's just a rustup; this is bumping clippy to the new master version. As long as it matches a commit in clippy master it should be fine.

@Manishearth
Copy link
Member Author

Manishearth commented Apr 28, 2019

Review for these is basically a formality since it's already been reviewed on the clippy side

@Centril
Copy link
Contributor

Centril commented Apr 28, 2019

@Manishearth Uhm; okay... I guess... but If it is just a formality just r+ yourself :)

r? @Centril @bors r+

@bors
Copy link
Contributor

bors commented Apr 28, 2019

📌 Commit 64d62bdc225c819b58a1126b731e8b17063793f2 has been approved by Centril

@rust-highfive rust-highfive assigned Centril and unassigned oli-obk Apr 28, 2019
@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 28, 2019
@Manishearth
Copy link
Member Author

Wasn't sure if that was okay. Then again, we already do that for rollups so shrug

@Manishearth
Copy link
Member Author

@bors p=1

@bors
Copy link
Contributor

bors commented Apr 28, 2019

⌛ Testing commit 64d62bdc225c819b58a1126b731e8b17063793f2 with merge 01d44d4d93cfba19b2e338ded734d4114b1ed3fa...

@bors
Copy link
Contributor

bors commented Apr 29, 2019

💔 Test failed - checks-travis

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 29, 2019
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-tools of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[01:25:25] [RUSTC-TIMING] semver test:false 2.804
[01:25:43] [RUSTC-TIMING] toml test:false 20.403
[01:25:50] [RUSTC-TIMING] cargo_metadata test:false 24.558
[01:25:50]    Compiling clippy_lints v0.0.212 (/checkout/src/tools/clippy/clippy_lints)
[01:26:01] error: usage of qualified `ty::Ty<'tcx>`
[01:26:01]    |
[01:26:01] 71 |     item_type: ty::Ty<'tcx>,
[01:26:01] 71 |     item_type: ty::Ty<'tcx>,
[01:26:01]    |                ^^^^^^^^^^^^ help: try using it unqualified: `Ty<'tcx>`
[01:26:01] note: lint level defined here
[01:26:01]   --> src/tools/clippy/clippy_lints/src/lib.rs:11:9
[01:26:01]    |
[01:26:01] 11 | #![deny(internal)]
[01:26:01] 11 | #![deny(internal)]
[01:26:01]    |         ^^^^^^^^
[01:26:01]    = note: #[deny(usage_of_qualified_ty)] implied by #[deny(internal)]
[01:26:01] 
[01:26:01] error: usage of qualified `ty::Ty<'tcx>`
[01:26:01]     |
[01:26:01] 112 |     item_type: ty::Ty<'tcx>,
[01:26:01] 112 |     item_type: ty::Ty<'tcx>,
[01:26:01]     |                ^^^^^^^^^^^^ help: try using it unqualified: `Ty<'tcx>`
[01:26:01] 
[01:26:01] error: usage of qualified `ty::Ty<'tcx>`
[01:26:01]    |
[01:26:01] 71 |     item_type: ty::Ty<'tcx>,
[01:26:01] 71 |     item_type: ty::Ty<'tcx>,
[01:26:01]    |                ^^^^^^^^^^^^ help: try using it unqualified: `Ty<'tcx>`
[01:26:01] note: lint level defined here
[01:26:01]   --> src/tools/clippy/clippy_lints/src/lib.rs:11:9
[01:26:01]    |
[01:26:01] 11 | #![deny(internal)]
[01:26:01] 11 | #![deny(internal)]
[01:26:01]    |         ^^^^^^^^
[01:26:01]    = note: #[deny(usage_of_qualified_ty)] implied by #[deny(internal)]
[01:26:01] 
[01:26:01] error: usage of qualified `ty::Ty<'tcx>`
[01:26:01]     |
[01:26:01] 112 |     item_type: ty::Ty<'tcx>,
[01:26:01] 112 |     item_type: ty::Ty<'tcx>,
[01:26:01]     |                ^^^^^^^^^^^^ help: try using it unqualified: `Ty<'tcx>`
[01:26:02] error: aborting due to 2 previous errors
[01:26:02] 
[01:26:02] error: aborting due to 2 previous errors
[01:26:02] 
---
[01:29:43] [RUSTC-TIMING] lsp_types test:false 27.784
[01:29:44]    Compiling rls-analysis v0.17.0
[01:29:47] [RUSTC-TIMING] rand_pcg test:false 0.411
[01:29:47] [RUSTC-TIMING] rand_chacha test:false 0.778
[01:29:56] error: usage of qualified `ty::Ty<'tcx>`
[01:29:56]    |
[01:29:56] 71 |     item_type: ty::Ty<'tcx>,
[01:29:56] 71 |     item_type: ty::Ty<'tcx>,
[01:29:56]    |                ^^^^^^^^^^^^ help: try using it unqualified: `Ty<'tcx>`
[01:29:56] note: lint level defined here
[01:29:56]   --> src/tools/clippy/clippy_lints/src/lib.rs:11:9
[01:29:56]    |
[01:29:56] 11 | #![deny(internal)]
[01:29:56] 11 | #![deny(internal)]
[01:29:56]    |         ^^^^^^^^
[01:29:56]    = note: #[deny(usage_of_qualified_ty)] implied by #[deny(internal)]
[01:29:56] 
[01:29:56] error: usage of qualified `ty::Ty<'tcx>`
[01:29:56]     |
[01:29:56] 112 |     item_type: ty::Ty<'tcx>,
[01:29:56] 112 |     item_type: ty::Ty<'tcx>,
[01:29:56]     |                ^^^^^^^^^^^^ help: try using it unqualified: `Ty<'tcx>`
[01:29:56] error: aborting due to 2 previous errors
[01:29:56] 
[01:29:56] [RUSTC-TIMING] clippy_lints test:false 18.364
[01:29:56] error: Could not compile `clippy_lints`.
---
[01:40:02] +
[01:40:02] +
[01:40:02] 
[01:40:02] The actual stderr differed from the expected stderr.
[01:40:02] Actual stderr saved to /tmp/compiletestBTP9Iq/async-fn.stderr
[01:40:02] To update references, run this command from build directory:
[01:40:02] tests/run-pass/update-references.sh '/tmp/compiletestBTP9Iq' 'async-fn.rs'
[01:40:02] error: 1 errors occurred comparing output.
[01:40:02] status: exit code: 1
[01:40:02] status: exit code: 1
[01:40:02] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/async-fn.rs" "-L" "/tmp/compiletestBTP9Iq" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestBTP9Iq/async-fn.stage-id" "-Dwarnings" "-Dunused" "--edition" "2018" "-L" "/tmp/compiletestBTP9Iq/async-fn.stage-id.aux" "-A" "unused"
[01:40:02] ------------------------------------------
[01:40:02] 
[01:40:02] ------------------------------------------
[01:40:02] stderr:
---
[01:40:07] +For more information about this error, try `rustc --explain E0080`.
[01:40:07] +
[01:40:07] 
[01:40:07] The actual stderr differed from the expected stderr.
[01:40:07] Actual stderr saved to /tmp/compiletestBTP9Iq/hashmap.stderr
[01:40:07] To update references, run this command from build directory:
[01:40:07] tests/run-pass/update-references.sh '/tmp/compiletestBTP9Iq' 'hashmap.rs'
[01:40:07] error: 1 errors occurred comparing output.
[01:40:07] status: exit code: 1
[01:40:07] status: exit code: 1
[01:40:07] command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-tools-bin/miri" "tests/run-pass/hashmap.rs" "-L" "/tmp/compiletestBTP9Iq" "--target=x86_64-unknown-linux-gnu" "--error-format" "json" "-C" "prefer-dynamic" "-o" "/tmp/compiletestBTP9Iq/hashmap.stage-id" "-Dwarnings" "-Dunused" "--edition" "2018" "-Zmiri-seed=0000000000000000" "-L" "/tmp/compiletestBTP9Iq/hashmap.stage-id.aux" "-A" "unused"
[01:40:07] ------------------------------------------
[01:40:07] 
[01:40:07] ------------------------------------------
[01:40:07] stderr:
---
[01:40:17] Verifying status of rustfmt...
[01:40:17] Verifying status of clippy-driver...
[01:40:17] This PR updated 'src/tools/clippy', verifying if status is 'test-pass'...
[01:40:17] 
[01:40:17] ⚠️ We detected that this PR updated 'clippy-driver', but its tests failed.
[01:40:17] 
[01:40:17] If you do intend to update 'clippy-driver', please check the error messages above and
[01:40:17] commit another update.
[01:40:17] 
[01:40:17] If you do NOT intend to update 'clippy-driver', please ensure you did not accidentally
[01:40:17] change the submodule at 'src/tools/clippy'. You may ask your reviewer for the
[01:40:17] proper steps.
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 3.
travis_time:start:18ee9400
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
Mon Apr 29 01:14:31 UTC 2019
---
travis_time:end:01310fa4:start=1556500473085397601,finish=1556500473094488404,duration=9090803
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:288ca47f
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:2bfacbd5
travis_time:start:2bfacbd5
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:0f7f84b0
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-6.0 of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
travis_time:end:11d7c07c:start=1556516164808233332,finish=1556516165534762125,duration=726528793
$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout

Encrypted environment variables have been removed for security reasons.
See https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions
$ export SCCACHE_BUCKET=rust-lang-ci-sccache2
$ export SCCACHE_REGION=us-west-1
$ export GCP_CACHE_BUCKET=rust-lang-ci-cache
$ export AWS_ACCESS_KEY_ID=AKIA46X5W6CZEJZ6XT55
---
##################################################################        92.3%
######################################################################## 100.0%
[00:01:53] extracting /checkout/obj/build/cache/2019-04-11/cargo-beta-x86_64-unknown-linux-gnu.tar.gz
[00:01:53]     Updating crates.io index
[00:02:09] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:02:09] Build completed unsuccessfully in 0:00:28
[00:02:09] make: *** [prepare] Error 1
[00:02:09] Makefile:69: recipe for target 'prepare' failed
[00:02:10] Command failed. Attempt 2/5:
[00:02:10] Command failed. Attempt 2/5:
[00:02:10] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:02:10] Build completed unsuccessfully in 0:00:00
[00:02:10] make: *** [prepare] Error 1
[00:02:10] Makefile:69: recipe for target 'prepare' failed
[00:02:12] Command failed. Attempt 3/5:
[00:02:12] Command failed. Attempt 3/5:
[00:02:13] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:02:13] Build completed unsuccessfully in 0:00:00
[00:02:13] Makefile:69: recipe for target 'prepare' failed
[00:02:13] make: *** [prepare] Error 1
[00:02:16] Command failed. Attempt 4/5:
[00:02:16] Command failed. Attempt 4/5:
[00:02:16] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:02:16] Build completed unsuccessfully in 0:00:00
[00:02:16] Makefile:69: recipe for target 'prepare' failed
[00:02:16] make: *** [prepare] Error 1
[00:02:20] Command failed. Attempt 5/5:
[00:02:20] Command failed. Attempt 5/5:
[00:02:20] error: the lock file /checkout/Cargo.lock needs to be updated but --locked was passed to prevent this
[00:02:20] Build completed unsuccessfully in 0:00:00
[00:02:21] Makefile:69: recipe for target 'prepare' failed
[00:02:21] make: *** [prepare] Error 1
[00:02:21] The command has failed after 5 attempts.
---
travis_time:end:0798b29e:start=1556516320600087222,finish=1556516320605432374,duration=5345152
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:10118754
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:27c0b561
travis_time:start:27c0b561
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:0c03316c
$ dmesg | grep -i kill

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@Manishearth Manishearth force-pushed the clippyup branch 2 times, most recently from 4890769 to 3635bfa Compare April 29, 2019 05:44
@Xanewok
Copy link
Member

Xanewok commented Apr 29, 2019

@bors r=Centril

@bors
Copy link
Contributor

bors commented Apr 29, 2019

📌 Commit 3635bfa has been approved by Centril

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 29, 2019
@bors
Copy link
Contributor

bors commented Apr 29, 2019

⌛ Testing commit 3635bfa with merge 14c1ad7...

bors added a commit that referenced this pull request Apr 29, 2019
@bors
Copy link
Contributor

bors commented Apr 29, 2019

💔 Test failed - checks-travis

@rust-highfive
Copy link
Collaborator

The job x86_64-apple of your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
[00:03:12]       Memory: 8 GB
[00:03:12]       Boot ROM Version: VMW71.00V.7581552.B64.1801142334
[00:03:12]       Apple ROM Info: [MS_VM_CERT/SHA1/27d66596a61c48dd3dc7216fd715126e33f59ae7]Welcome to the Virtual Machine
[00:03:12]       SMC Version (system): 2.8f0
[00:03:12]       Serial Number (system): VM4c4JbIEsmv
[00:03:12] 
[00:03:12] hw.ncpu: 4
[00:03:12] hw.byteorder: 1234
[00:03:12] hw.memsize: 8589934592
---
[02:09:02] 
[02:09:02] failures:
[02:09:02] 
[02:09:02] ---- /Users/travis/build/rust-lang/rust/src/doc/rustc/src/lints/listing/warn-by-default.md - Warn_by_default_lints::improper_ctypes (line 103) stdout ----
[02:09:02] warning: `extern` block uses type `std::string::String` which is not FFI-safe: this struct has unspecified layout
[02:09:02]   |
[02:09:02] 4 |     static STATIC: String;
[02:09:02]   |                    ^^^^^^
[02:09:02]   |
[02:09:02]   |
[02:09:02]   = note: #[warn(improper_ctypes)] on by default
[02:09:02]   = help: consider adding a #[repr(C)] or #[repr(transparent)] attribute to this struct
[02:09:02] error: linking with `cc` failed: signal: 4
[02:09:02]   |
[02:09:02]   |
[02:09:02]   = note: "cc" "-m64" "-L" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "-o" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out" "/var/folders/bb/n7t3rs157850byt_jfdcq9k80000gn/T/rustdoctest2tetBb/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libstd-9aaf2838fb9495b0.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-ae4d3d70a8daa601.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libbacktrace_sys-bf226fb3bae1b765.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_demangle-0d6ce4945231c787.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libhashbrown-3b39a24aa6c91310.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_alloc-4843d16359df8eb6.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libunwind-886904f3b7bd1b34.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/liblibc-d2df2b3768a0bc28.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/liballoc-19702aa80fed9a60.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/librustc_std_workspace_core-6538ea0bab19d548.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libcore-915d7fe958588090.rlib" "/Users/travis/build/rust-lang/rust/build/x86_64-apple-darwin/stage2/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-ecd0b9a23795e53a.rlib" "-lSystem" "-lresolv" "-lc" "-lm"
[02:09:02] 
[02:09:02] error: aborting due to previous error
[02:09:02] 
[02:09:02] thread '/Users/travis/build/rust-lang/rust/src/doc/rustc/src/lints/listing/warn-by-default.md - Warn_by_default_lints::improper_ctypes (line 103)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:310:13
---
[02:09:02] 
[02:09:02] 
[02:09:02] failed to run: /Users/travis/build/rust-lang/rust/build/bootstrap/debug/bootstrap test
[02:09:02] Build completed unsuccessfully in 0:51:50
[02:09:02] make: *** [check] Error 1
The command "stamp sh -x -c "$RUN_SCRIPT"" exited with 2.
travis_time:start:213e8b31
$ date && (curl -fs --head https://google.com | grep ^Date: | sed 's/Date: //g' || true)
Mon Apr 29 14:48:09 GMT 2019
---
travis_fold:start:after_failure.2
travis_time:start:214972ca
$ ls -lat $HOME/Library/Logs/DiagnosticReports/
total 1272
drwx------  27 travis  staff    918 Apr 29 14:47 .
-rw-------@  1 travis  staff  13742 Apr 29 14:47 overflow_2019-04-29-144751_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   1428 Apr 29 14:47 foo_2019-04-29-144727_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   1418 Apr 29 14:46 m4_2019-04-29-144657_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   1432 Apr 29 14:46 bar_2019-04-29-144648_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10661 Apr 29 14:46 b_2019-04-29-144647_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   1444 Apr 29 14:46 bar_2019-04-29-144647_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  37663 Apr 29 14:12 a_2019-04-29-141254_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  62246 Apr 29 14:12 a_2019-04-29-141250_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  60389 Apr 29 14:12 a_2019-04-29-141243-1_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  37411 Apr 29 14:12 a_2019-04-29-141243_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10142 Apr 29 14:12 a_2019-04-29-141237_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   9873 Apr 29 14:12 a_2019-04-29-141231_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   9878 Apr 29 14:12 a_2019-04-29-141224_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   9794 Apr 29 14:12 a_2019-04-29-141223_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10034 Apr 29 14:11 a_2019-04-29-141147_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  63113 Apr 29 14:11 a_2019-04-29-141137_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  65082 Apr 29 14:11 a_2019-04-29-141133-1_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  63915 Apr 29 14:11 a_2019-04-29-141133-2_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  64224 Apr 29 14:11 a_2019-04-29-141133_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  11714 Apr 29 14:09 a_2019-04-29-140927_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff   9897 Apr 29 14:08 a_2019-04-29-140829_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10304 Apr 29 14:07 a_2019-04-29-140715-1_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10212 Apr 29 14:07 a_2019-04-29-140715-2_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10489 Apr 29 14:07 a_2019-04-29-140715-3_Traviss-Mac-1044.crash
-rw-------@  1 travis  staff  10491 Apr 29 14:07 a_2019-04-29-140715_Traviss-Mac-1044.crash
drwx------+ 15 travis  staff    510 Jan 25  2018 ..
travis_fold:end:after_failure.2
travis_fold:start:after_failure.3
travis_time:start:2b64f066
$ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true
$ find $HOME/Library/Logs/DiagnosticReports -type f -name '*.crash' -not -name '*.stage2-*.crash' -not -name 'com.apple.CoreSimulator.CoreSimulatorService-*.crash' -exec printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" {} \; -exec head -750 {} \; -exec echo travis_fold":"end:crashlog \; || true
travis_fold:start:crashlog
/Users/travis/Library/Logs/DiagnosticReports/a_2019-04-29-140715-1_Traviss-Mac-1044.crash
Process:               a [46784]
Path:                  /Users/USER/*/a
Version:               0
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [46782]
Responsible:           a [46784]
User ID:               501
Date/Time:             2019-04-29 14:07:12.868 +0000
OS Version:            Mac OS X 10.13.3 (17D47)
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Time Awake Since Boot: 5500 seconds
System Integrity Protection: enabled
Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY
abort() called
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib         0x00007fff5ac60e3e __pthread_kill + 10
1   libsystem_pthread.dylib        0x00007fff5ad9f150 pthread_kill + 333
2   libsystem_c.dylib              0x00007fff5abbd312 abort + 127
3   libstd-9aaf2838fb9495b0.dylib  0x0000000109773ac9 std::sys::unix::abort_internal::hc559c3068df06db1 + 9
4   libstd-9aaf2838fb9495b0.dylib  0x0000000109763e70 rust_oom + 32
5   libstd-9aaf2838fb9495b0.dylib  0x0000000109784dd9 alloc::alloc::handle_alloc_error::h1d1b1e63977f437a + 9
6   a                              0x000000010973707f default_alloc_error_hook::main::hbf2d06db626d002e + 767
7   a                              0x00000001097371e6 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hf5c5186fb8c843bc + 6
8   libstd-9aaf2838fb9495b0.dylib  0x0000000109764858 std::panicking::try::do_call::ha1eafece19191e13 + 24
9   libstd-9aaf2838fb9495b0.dylib  0x00000001097745df __rust_maybe_catch_panic + 31
10  libstd-9aaf2838fb9495b0.dylib  0x000000010976533e std::rt::lang_start_internal::hfe68f0f2a01a7222 + 542
11  a                              0x00000001097371d9 main + 41
12  libdyld.dylib                  0x00007fff5ab11115 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff93837340  rcx: 0x00007ffee64c8678  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee64c86b0  rsp: 0x00007ffee64c8678
   r8: 0x0000000000000000   r9: 0x0000000000000002  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff5ac60e3e  rfl: 0x0000000000000206  cr2: 0x00007fff93815148
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133
Binary Images:
       0x109735000 -        0x109737fff +a (0) <8BCF8071-1CC7-33EA-AF37-0A9EF39AF18C> /Users/USER/*/a
       0x109740000 -        0x1097d7ff7 +libstd-9aaf2838fb9495b0.dylib (0) <729E73FA-D102-3C1C-AC7B-B5E6E785B57D> /Users/USER/*/libstd-9aaf2838fb9495b0.dylib
       0x10e745000 -        0x10e78f98f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
    0x7fff5837b000 -     0x7fff583aefff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
    0x7fff5888d000 -     0x7fff5888eff3  libSystem.B.dylib (1252) <47329E26-DC23-3EBA-9461-37755368327D> /usr/lib/libSystem.B.dylib
    0x7fff58b43000 -     0x7fff58b99fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff58b9a000 -     0x7fff58bbeff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff59f10000 -     0x7fff5a3013b7  libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib
    0x7fff5a3ce000 -     0x7fff5a3eaffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5a9a8000 -     0x7fff5a9acff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff5a9ad000 -     0x7fff5a9b7ff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5a9b8000 -     0x7fff5a9bffff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5a9c0000 -     0x7fff5a9c8ffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
    0x7fff5a9c9000 -     0x7fff5aa4efff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
    0x7fff5aad6000 -     0x7fff5ab0fff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
    0x7fff5ab10000 -     0x7fff5ab2dff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
    0x7fff5ab2e000 -     0x7fff5ab2effb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff5ab3c000 -     0x7fff5ab3cff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
    0x7fff5ab3d000 -     0x7fff5ab41ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff5ab42000 -     0x7fff5ab44ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff5ab45000 -     0x7fff5ab46ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff5ab47000 -     0x7fff5ab5efff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff5ab5f000 -     0x7fff5ab5ffff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5ab60000 -     0x7fff5abe9ff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
    0x7fff5abea000 -     0x7fff5abedffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5abee000 -     0x7fff5abf1ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5abf2000 -     0x7fff5abf3fff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5abf4000 -     0x7fff5abfaff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5abfb000 -     0x7fff5ac44ff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
    0x7fff5ac45000 -     0x7fff5ac6aff7  libsystem_kernel.dylib (4570.41.2) <5155A4C3-825B-3178-AC51-0D2D2F2A6618> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5ac6b000 -     0x7fff5acb6fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff5acb7000 -     0x7fff5acd6fff  libsystem_malloc.dylib (140.40.1) <36B22C99-D772-3039-9A4C-AA31389965E1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5acd7000 -     0x7fff5ad7bff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
    0x7fff5ad7c000 -     0x7fff5ad86ffb  libsystem_networkextension.dylib (767.40.1) <CEDC330D-28F0-3902-BEB0-10B92ACEC69F> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5ad87000 -     0x7fff5ad90ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff5ad91000 -     0x7fff5ad98ff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
    0x7fff5ad99000 -     0x7fff5ada4fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5ada5000 -     0x7fff5ada8ff3  libsystem_sandbox.dylib (765.40.2) <922D3D15-AB4C-3F1A-A94F-39214AF1ADB3> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5ada9000 -     0x7fff5adaaff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5adab000 -     0x7fff5adb2ff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5adb3000 -     0x7fff5adc6ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
    0x7fff5adc8000 -     0x7fff5adcdff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff5adce000 -     0x7fff5adfaff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by this process:
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by all processes on this machine:
  Calls made by all processes on this machine:
    task_for_pid: 2635
    thread_create: 0
VM Region Summary:
VM Region Summary:
ReadOnly portion of Libraries: Total=198.3M resident=0K(0%) swapped_out_or_unallocated=198.3M(100%)
Writable regions: Total=73.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=73.4M(100%)
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        2 
MALLOC                            9260K        8 
MALLOC guard page                   16K        4 
Stack Guard                          4K        2 
VM_ALLOCATE                          4K        2 
VM_ALLOCATE                          4K        2 
VM_ALLOCATE (reserved)             128K        2         reserved VM address space (unallocated)
__DATA                            4540K       44 
__LINKEDIT                       189.0M        5 
__TEXT                            9620K       44 
===========                     =======  ======= 
TOTAL                            276.0M      108 
TOTAL                            276.0M      108 
TOTAL, minus reserved VM space   275.9M      108 
travis_fold:start:crashlog
travis_fold:start:crashlog
/Users/travis/Library/Logs/DiagnosticReports/a_2019-04-29-140715-2_Traviss-Mac-1044.crash
Process:               a [44307]
Path:                  /Users/USER/*/a
Version:               0
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [44306]
Responsible:           a [44307]
User ID:               501
Date/Time:             2019-04-29 14:05:42.461 +0000
OS Version:            Mac OS X 10.13.3 (17D47)
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Time Awake Since Boot: 5400 seconds
System Integrity Protection: enabled
Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY
Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   a                              0x00000001006fc8ae abort_on_c_abi::panic_in_ffi::h5d17554117e8ddd6 + 30
1   a                              0x00000001006fbca9 std::panicking::try::do_call::hb7b98e87f296a8b7 (.llvm.783244980944937515) + 9
2   libstd-9aaf2838fb9495b0.dylib  0x000000010073b5df __rust_maybe_catch_panic + 31
3   a                              0x00000001006fcb01 abort_on_c_abi::main::ha239c5d4a2ab8e27 + 593
4   a                              0x00000001006fb0f6 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h90821eb8583e12d6 + 6
5   libstd-9aaf2838fb9495b0.dylib  0x000000010072b858 std::panicking::try::do_call::ha1eafece19191e13 + 24
6   libstd-9aaf2838fb9495b0.dylib  0x000000010073b5df __rust_maybe_catch_panic + 31
7   libstd-9aaf2838fb9495b0.dylib  0x000000010072c33e std::rt::lang_start_internal::hfe68f0f2a01a7222 + 542
8   a                              0x00000001006fce09 main + 41
9   libdyld.dylib                  0x00007fff5ab11115 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fd6bf402c00  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x00007ffeef502cb8  rsi: 0x00000000ffffffe1  rbp: 0x00007ffeef503710  rsp: 0x00007ffeef503710
   r8: 0x000000006bf402c5   r9: 0x0000000000000004  r10: 0x00000001057ce8c0  r11: 0x00007fff5adc896c
  r12: 0x0000000100a3b000  r13: 0x0000000000000000  r14: 0x00007ffeef503830  r15: 0x00007ffeef503778
  rip: 0x00000001006fc8ae  rfl: 0x0000000000010206  cr2: 0x000000010077267c
Logical CPU:     3
Error Code:      0x00000000
Trap Number:     6
Binary Images:
       0x1006fa000 -        0x1006fdfff +a (0) <E77E0678-B2C1-356A-A419-A32B9142374F> /Users/USER/*/a
       0x100707000 -        0x10079eff7 +libstd-9aaf2838fb9495b0.dylib (0) <729E73FA-D102-3C1C-AC7B-B5E6E785B57D> /Users/USER/*/libstd-9aaf2838fb9495b0.dylib
       0x10577c000 -        0x1057c698f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
    0x7fff5837b000 -     0x7fff583aefff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
    0x7fff5888d000 -     0x7fff5888eff3  libSystem.B.dylib (1252) <47329E26-DC23-3EBA-9461-37755368327D> /usr/lib/libSystem.B.dylib
    0x7fff58b43000 -     0x7fff58b99fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff58b9a000 -     0x7fff58bbeff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff59f10000 -     0x7fff5a3013b7  libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib
    0x7fff5a3ce000 -     0x7fff5a3eaffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5a9a8000 -     0x7fff5a9acff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff5a9ad000 -     0x7fff5a9b7ff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5a9b8000 -     0x7fff5a9bffff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5a9c0000 -     0x7fff5a9c8ffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
    0x7fff5a9c9000 -     0x7fff5aa4efff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
    0x7fff5aad6000 -     0x7fff5ab0fff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
    0x7fff5ab10000 -     0x7fff5ab2dff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
    0x7fff5ab2e000 -     0x7fff5ab2effb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff5ab3c000 -     0x7fff5ab3cff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
    0x7fff5ab3d000 -     0x7fff5ab41ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff5ab42000 -     0x7fff5ab44ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff5ab45000 -     0x7fff5ab46ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff5ab47000 -     0x7fff5ab5efff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff5ab5f000 -     0x7fff5ab5ffff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5ab60000 -     0x7fff5abe9ff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
    0x7fff5abea000 -     0x7fff5abedffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5abee000 -     0x7fff5abf1ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5abf2000 -     0x7fff5abf3fff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5abf4000 -     0x7fff5abfaff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5abfb000 -     0x7fff5ac44ff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
    0x7fff5ac45000 -     0x7fff5ac6aff7  libsystem_kernel.dylib (4570.41.2) <5155A4C3-825B-3178-AC51-0D2D2F2A6618> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5ac6b000 -     0x7fff5acb6fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff5acb7000 -     0x7fff5acd6fff  libsystem_malloc.dylib (140.40.1) <36B22C99-D772-3039-9A4C-AA31389965E1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5acd7000 -     0x7fff5ad7bff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
    0x7fff5ad7c000 -     0x7fff5ad86ffb  libsystem_networkextension.dylib (767.40.1) <CEDC330D-28F0-3902-BEB0-10B92ACEC69F> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5ad87000 -     0x7fff5ad90ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff5ad91000 -     0x7fff5ad98ff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
    0x7fff5ad99000 -     0x7fff5ada4fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5ada5000 -     0x7fff5ada8ff3  libsystem_sandbox.dylib (765.40.2) <922D3D15-AB4C-3F1A-A94F-39214AF1ADB3> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5ada9000 -     0x7fff5adaaff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5adab000 -     0x7fff5adb2ff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5adb3000 -     0x7fff5adc6ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
    0x7fff5adc8000 -     0x7fff5adcdff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff5adce000 -     0x7fff5adfaff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by this process:
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by all processes on this machine:
  Calls made by all processes on this machine:
    task_for_pid: 2635
    thread_create: 0
VM Region Summary:
VM Region Summary:
ReadOnly portion of Libraries: Total=198.4M resident=0K(0%) swapped_out_or_unallocated=198.4M(100%)
Writable regions: Total=73.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=73.4M(100%)
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        2 
MALLOC                            9260K        8 
MALLOC guard page                   16K        4 
Stack Guard                          4K        2 
VM_ALLOCATE                          4K        2 
VM_ALLOCATE                          4K        2 
VM_ALLOCATE (reserved)             128K        2         reserved VM address space (unallocated)
__DATA                            4540K       44 
__LINKEDIT                       189.0M        5 
__TEXT                            9624K       44 
===========                     =======  ======= 
TOTAL                            276.0M      108 
TOTAL                            276.0M      108 
TOTAL, minus reserved VM space   275.9M      108 
travis_fold:start:crashlog
travis_fold:start:crashlog
/Users/travis/Library/Logs/DiagnosticReports/a_2019-04-29-140715-3_Traviss-Mac-1044.crash
Process:               a [45111]
Path:                  /Users/USER/*/a
Version:               0
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        a [45107]
Responsible:           a [45111]
User ID:               501
Date/Time:             2019-04-29 14:06:12.313 +0000
OS Version:            Mac OS X 10.13.3 (17D47)
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Time Awake Since Boot: 5400 seconds
System Integrity Protection: enabled
Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY
Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libstd-9aaf2838fb9495b0.dylib  0x000000010d6dddde std::panicking::rust_panic_with_hook::hc3ab2d58f364c45d + 142
1   a                              0x000000010d6ac8c5 std::panicking::begin_panic::h93e278867f418319 + 37
2   a                              0x000000010d6aa3ec _$LT$backtrace..double..Double$u20$as$u20$core..ops..drop..Drop$GT$::drop::hcc2b5a39c3723dfb + 28
3   a                              0x000000010d6a9ae9 core::ptr::real_drop_in_place::h654ccdbe565444dc + 9
4   a                              0x000000010d6aa3c3 backtrace::double::h0c99cc05786c6af0 + 35
5   a                              0x000000010d6ab539 backtrace::main::hcde7a1a1c3c85e77 + 4201 (backtrace.rs:103)
6   a                              0x000000010d6a98f6 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hba07b6f8f678dd4f + 6 (rt.rs:64)
7   libstd-9aaf2838fb9495b0.dylib  0x000000010d6dd858 std::panicking::try::do_call::ha1eafece19191e13 + 24
8   libstd-9aaf2838fb9495b0.dylib  0x000000010d6ed5df __rust_maybe_catch_panic + 31
9   libstd-9aaf2838fb9495b0.dylib  0x000000010d6de33e std::rt::lang_start_internal::hfe68f0f2a01a7222 + 542
10  a                              0x000000010d6abd79 main + 41
11  libdyld.dylib                  0x00007fff5ab11115 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007ffee2557478  rbx: 0x0000000000000002  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000002  rsi: 0x000000010d725b22  rbp: 0x00007ffee2557570  rsp: 0x00007ffee25574a0
   r8: 0xffffffff00000100   r9: 0x000000010d7589d0  r10: 0x000000000000002b  r11: 0x0000000000000296
  r12: 0x0000000000000000  r13: 0x000000010d724888  r14: 0x000000010d6ae460  r15: 0x00007ffee2557580
  rip: 0x000000010d6dddde  rfl: 0x0000000000010206  cr2: 0x000000010d9ae994
Logical CPU:     1
Error Code:      0x00000000
Trap Number:     6
Binary Images:
       0x10d6a6000 -        0x10d6adff7 +a (0) <EEFFEF48-B3E6-3681-9F55-6D1EB341DC59> /Users/USER/*/a
       0x10d6b9000 -        0x10d750ff7 +libstd-9aaf2838fb9495b0.dylib (0) <729E73FA-D102-3C1C-AC7B-B5E6E785B57D> /Users/USER/*/libstd-9aaf2838fb9495b0.dylib
       0x114a7c000 -        0x114ac698f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
    0x7fff5837b000 -     0x7fff583aefff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
    0x7fff5888d000 -     0x7fff5888eff3  libSystem.B.dylib (1252) <47329E26-DC23-3EBA-9461-37755368327D> /usr/lib/libSystem.B.dylib
    0x7fff58b43000 -     0x7fff58b99fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff58b9a000 -     0x7fff58bbeff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff59f10000 -     0x7fff5a3013b7  libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib
    0x7fff5a3ce000 -     0x7fff5a3eaffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5a9a8000 -     0x7fff5a9acff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff5a9ad000 -     0x7fff5a9b7ff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5a9b8000 -     0x7fff5a9bffff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5a9c0000 -     0x7fff5a9c8ffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
    0x7fff5a9c9000 -     0x7fff5aa4efff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
    0x7fff5aad6000 -     0x7fff5ab0fff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
    0x7fff5ab10000 -     0x7fff5ab2dff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
    0x7fff5ab2e000 -     0x7fff5ab2effb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff5ab3c000 -     0x7fff5ab3cff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
    0x7fff5ab3d000 -     0x7fff5ab41ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff5ab42000 -     0x7fff5ab44ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff5ab45000 -     0x7fff5ab46ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff5ab47000 -     0x7fff5ab5efff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff5ab5f000 -     0x7fff5ab5ffff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5ab60000 -     0x7fff5abe9ff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
    0x7fff5abea000 -     0x7fff5abedffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5abee000 -     0x7fff5abf1ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5abf2000 -     0x7fff5abf3fff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5abf4000 -     0x7fff5abfaff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5abfb000 -     0x7fff5ac44ff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
    0x7fff5ac45000 -     0x7fff5ac6aff7  libsystem_kernel.dylib (4570.41.2) <5155A4C3-825B-3178-AC51-0D2D2F2A6618> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5ac6b000 -     0x7fff5acb6fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff5acb7000 -     0x7fff5acd6fff  libsystem_malloc.dylib (140.40.1) <36B22C99-D772-3039-9A4C-AA31389965E1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5acd7000 -     0x7fff5ad7bff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
    0x7fff5ad7c000 -     0x7fff5ad86ffb  libsystem_networkextension.dylib (767.40.1) <CEDC330D-28F0-3902-BEB0-10B92ACEC69F> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5ad87000 -     0x7fff5ad90ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff5ad91000 -     0x7fff5ad98ff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
    0x7fff5ad99000 -     0x7fff5ada4fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5ada5000 -     0x7fff5ada8ff3  libsystem_sandbox.dylib (765.40.2) <922D3D15-AB4C-3F1A-A94F-39214AF1ADB3> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5ada9000 -     0x7fff5adaaff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5adab000 -     0x7fff5adb2ff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5adb3000 -     0x7fff5adc6ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
    0x7fff5adc8000 -     0x7fff5adcdff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff5adce000 -     0x7fff5adfaff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by this process:
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by all processes on this machine:
  Calls made by all processes on this machine:
    task_for_pid: 2635
    thread_create: 0
VM Region Summary:
VM Region Summary:
ReadOnly portion of Libraries: Total=198.4M resident=0K(0%) swapped_out_or_unallocated=198.4M(100%)
Writable regions: Total=82.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=82.8M(100%)
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        2 
MALLOC                            18.5M        9 
MALLOC guard page                   16K        5 
Stack Guard                          4K        2 
VM_ALLOCATE                          4K        2 
VM_ALLOCATE                          4K        2 
VM_ALLOCATE (reserved)             128K        2         reserved VM address space (unallocated)
__DATA                            4540K       44 
__LINKEDIT                       189.0M        5 
__TEXT                            9640K       44 
===========                     =======  ======= 
TOTAL                            285.4M      110 
TOTAL                            285.4M      110 
TOTAL, minus reserved VM space   285.3M      110 
travis_fold:start:crashlog
travis_fold:start:crashlog
/Users/travis/Library/Logs/DiagnosticReports/a_2019-04-29-140715_Traviss-Mac-1044.crash
Process:               a [45112]
Path:                  /Users/USER/*/a
Version:               0
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [45107]
Responsible:           a [45112]
User ID:               501
Date/Time:             2019-04-29 14:06:12.343 +0000
OS Version:            Mac OS X 10.13.3 (17D47)
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Anonymous UUID:        A91A3A70-3ADA-D7A9-5891-C1A67A5778E7
Time Awake Since Boot: 5400 seconds
System Integrity Protection: enabled
Crashed Thread:        0  Dispatch queue: com.apple.main-thread
Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY
Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libstd-9aaf2838fb9495b0.dylib  0x00000001044b7dde std::panicking::rust_panic_with_hook::hc3ab2d58f364c45d + 142
1   a                              0x00000001044818c5 std::panicking::begin_panic::h93e278867f418319 + 37
2   a                              0x000000010447f3ec _$LT$backtrace..double..Double$u20$as$u20$core..ops..drop..Drop$GT$::drop::hcc2b5a39c3723dfb + 28
3   a                              0x000000010447eae9 core::ptr::real_drop_in_place::h654ccdbe565444dc + 9
4   a                              0x000000010447f3c3 backtrace::double::h0c99cc05786c6af0 + 35
5   a                              0x0000000104480539 backtrace::main::hcde7a1a1c3c85e77 + 4201 (backtrace.rs:103)
6   a                              0x000000010447e8f6 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::hba07b6f8f678dd4f + 6 (rt.rs:64)
7   libstd-9aaf2838fb9495b0.dylib  0x00000001044b7858 std::panicking::try::do_call::ha1eafece19191e13 + 24
8   libstd-9aaf2838fb9495b0.dylib  0x00000001044c75df __rust_maybe_catch_panic + 31
9   libstd-9aaf2838fb9495b0.dylib  0x00000001044b833e std::rt::lang_start_internal::hfe68f0f2a01a7222 + 542
10  a                              0x0000000104480d79 main + 41
11  libdyld.dylib                  0x00007fff5ab11115 start + 1
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007ffeeb782458  rbx: 0x0000000000000002  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000002  rsi: 0x00000001044ffb22  rbp: 0x00007ffeeb782550  rsp: 0x00007ffeeb782480
   r8: 0xffffffff00000100   r9: 0x00000001045329d0  r10: 0x000000000000002b  r11: 0x0000000000000296
  r12: 0x0000000000000000  r13: 0x00000001044fe888  r14: 0x0000000104483460  r15: 0x00007ffeeb782560
  rip: 0x00000001044b7dde  rfl: 0x0000000000010202  cr2: 0x00007fff47486010
Logical CPU:     1
Error Code:      0x00000000
Trap Number:     6
Binary Images:
       0x10447b000 -        0x104482ff7 +a (0) <EEFFEF48-B3E6-3681-9F55-6D1EB341DC59> /Users/USER/*/a
       0x104493000 -        0x10452aff7 +libstd-9aaf2838fb9495b0.dylib (0) <729E73FA-D102-3C1C-AC7B-B5E6E785B57D> /Users/USER/*/libstd-9aaf2838fb9495b0.dylib
       0x112319000 -        0x11236398f  dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
    0x7fff5837b000 -     0x7fff583aefff  libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib
    0x7fff5888d000 -     0x7fff5888eff3  libSystem.B.dylib (1252) <47329E26-DC23-3EBA-9461-37755368327D> /usr/lib/libSystem.B.dylib
    0x7fff58b43000 -     0x7fff58b99fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff58b9a000 -     0x7fff58bbeff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff59f10000 -     0x7fff5a3013b7  libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib
    0x7fff5a3ce000 -     0x7fff5a3eaffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5a9a8000 -     0x7fff5a9acff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff5a9ad000 -     0x7fff5a9b7ff3  libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5a9b8000 -     0x7fff5a9bffff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5a9c0000 -     0x7fff5a9c8ffb  libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib
    0x7fff5a9c9000 -     0x7fff5aa4efff  libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib
    0x7fff5aad6000 -     0x7fff5ab0fff7  libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib
    0x7fff5ab10000 -     0x7fff5ab2dff7  libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib
    0x7fff5ab2e000 -     0x7fff5ab2effb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff5ab3c000 -     0x7fff5ab3cff7  liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib
    0x7fff5ab3d000 -     0x7fff5ab41ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff5ab42000 -     0x7fff5ab44ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff5ab45000 -     0x7fff5ab46ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff5ab47000 -     0x7fff5ab5efff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff5ab5f000 -     0x7fff5ab5ffff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5ab60000 -     0x7fff5abe9ff7  libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib
    0x7fff5abea000 -     0x7fff5abedffb  libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5abee000 -     0x7fff5abf1ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5abf2000 -     0x7fff5abf3fff  libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5abf4000 -     0x7fff5abfaff7  libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5abfb000 -     0x7fff5ac44ff7  libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib
    0x7fff5ac45000 -     0x7fff5ac6aff7  libsystem_kernel.dylib (4570.41.2) <5155A4C3-825B-3178-AC51-0D2D2F2A6618> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5ac6b000 -     0x7fff5acb6fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff5acb7000 -     0x7fff5acd6fff  libsystem_malloc.dylib (140.40.1) <36B22C99-D772-3039-9A4C-AA31389965E1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5acd7000 -     0x7fff5ad7bff3  libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib
    0x7fff5ad7c000 -     0x7fff5ad86ffb  libsystem_networkextension.dylib (767.40.1) <CEDC330D-28F0-3902-BEB0-10B92ACEC69F> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5ad87000 -     0x7fff5ad90ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff5ad91000 -     0x7fff5ad98ff7  libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib
    0x7fff5ad99000 -     0x7fff5ada4fff  libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5ada5000 -     0x7fff5ada8ff3  libsystem_sandbox.dylib (765.40.2) <922D3D15-AB4C-3F1A-A94F-39214AF1ADB3> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5ada9000 -     0x7fff5adaaff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5adab000 -     0x7fff5adb2ff7  libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5adb3000 -     0x7fff5adc6ff7  libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib
    0x7fff5adc8000 -     0x7fff5adcdff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff5adce000 -     0x7fff5adfaff7  libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylib
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
  Calls made by this process:
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 29, 2019
@Manishearth
Copy link
Member Author

@bors r=centril

seems unrelated?

@bors
Copy link
Contributor

bors commented Apr 29, 2019

💡 This pull request was already approved, no need to approve it again.

@bors
Copy link
Contributor

bors commented Apr 29, 2019

📌 Commit 505cae2 has been approved by centril

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 29, 2019
@Manishearth
Copy link
Member Author

@bors retry

@bors
Copy link
Contributor

bors commented Apr 29, 2019

⌛ Testing commit 505cae2 with merge a55c2eb...

bors added a commit that referenced this pull request Apr 29, 2019
@bors
Copy link
Contributor

bors commented Apr 29, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: centril
Pushing a55c2eb to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 29, 2019
@bors bors merged commit 505cae2 into rust-lang:master Apr 29, 2019
@rust-highfive
Copy link
Collaborator

📣 Toolstate changed by #60355!

Tested on commit a55c2eb.
Direct link to PR: #60355

🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
🎉 rls on windows: build-fail → test-fail (cc @Xanewok, @rust-lang/infra).
🎉 rls on linux: build-fail → test-fail (cc @Xanewok, @rust-lang/infra).

rust-highfive added a commit to rust-lang-nursery/rust-toolstate that referenced this pull request Apr 29, 2019
Tested on commit rust-lang/rust@a55c2eb.
Direct link to PR: <rust-lang/rust#60355>

🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
🎉 rls on windows: build-fail → test-fail (cc @Xanewok, @rust-lang/infra).
🎉 rls on linux: build-fail → test-fail (cc @Xanewok, @rust-lang/infra).
@Manishearth Manishearth deleted the clippyup branch April 29, 2019 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants