Oct 14 19:49:26.556 INFO testing ghotiphud/advent-of-code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:49:26.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 14 19:49:27.002 INFO blam! 37befb8d090b982796634f8942bc53bce963c57c85447fe5623ad8e19e33239c Oct 14 19:49:27.005 INFO running `"docker" "start" "-a" "37befb8d090b982796634f8942bc53bce963c57c85447fe5623ad8e19e33239c"` Oct 14 19:49:28.248 INFO kablam! usermod: no changes Oct 14 19:49:28.303 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:49:28.303 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:49:28.303 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:49:28.303 INFO kablam! files will be included as a binary target: Oct 14 19:49:28.303 INFO kablam! Oct 14 19:49:28.303 INFO kablam! * /source/src/main.rs Oct 14 19:49:28.303 INFO kablam! Oct 14 19:49:28.303 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:49:28.303 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:49:28.303 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:49:28.303 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:49:28.303 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:49:28.303 INFO kablam! Oct 14 19:49:28.303 INFO kablam! For more information on this warning you can consult Oct 14 19:49:28.303 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:49:28.311 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 14 19:49:28.978 INFO kablam! warning: value assigned to `current` is never read Oct 14 19:49:28.978 INFO kablam! --> src/day-3.rs:22:13 Oct 14 19:49:28.978 INFO kablam! | Oct 14 19:49:28.978 INFO kablam! 22 | let mut current = House::new(0, 0); Oct 14 19:49:28.978 INFO kablam! | ^^^^^^^ Oct 14 19:49:28.978 INFO kablam! | Oct 14 19:49:28.978 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:49:28.978 INFO kablam! Oct 14 19:49:30.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.10s Oct 14 19:49:30.386 INFO kablam! su: No module specific data is present Oct 14 19:49:31.026 INFO running `"docker" "rm" "-f" "37befb8d090b982796634f8942bc53bce963c57c85447fe5623ad8e19e33239c"` Oct 14 19:49:31.351 INFO blam! 37befb8d090b982796634f8942bc53bce963c57c85447fe5623ad8e19e33239c Oct 14 19:49:31.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 14 19:49:31.816 INFO blam! 5999d267b630024d3c7df26cf0acc1dbc5b4554471dbdf6f278ec6683e22c798 Oct 14 19:49:31.818 INFO running `"docker" "start" "-a" "5999d267b630024d3c7df26cf0acc1dbc5b4554471dbdf6f278ec6683e22c798"` Oct 14 19:49:33.007 INFO kablam! usermod: no changes Oct 14 19:49:33.059 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:49:33.059 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:49:33.059 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:49:33.059 INFO kablam! files will be included as a binary target: Oct 14 19:49:33.059 INFO kablam! Oct 14 19:49:33.059 INFO kablam! * /source/src/main.rs Oct 14 19:49:33.059 INFO kablam! Oct 14 19:49:33.059 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:49:33.059 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:49:33.059 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:49:33.059 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:49:33.059 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:49:33.059 INFO kablam! Oct 14 19:49:33.059 INFO kablam! For more information on this warning you can consult Oct 14 19:49:33.059 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:49:33.087 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 14 19:49:33.607 INFO kablam! warning: value assigned to `current` is never read Oct 14 19:49:33.607 INFO kablam! --> src/day-3.rs:22:13 Oct 14 19:49:33.607 INFO kablam! | Oct 14 19:49:33.607 INFO kablam! 22 | let mut current = House::new(0, 0); Oct 14 19:49:33.607 INFO kablam! | ^^^^^^^ Oct 14 19:49:33.607 INFO kablam! | Oct 14 19:49:33.607 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 19:49:33.607 INFO kablam! Oct 14 19:49:34.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 14 19:49:34.764 INFO kablam! su: No module specific data is present Oct 14 19:49:35.777 INFO running `"docker" "rm" "-f" "5999d267b630024d3c7df26cf0acc1dbc5b4554471dbdf6f278ec6683e22c798"` Oct 14 19:49:36.041 INFO blam! 5999d267b630024d3c7df26cf0acc1dbc5b4554471dbdf6f278ec6683e22c798 Oct 14 19:49:36.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 14 19:49:36.547 INFO blam! 230c927ffb209a97826270370d94ee5b4c941a39a25cd177750828a8ad148111 Oct 14 19:49:36.549 INFO running `"docker" "start" "-a" "230c927ffb209a97826270370d94ee5b4c941a39a25cd177750828a8ad148111"` Oct 14 19:49:37.859 INFO kablam! usermod: no changes Oct 14 19:49:37.903 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:49:37.903 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:49:37.903 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:49:37.903 INFO kablam! files will be included as a binary target: Oct 14 19:49:37.903 INFO kablam! Oct 14 19:49:37.903 INFO kablam! * /source/src/main.rs Oct 14 19:49:37.903 INFO kablam! Oct 14 19:49:37.903 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:49:37.903 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:49:37.903 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:49:37.903 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:49:37.903 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:49:37.903 INFO kablam! Oct 14 19:49:37.903 INFO kablam! For more information on this warning you can consult Oct 14 19:49:37.903 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:49:37.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 19:49:37.911 INFO kablam! Running /target/debug/deps/day_1-b7f020ea260b9c60 Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO kablam! Running /target/debug/deps/day_2-d1a3c7c2b6dc06e0 Oct 14 19:49:37.911 INFO blam! running 0 tests Oct 14 19:49:37.911 INFO kablam! Running /target/debug/deps/day_3-926ea6420546e1fc Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO kablam! su: No module specific data is present Oct 14 19:49:37.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO blam! running 0 tests Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO blam! running 0 tests Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:37.911 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:37.911 INFO blam! Oct 14 19:49:38.747 INFO running `"docker" "rm" "-f" "230c927ffb209a97826270370d94ee5b4c941a39a25cd177750828a8ad148111"` Oct 14 19:49:38.983 INFO blam! 230c927ffb209a97826270370d94ee5b4c941a39a25cd177750828a8ad148111