Oct 12 15:50:10.869 INFO checking pfernie/synacor-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 15:50:10.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 15:50:11.186 INFO blam! 37a00b6021e1653cfb884fe0ece56f644722e01d03aa23069a28d57157d45720 Oct 12 15:50:11.187 INFO running `"docker" "start" "-a" "37a00b6021e1653cfb884fe0ece56f644722e01d03aa23069a28d57157d45720"` Oct 12 15:50:11.961 INFO kablam! usermod: no changes Oct 12 15:50:12.125 INFO kablam! Compiling gcc v0.3.41 Oct 12 15:50:12.125 INFO kablam! Compiling backtrace v0.3.0 Oct 12 15:50:12.125 INFO kablam! Checking rustc-demangle v0.1.3 Oct 12 15:50:12.125 INFO kablam! Checking try_from v0.2.1 Oct 12 15:50:12.125 INFO kablam! Checking thread-id v3.0.0 Oct 12 15:50:12.125 INFO kablam! Checking memchr v1.0.1 Oct 12 15:50:12.125 INFO kablam! Checking clap v2.20.0 Oct 12 15:50:13.304 INFO kablam! Checking thread_local v0.3.2 Oct 12 15:50:13.468 INFO kablam! Checking aho-corasick v0.6.1 Oct 12 15:50:15.484 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 12 15:50:15.705 INFO kablam! Checking regex v0.2.1 Oct 12 15:50:18.036 INFO kablam! Checking error-chain v0.7.2 Oct 12 15:50:19.253 INFO kablam! Checking env_logger v0.4.0 Oct 12 15:50:20.987 INFO kablam! Checking synacor v0.1.0 (/source) Oct 12 15:50:21.840 INFO kablam! warning: unused variable: `t` Oct 12 15:50:21.840 INFO kablam! --> src/bin/foo.rs:46:9 Oct 12 15:50:21.840 INFO kablam! | Oct 12 15:50:21.840 INFO kablam! 46 | let t = thread::Builder::new().stack_size(1024 * 1024 * 32).spawn(move || { Oct 12 15:50:21.840 INFO kablam! | ^ help: consider using `_t` instead Oct 12 15:50:21.840 INFO kablam! | Oct 12 15:50:21.840 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:50:21.840 INFO kablam! Oct 12 15:50:22.407 INFO kablam! warning: unused variable: `t` Oct 12 15:50:22.408 INFO kablam! --> src/bin/foo.rs:46:9 Oct 12 15:50:22.408 INFO kablam! | Oct 12 15:50:22.408 INFO kablam! 46 | let t = thread::Builder::new().stack_size(1024 * 1024 * 32).spawn(move || { Oct 12 15:50:22.408 INFO kablam! | ^ help: consider using `_t` instead Oct 12 15:50:22.408 INFO kablam! | Oct 12 15:50:22.408 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 15:50:22.408 INFO kablam! Oct 12 15:50:23.183 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 15:50:23.183 INFO kablam! --> src/debugger/mod.rs:4:5 Oct 12 15:50:23.183 INFO kablam! | Oct 12 15:50:23.183 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 12 15:50:23.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 15:50:23.183 INFO kablam! | Oct 12 15:50:23.183 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 15:50:23.183 INFO kablam! Oct 12 15:50:23.411 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 15:50:23.411 INFO kablam! --> src/debugger/mod.rs:4:5 Oct 12 15:50:23.411 INFO kablam! | Oct 12 15:50:23.411 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 12 15:50:23.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 15:50:23.411 INFO kablam! | Oct 12 15:50:23.413 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 15:50:23.413 INFO kablam! Oct 12 15:50:23.840 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 15:50:23.840 INFO kablam! --> src/debugger/mod.rs:4:5 Oct 12 15:50:23.840 INFO kablam! | Oct 12 15:50:23.840 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 12 15:50:23.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 15:50:23.840 INFO kablam! | Oct 12 15:50:23.840 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:50:23.840 INFO kablam! Oct 12 15:50:24.180 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 12 15:50:24.180 INFO kablam! --> src/debugger/mod.rs:4:5 Oct 12 15:50:24.180 INFO kablam! | Oct 12 15:50:24.180 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 12 15:50:24.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 15:50:24.180 INFO kablam! | Oct 12 15:50:24.180 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 15:50:24.180 INFO kablam! Oct 12 15:50:24.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.68s Oct 12 15:50:24.698 INFO kablam! su: No module specific data is present Oct 12 15:50:26.128 INFO running `"docker" "rm" "-f" "37a00b6021e1653cfb884fe0ece56f644722e01d03aa23069a28d57157d45720"` Oct 12 15:50:26.412 INFO blam! 37a00b6021e1653cfb884fe0ece56f644722e01d03aa23069a28d57157d45720