Nov 17 02:09:07.669 INFO testing ghotiphud/advent-of-code against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 02:09:07.670 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 17 02:09:08.011 INFO [stdout] 2e9a5a719afa3cde96f64133bbbb873deebe619ea2e7091b80f7e5180f271329 Nov 17 02:09:08.015 INFO running `"docker" "start" "-a" "2e9a5a719afa3cde96f64133bbbb873deebe619ea2e7091b80f7e5180f271329"` Nov 17 02:09:09.127 INFO [stderr] usermod: no changes Nov 17 02:09:09.175 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:09:09.175 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:09:09.175 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:09:09.175 INFO [stderr] files will be included as a binary target: Nov 17 02:09:09.175 INFO [stderr] Nov 17 02:09:09.175 INFO [stderr] * /source/src/main.rs Nov 17 02:09:09.175 INFO [stderr] Nov 17 02:09:09.175 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:09:09.175 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:09:09.175 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:09:09.175 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:09:09.175 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:09:09.175 INFO [stderr] Nov 17 02:09:09.175 INFO [stderr] For more information on this warning you can consult Nov 17 02:09:09.175 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:09:09.199 INFO [stderr] Compiling advent-of-code v0.1.0 (/source) Nov 17 02:09:10.028 INFO [stderr] warning: value assigned to `current` is never read Nov 17 02:09:10.029 INFO [stderr] --> src/day-3.rs:22:13 Nov 17 02:09:10.029 INFO [stderr] | Nov 17 02:09:10.029 INFO [stderr] 22 | let mut current = House::new(0, 0); Nov 17 02:09:10.029 INFO [stderr] | ^^^^^^^ Nov 17 02:09:10.029 INFO [stderr] | Nov 17 02:09:10.029 INFO [stderr] = note: #[warn(unused_assignments)] on by default Nov 17 02:09:10.029 INFO [stderr] Nov 17 02:09:11.524 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.37s Nov 17 02:09:11.528 INFO [stderr] su: No module specific data is present Nov 17 02:09:12.828 INFO running `"docker" "inspect" "2e9a5a719afa3cde96f64133bbbb873deebe619ea2e7091b80f7e5180f271329"` Nov 17 02:09:13.125 INFO running `"docker" "rm" "-f" "2e9a5a719afa3cde96f64133bbbb873deebe619ea2e7091b80f7e5180f271329"` Nov 17 02:09:13.483 INFO [stdout] 2e9a5a719afa3cde96f64133bbbb873deebe619ea2e7091b80f7e5180f271329 Nov 17 02:09:13.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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"` Nov 17 02:09:13.991 INFO [stdout] efebd7a779a052d5d0b60dd0f1eca9922408911dd34a2353e84f2f561711ca02 Nov 17 02:09:13.993 INFO running `"docker" "start" "-a" "efebd7a779a052d5d0b60dd0f1eca9922408911dd34a2353e84f2f561711ca02"` Nov 17 02:09:15.800 INFO [stderr] usermod: no changes Nov 17 02:09:15.867 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:09:15.867 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:09:15.867 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:09:15.867 INFO [stderr] files will be included as a binary target: Nov 17 02:09:15.867 INFO [stderr] Nov 17 02:09:15.867 INFO [stderr] * /source/src/main.rs Nov 17 02:09:15.867 INFO [stderr] Nov 17 02:09:15.867 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:09:15.867 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:09:15.867 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:09:15.867 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:09:15.867 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:09:15.867 INFO [stderr] Nov 17 02:09:15.867 INFO [stderr] For more information on this warning you can consult Nov 17 02:09:15.867 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:09:15.870 INFO [stderr] Compiling advent-of-code v0.1.0 (/source) Nov 17 02:09:16.790 INFO [stderr] warning: value assigned to `current` is never read Nov 17 02:09:16.790 INFO [stderr] --> src/day-3.rs:22:13 Nov 17 02:09:16.790 INFO [stderr] | Nov 17 02:09:16.790 INFO [stderr] 22 | let mut current = House::new(0, 0); Nov 17 02:09:16.790 INFO [stderr] | ^^^^^^^ Nov 17 02:09:16.790 INFO [stderr] | Nov 17 02:09:16.790 INFO [stderr] = note: #[warn(unused_assignments)] on by default Nov 17 02:09:16.790 INFO [stderr] Nov 17 02:09:17.393 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s Nov 17 02:09:17.411 INFO [stderr] su: No module specific data is present Nov 17 02:09:18.145 INFO running `"docker" "inspect" "efebd7a779a052d5d0b60dd0f1eca9922408911dd34a2353e84f2f561711ca02"` Nov 17 02:09:18.407 INFO running `"docker" "rm" "-f" "efebd7a779a052d5d0b60dd0f1eca9922408911dd34a2353e84f2f561711ca02"` Nov 17 02:09:18.765 INFO [stdout] efebd7a779a052d5d0b60dd0f1eca9922408911dd34a2353e84f2f561711ca02 Nov 17 02:09:18.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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"` Nov 17 02:09:19.167 INFO [stdout] 008d8fb7d41d8ba14a3984acee408ac974152e32715c5846390ff02287faf13f Nov 17 02:09:19.170 INFO running `"docker" "start" "-a" "008d8fb7d41d8ba14a3984acee408ac974152e32715c5846390ff02287faf13f"` Nov 17 02:09:20.190 INFO [stderr] usermod: no changes Nov 17 02:09:20.263 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:09:20.263 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:09:20.263 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:09:20.263 INFO [stderr] files will be included as a binary target: Nov 17 02:09:20.263 INFO [stderr] Nov 17 02:09:20.263 INFO [stderr] * /source/src/main.rs Nov 17 02:09:20.263 INFO [stderr] Nov 17 02:09:20.263 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:09:20.263 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:09:20.263 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:09:20.263 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:09:20.263 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:09:20.263 INFO [stderr] Nov 17 02:09:20.263 INFO [stderr] For more information on this warning you can consult Nov 17 02:09:20.263 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:09:20.263 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 17 02:09:20.271 INFO [stderr] Running /target/debug/deps/day_1-097103d30e924aec Nov 17 02:09:20.275 INFO [stdout] Nov 17 02:09:20.275 INFO [stdout] running 0 tests Nov 17 02:09:20.275 INFO [stdout] Nov 17 02:09:20.275 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:09:20.275 INFO [stdout] Nov 17 02:09:20.275 INFO [stdout] Nov 17 02:09:20.275 INFO [stdout] running 0 tests Nov 17 02:09:20.275 INFO [stdout] Nov 17 02:09:20.275 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:09:20.275 INFO [stdout] Nov 17 02:09:20.275 INFO [stderr] Running /target/debug/deps/day_2-62e4bfb1e4791b0b Nov 17 02:09:20.275 INFO [stderr] Running /target/debug/deps/day_3-0b6aeb38a5f03779 Nov 17 02:09:20.287 INFO [stderr] su: No module specific data is present Nov 17 02:09:20.287 INFO [stdout] Nov 17 02:09:20.287 INFO [stdout] running 0 tests Nov 17 02:09:20.287 INFO [stdout] Nov 17 02:09:20.287 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:09:20.287 INFO [stdout] Nov 17 02:09:21.069 INFO running `"docker" "inspect" "008d8fb7d41d8ba14a3984acee408ac974152e32715c5846390ff02287faf13f"` Nov 17 02:09:21.370 INFO running `"docker" "rm" "-f" "008d8fb7d41d8ba14a3984acee408ac974152e32715c5846390ff02287faf13f"` Nov 17 02:09:21.735 INFO [stdout] 008d8fb7d41d8ba14a3984acee408ac974152e32715c5846390ff02287faf13f