Nov 17 02:09:07.521 INFO testing ghotiphud/advent-of-code against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 02:09:07.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:07.878 INFO [stdout] 7726bc2f74c203569e210c957612efd68b799bf03431d7857acc9d99d0741fbf Nov 17 02:09:07.881 INFO running `"docker" "start" "-a" "7726bc2f74c203569e210c957612efd68b799bf03431d7857acc9d99d0741fbf"` Nov 17 02:09:09.423 INFO [stderr] usermod: no changes Nov 17 02:09:09.463 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:09:09.463 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:09:09.463 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:09:09.463 INFO [stderr] files will be included as a binary target: Nov 17 02:09:09.463 INFO [stderr] Nov 17 02:09:09.463 INFO [stderr] * /source/src/main.rs Nov 17 02:09:09.463 INFO [stderr] Nov 17 02:09:09.463 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:09:09.463 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:09:09.463 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:09:09.463 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:09:09.463 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:09:09.463 INFO [stderr] Nov 17 02:09:09.463 INFO [stderr] For more information on this warning you can consult Nov 17 02:09:09.463 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:09:09.466 INFO [stderr] Compiling advent-of-code v0.1.0 (/source) Nov 17 02:09:10.400 INFO [stderr] warning: value assigned to `current` is never read Nov 17 02:09:10.407 INFO [stderr] --> src/day-3.rs:22:13 Nov 17 02:09:10.407 INFO [stderr] | Nov 17 02:09:10.407 INFO [stderr] 22 | let mut current = House::new(0, 0); Nov 17 02:09:10.407 INFO [stderr] | ^^^^^^^ Nov 17 02:09:10.407 INFO [stderr] | Nov 17 02:09:10.407 INFO [stderr] = note: #[warn(unused_assignments)] on by default Nov 17 02:09:10.407 INFO [stderr] Nov 17 02:09:11.606 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.16s Nov 17 02:09:11.609 INFO [stderr] su: No module specific data is present Nov 17 02:09:12.835 INFO running `"docker" "inspect" "7726bc2f74c203569e210c957612efd68b799bf03431d7857acc9d99d0741fbf"` Nov 17 02:09:13.103 INFO running `"docker" "rm" "-f" "7726bc2f74c203569e210c957612efd68b799bf03431d7857acc9d99d0741fbf"` Nov 17 02:09:13.459 INFO [stdout] 7726bc2f74c203569e210c957612efd68b799bf03431d7857acc9d99d0741fbf Nov 17 02:09:13.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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.956 INFO [stdout] de6ea4c5bde47908489fe7f3c18fa110909f204c82b3f7465c7b5ae889c6b5c5 Nov 17 02:09:13.958 INFO running `"docker" "start" "-a" "de6ea4c5bde47908489fe7f3c18fa110909f204c82b3f7465c7b5ae889c6b5c5"` Nov 17 02:09:15.446 INFO [stderr] usermod: no changes Nov 17 02:09:15.515 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:09:15.515 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:09:15.515 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:09:15.515 INFO [stderr] files will be included as a binary target: Nov 17 02:09:15.515 INFO [stderr] Nov 17 02:09:15.515 INFO [stderr] * /source/src/main.rs Nov 17 02:09:15.515 INFO [stderr] Nov 17 02:09:15.515 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:09:15.515 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:09:15.515 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:09:15.515 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:09:15.515 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:09:15.515 INFO [stderr] Nov 17 02:09:15.515 INFO [stderr] For more information on this warning you can consult Nov 17 02:09:15.515 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:09:15.519 INFO [stderr] Compiling advent-of-code v0.1.0 (/source) Nov 17 02:09:16.795 INFO [stderr] warning: value assigned to `current` is never read Nov 17 02:09:16.795 INFO [stderr] --> src/day-3.rs:22:13 Nov 17 02:09:16.795 INFO [stderr] | Nov 17 02:09:16.795 INFO [stderr] 22 | let mut current = House::new(0, 0); Nov 17 02:09:16.795 INFO [stderr] | ^^^^^^^ Nov 17 02:09:16.795 INFO [stderr] | Nov 17 02:09:16.795 INFO [stderr] = note: #[warn(unused_assignments)] on by default Nov 17 02:09:16.795 INFO [stderr] Nov 17 02:09:17.264 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s Nov 17 02:09:17.267 INFO [stderr] su: No module specific data is present Nov 17 02:09:18.123 INFO running `"docker" "inspect" "de6ea4c5bde47908489fe7f3c18fa110909f204c82b3f7465c7b5ae889c6b5c5"` Nov 17 02:09:18.321 INFO running `"docker" "rm" "-f" "de6ea4c5bde47908489fe7f3c18fa110909f204c82b3f7465c7b5ae889c6b5c5"` Nov 17 02:09:18.586 INFO [stdout] de6ea4c5bde47908489fe7f3c18fa110909f204c82b3f7465c7b5ae889c6b5c5 Nov 17 02:09:18.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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.059 INFO [stdout] 49774e9fb046b2dd0db52894b30e37e61eebabb13d9b3b0a98364c19b605681b Nov 17 02:09:19.068 INFO running `"docker" "start" "-a" "49774e9fb046b2dd0db52894b30e37e61eebabb13d9b3b0a98364c19b605681b"` Nov 17 02:09:20.067 INFO [stderr] usermod: no changes Nov 17 02:09:20.111 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:09:20.115 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:09:20.115 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:09:20.115 INFO [stderr] files will be included as a binary target: Nov 17 02:09:20.115 INFO [stderr] Nov 17 02:09:20.115 INFO [stderr] * /source/src/main.rs Nov 17 02:09:20.115 INFO [stderr] Nov 17 02:09:20.115 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:09:20.115 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:09:20.115 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:09:20.115 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:09:20.115 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:09:20.115 INFO [stderr] Nov 17 02:09:20.115 INFO [stderr] For more information on this warning you can consult Nov 17 02:09:20.115 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:09:20.115 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Nov 17 02:09:20.127 INFO [stderr] Running /target/debug/deps/day_1-ae3cdfcc0fbde781 Nov 17 02:09:20.127 INFO [stderr] Running /target/debug/deps/day_2-1277c4681145b375 Nov 17 02:09:20.128 INFO [stdout] Nov 17 02:09:20.128 INFO [stdout] running 0 tests Nov 17 02:09:20.128 INFO [stdout] Nov 17 02:09:20.128 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:09:20.128 INFO [stdout] Nov 17 02:09:20.135 INFO [stdout] Nov 17 02:09:20.135 INFO [stdout] running 0 tests Nov 17 02:09:20.135 INFO [stdout] Nov 17 02:09:20.135 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:09:20.135 INFO [stdout] Nov 17 02:09:20.136 INFO [stderr] Running /target/debug/deps/day_3-d071563eb9084df1 Nov 17 02:09:20.143 INFO [stderr] su: No module specific data is present Nov 17 02:09:20.144 INFO [stdout] Nov 17 02:09:20.144 INFO [stdout] running 0 tests Nov 17 02:09:20.144 INFO [stdout] Nov 17 02:09:20.144 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:09:20.144 INFO [stdout] Nov 17 02:09:20.847 INFO running `"docker" "inspect" "49774e9fb046b2dd0db52894b30e37e61eebabb13d9b3b0a98364c19b605681b"` Nov 17 02:09:21.169 INFO running `"docker" "rm" "-f" "49774e9fb046b2dd0db52894b30e37e61eebabb13d9b3b0a98364c19b605681b"` Nov 17 02:09:21.457 INFO [stdout] 49774e9fb046b2dd0db52894b30e37e61eebabb13d9b3b0a98364c19b605681b