Sep 10 10:07:05.616 INFO checking sentry-0.6.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 10:07:05.616 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 10:07:05.616 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:07:06.023 INFO blam! c5118f4b3991934c12e77cc63951af134eb8e7cf2e8d41165d2d35fbfa16e4a2 Sep 10 10:07:06.026 INFO running `"docker" "start" "-a" "c5118f4b3991934c12e77cc63951af134eb8e7cf2e8d41165d2d35fbfa16e4a2"` Sep 10 10:07:07.382 INFO kablam! usermod: no changes Sep 10 10:07:08.126 INFO kablam! Compiling indexmap v1.0.1 Sep 10 10:07:08.126 INFO kablam! Compiling bytecount v0.3.2 Sep 10 10:07:08.134 INFO kablam! Checking fragile v0.2.1 Sep 10 10:07:08.134 INFO kablam! Compiling actix-web v0.6.15 Sep 10 10:07:08.134 INFO kablam! Checking uname v0.1.1 Sep 10 10:07:08.134 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 10 10:07:08.134 INFO kablam! Compiling walkdir v2.2.5 Sep 10 10:07:08.138 INFO kablam! Checking serde_json v1.0.27 Sep 10 10:07:09.366 INFO kablam! Compiling actix_derive v0.2.0 Sep 10 10:07:09.894 INFO kablam! Checking linked-hash-map v0.5.1 Sep 10 10:07:10.027 INFO kablam! Checking url_serde v0.2.0 Sep 10 10:07:10.058 INFO kablam! Checking cookie v0.10.1 Sep 10 10:07:10.611 INFO kablam! Compiling im v10.2.0 Sep 10 10:07:13.698 INFO kablam! Compiling sentry v0.6.1 (file:///source) Sep 10 10:07:13.750 INFO kablam! Compiling error-chain v0.11.0 Sep 10 10:07:13.778 INFO kablam! Checking crossbeam-epoch v0.4.3 Sep 10 10:07:14.110 INFO kablam! Checking debugid v0.2.0 Sep 10 10:07:15.245 INFO kablam! Checking pretty_env_logger v0.2.4 Sep 10 10:07:17.834 INFO kablam! Checking parking_lot v0.6.4 Sep 10 10:07:18.514 INFO kablam! Checking crossbeam-channel v0.1.3 Sep 10 10:07:20.955 INFO kablam! Checking sentry-types v0.5.4 Sep 10 10:07:25.395 INFO kablam! Checking tokio-reactor v0.1.5 Sep 10 10:07:29.787 INFO kablam! Checking tokio-udp v0.1.2 Sep 10 10:07:29.787 INFO kablam! Checking tokio-tcp v0.1.1 Sep 10 10:07:29.787 INFO kablam! Checking tokio-uds v0.2.1 Sep 10 10:07:34.243 INFO kablam! Checking tokio v0.1.8 Sep 10 10:07:34.750 INFO kablam! Compiling cargo_metadata v0.5.8 Sep 10 10:07:36.806 INFO kablam! Checking tokio-core v0.1.17 Sep 10 10:07:41.787 INFO kablam! Compiling skeptic v0.13.3 Sep 10 10:07:42.576 INFO kablam! Checking tokio-tls v0.1.4 Sep 10 10:07:42.577 INFO kablam! Checking trust-dns-proto v0.3.3 Sep 10 10:07:42.577 INFO kablam! Checking hyper v0.11.27 Sep 10 10:07:42.584 INFO kablam! Checking tokio-signal v0.1.5 Sep 10 10:07:49.762 INFO kablam! Compiling actix v0.5.8 Sep 10 10:07:55.129 INFO kablam! Checking trust-dns-resolver v0.8.2 Sep 10 10:07:58.206 INFO kablam! Checking hyper-tls v0.1.4 Sep 10 10:08:00.080 INFO kablam! Checking reqwest v0.8.8 Sep 10 10:08:07.677 INFO kablam! warning: use of deprecated item 'failure::Error::causes': please use the 'iter_chain()' method instead Sep 10 10:08:07.677 INFO kablam! --> src/integrations/failure.rs:118:29 Sep 10 10:08:07.677 INFO kablam! | Sep 10 10:08:07.677 INFO kablam! 118 | for (idx, cause) in err.causes().enumerate() { Sep 10 10:08:07.677 INFO kablam! | ^^^^^^ Sep 10 10:08:07.686 INFO kablam! | Sep 10 10:08:07.686 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 10:08:07.686 INFO kablam! Sep 10 10:08:27.062 INFO kablam! error[E0433]: failed to resolve. Could not find `test` in `sentry` Sep 10 10:08:27.062 INFO kablam! --> tests/test_basic.rs:5:26 Sep 10 10:08:27.062 INFO kablam! | Sep 10 10:08:27.062 INFO kablam! 5 | let events = sentry::test::with_captured_events(|| { Sep 10 10:08:27.062 INFO kablam! | ^^^^ Could not find `test` in `sentry` Sep 10 10:08:27.062 INFO kablam! Sep 10 10:08:27.090 INFO kablam! error[E0433]: failed to resolve. Could not find `test` in `sentry` Sep 10 10:08:27.090 INFO kablam! --> tests/test_basic.rs:23:26 Sep 10 10:08:27.090 INFO kablam! | Sep 10 10:08:27.090 INFO kablam! 23 | let events = sentry::test::with_captured_events(|| { Sep 10 10:08:27.090 INFO kablam! | ^^^^ Could not find `test` in `sentry` Sep 10 10:08:27.090 INFO kablam! Sep 10 10:08:27.234 INFO kablam! error[E0433]: failed to resolve. Could not find `test` in `sentry` Sep 10 10:08:27.234 INFO kablam! --> tests/test_log.rs:9:26 Sep 10 10:08:27.234 INFO kablam! | Sep 10 10:08:27.234 INFO kablam! 9 | let events = sentry::test::with_captured_events(|| { Sep 10 10:08:27.234 INFO kablam! | ^^^^ Could not find `test` in `sentry` Sep 10 10:08:27.234 INFO kablam! Sep 10 10:08:27.366 INFO kablam! error: aborting due to previous error Sep 10 10:08:27.366 INFO kablam! Sep 10 10:08:27.366 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 10 10:08:27.379 INFO kablam! error: Could not compile `sentry`. Sep 10 10:08:27.379 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:08:27.410 INFO kablam! error[E0433]: failed to resolve. Could not find `test` in `sentry` Sep 10 10:08:27.410 INFO kablam! --> tests/test_threading.rs:7:26 Sep 10 10:08:27.410 INFO kablam! | Sep 10 10:08:27.410 INFO kablam! 7 | let events = sentry::test::with_captured_events(|| { Sep 10 10:08:27.410 INFO kablam! | ^^^^ Could not find `test` in `sentry` Sep 10 10:08:27.410 INFO kablam! Sep 10 10:08:27.410 INFO kablam! error[E0433]: failed to resolve. Could not find `test` in `sentry` Sep 10 10:08:27.410 INFO kablam! --> tests/test_threading.rs:36:26 Sep 10 10:08:27.410 INFO kablam! | Sep 10 10:08:27.410 INFO kablam! 36 | let events = sentry::test::with_captured_events(|| { Sep 10 10:08:27.410 INFO kablam! | ^^^^ Could not find `test` in `sentry` Sep 10 10:08:27.410 INFO kablam! Sep 10 10:08:27.450 INFO kablam! error[E0433]: failed to resolve. Could not find `test` in `sentry` Sep 10 10:08:27.450 INFO kablam! --> tests/test_threading.rs:68:26 Sep 10 10:08:27.450 INFO kablam! | Sep 10 10:08:27.450 INFO kablam! 68 | let events = sentry::test::with_captured_events(|| { Sep 10 10:08:27.450 INFO kablam! | ^^^^ Could not find `test` in `sentry` Sep 10 10:08:27.450 INFO kablam! Sep 10 10:08:27.672 INFO kablam! error: aborting due to 2 previous errors Sep 10 10:08:27.672 INFO kablam! Sep 10 10:08:27.672 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 10 10:08:27.730 INFO kablam! error: Could not compile `sentry`. Sep 10 10:08:27.731 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:08:27.823 INFO kablam! error: aborting due to 3 previous errors Sep 10 10:08:27.834 INFO kablam! Sep 10 10:08:27.834 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 10 10:08:27.853 INFO kablam! error: Could not compile `sentry`. Sep 10 10:08:27.853 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:08:28.027 INFO kablam! error: build failed Sep 10 10:08:28.032 INFO kablam! su: No module specific data is present Sep 10 10:08:28.696 INFO running `"docker" "rm" "-f" "c5118f4b3991934c12e77cc63951af134eb8e7cf2e8d41165d2d35fbfa16e4a2"` Sep 10 10:08:28.810 INFO blam! c5118f4b3991934c12e77cc63951af134eb8e7cf2e8d41165d2d35fbfa16e4a2