Oct 12 17:09:56.275 INFO testing zovt/advent-of-code-2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:09:56.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 17:09:56.807 INFO blam! dd622eaf02c99b6e3662fd7228cdd43246a49773e262ec8f68bd672c97ee7e74 Oct 12 17:09:56.809 INFO running `"docker" "start" "-a" "dd622eaf02c99b6e3662fd7228cdd43246a49773e262ec8f68bd672c97ee7e74"` Oct 12 17:09:58.506 INFO kablam! usermod: no changes Oct 12 17:09:58.578 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:09:58.578 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:09:58.579 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:09:58.579 INFO kablam! files will be included as a binary target: Oct 12 17:09:58.579 INFO kablam! Oct 12 17:09:58.579 INFO kablam! * /source/src/main.rs Oct 12 17:09:58.579 INFO kablam! Oct 12 17:09:58.579 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:09:58.579 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:09:58.579 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:09:58.579 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:09:58.579 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:09:58.579 INFO kablam! Oct 12 17:09:58.579 INFO kablam! For more information on this warning you can consult Oct 12 17:09:58.579 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:09:58.587 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 12 17:09:59.127 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:09:59.127 INFO kablam! --> src/day3/two.rs:39:6 Oct 12 17:09:59.127 INFO kablam! | Oct 12 17:09:59.127 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 12 17:09:59.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:09:59.127 INFO kablam! | Oct 12 17:09:59.127 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:09:59.127 INFO kablam! Oct 12 17:09:59.127 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:09:59.127 INFO kablam! --> src/day3/two.rs:41:13 Oct 12 17:09:59.127 INFO kablam! | Oct 12 17:09:59.127 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 12 17:09:59.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:09:59.127 INFO kablam! Oct 12 17:09:59.567 INFO kablam! warning: variable does not need to be mutable Oct 12 17:09:59.568 INFO kablam! --> src/day3/two.rs:86:6 Oct 12 17:09:59.568 INFO kablam! | Oct 12 17:09:59.568 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 12 17:09:59.569 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 17:09:59.569 INFO kablam! | | Oct 12 17:09:59.569 INFO kablam! | help: remove this `mut` Oct 12 17:09:59.569 INFO kablam! | Oct 12 17:09:59.570 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:09:59.570 INFO kablam! Oct 12 17:10:04.096 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:04.096 INFO kablam! --> src/day3/one.rs:43:15 Oct 12 17:10:04.096 INFO kablam! | Oct 12 17:10:04.096 INFO kablam! 43 | let num = if (num > ring_half) { Oct 12 17:10:04.096 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:04.099 INFO kablam! | Oct 12 17:10:04.099 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:10:04.099 INFO kablam! Oct 12 17:10:08.374 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.83s Oct 12 17:10:08.383 INFO kablam! su: No module specific data is present Oct 12 17:10:08.923 INFO running `"docker" "rm" "-f" "dd622eaf02c99b6e3662fd7228cdd43246a49773e262ec8f68bd672c97ee7e74"` Oct 12 17:10:09.147 INFO blam! dd622eaf02c99b6e3662fd7228cdd43246a49773e262ec8f68bd672c97ee7e74 Oct 12 17:10:09.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 17:10:09.675 INFO blam! 6e70bb10d6b42fffb0e6d1a44fbb776e9a003cad6fa319d9e7c73afc90f9ca7a Oct 12 17:10:09.684 INFO running `"docker" "start" "-a" "6e70bb10d6b42fffb0e6d1a44fbb776e9a003cad6fa319d9e7c73afc90f9ca7a"` Oct 12 17:10:11.003 INFO kablam! usermod: no changes Oct 12 17:10:11.051 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:10:11.051 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:10:11.051 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:10:11.051 INFO kablam! files will be included as a binary target: Oct 12 17:10:11.051 INFO kablam! Oct 12 17:10:11.051 INFO kablam! * /source/src/main.rs Oct 12 17:10:11.051 INFO kablam! Oct 12 17:10:11.051 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:10:11.051 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:10:11.051 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:10:11.051 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:10:11.051 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:10:11.051 INFO kablam! Oct 12 17:10:11.051 INFO kablam! For more information on this warning you can consult Oct 12 17:10:11.051 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:10:11.051 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 12 17:10:11.460 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:11.460 INFO kablam! --> src/day3/two.rs:39:6 Oct 12 17:10:11.460 INFO kablam! | Oct 12 17:10:11.460 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 12 17:10:11.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:11.467 INFO kablam! | Oct 12 17:10:11.467 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:10:11.467 INFO kablam! Oct 12 17:10:11.467 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:11.467 INFO kablam! --> src/day3/two.rs:41:13 Oct 12 17:10:11.467 INFO kablam! | Oct 12 17:10:11.467 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 12 17:10:11.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:11.467 INFO kablam! Oct 12 17:10:12.231 INFO kablam! warning: variable does not need to be mutable Oct 12 17:10:12.231 INFO kablam! --> src/day3/two.rs:86:6 Oct 12 17:10:12.231 INFO kablam! | Oct 12 17:10:12.231 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 12 17:10:12.231 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 17:10:12.231 INFO kablam! | | Oct 12 17:10:12.231 INFO kablam! | help: remove this `mut` Oct 12 17:10:12.231 INFO kablam! | Oct 12 17:10:12.231 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:10:12.231 INFO kablam! Oct 12 17:10:14.863 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:14.863 INFO kablam! --> src/day3/one.rs:43:15 Oct 12 17:10:14.863 INFO kablam! | Oct 12 17:10:14.863 INFO kablam! 43 | let num = if (num > ring_half) { Oct 12 17:10:14.863 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:14.863 INFO kablam! | Oct 12 17:10:14.863 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:10:14.863 INFO kablam! Oct 12 17:10:16.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.81s Oct 12 17:10:16.839 INFO kablam! su: No module specific data is present Oct 12 17:10:17.568 INFO running `"docker" "rm" "-f" "6e70bb10d6b42fffb0e6d1a44fbb776e9a003cad6fa319d9e7c73afc90f9ca7a"` Oct 12 17:10:17.898 INFO blam! 6e70bb10d6b42fffb0e6d1a44fbb776e9a003cad6fa319d9e7c73afc90f9ca7a Oct 12 17:10:17.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 17:10:18.415 INFO blam! 2efc27d32b61dc4269bce78b087454f038be452d028e567135043a27ead2314e Oct 12 17:10:18.420 INFO running `"docker" "start" "-a" "2efc27d32b61dc4269bce78b087454f038be452d028e567135043a27ead2314e"` Oct 12 17:10:20.079 INFO kablam! usermod: no changes Oct 12 17:10:20.131 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:10:20.131 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:10:20.131 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:10:20.131 INFO kablam! files will be included as a binary target: Oct 12 17:10:20.131 INFO kablam! Oct 12 17:10:20.131 INFO kablam! * /source/src/main.rs Oct 12 17:10:20.131 INFO kablam! Oct 12 17:10:20.131 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:10:20.131 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:10:20.131 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:10:20.131 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:10:20.131 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:10:20.131 INFO kablam! Oct 12 17:10:20.131 INFO kablam! For more information on this warning you can consult Oct 12 17:10:20.131 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:10:20.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 17:10:20.151 INFO kablam! Running /target/debug/deps/day1_1-9cf8cf3afcca244e Oct 12 17:10:20.151 INFO blam! Oct 12 17:10:20.151 INFO blam! running 0 tests Oct 12 17:10:20.151 INFO blam! Oct 12 17:10:20.151 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.151 INFO blam! Oct 12 17:10:20.151 INFO kablam! Running /target/debug/deps/day1_2-2293fa59772a2a2b Oct 12 17:10:20.163 INFO blam! Oct 12 17:10:20.163 INFO blam! running 0 tests Oct 12 17:10:20.163 INFO blam! Oct 12 17:10:20.163 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.163 INFO blam! Oct 12 17:10:20.163 INFO kablam! Running /target/debug/deps/day2_1-a3f9357f18a01827 Oct 12 17:10:20.167 INFO blam! Oct 12 17:10:20.167 INFO blam! running 0 tests Oct 12 17:10:20.167 INFO blam! Oct 12 17:10:20.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.167 INFO blam! Oct 12 17:10:20.171 INFO kablam! Running /target/debug/deps/day2_2-0ac856e9ae3f7cf2 Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! running 0 tests Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! running 0 tests Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! running 0 tests Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! running 0 tests Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.179 INFO blam! Oct 12 17:10:20.179 INFO kablam! Running /target/debug/deps/day3_1-fb32f771149e865e Oct 12 17:10:20.179 INFO kablam! Running /target/debug/deps/day3_2-aa30318a9d4775a6 Oct 12 17:10:20.179 INFO kablam! Running /target/debug/deps/day4_1-100361676362fc85 Oct 12 17:10:20.179 INFO kablam! Running /target/debug/deps/day4_2-5f45810bd01db2bc Oct 12 17:10:20.195 INFO blam! Oct 12 17:10:20.195 INFO blam! running 0 tests Oct 12 17:10:20.195 INFO blam! Oct 12 17:10:20.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.195 INFO blam! Oct 12 17:10:20.195 INFO kablam! Running /target/debug/deps/day5_1-d5d1f355e35f31a9 Oct 12 17:10:20.203 INFO blam! Oct 12 17:10:20.203 INFO blam! running 0 tests Oct 12 17:10:20.203 INFO blam! Oct 12 17:10:20.203 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.203 INFO blam! Oct 12 17:10:20.203 INFO kablam! Running /target/debug/deps/day5_2-aee2dbcb102c4660 Oct 12 17:10:20.207 INFO blam! Oct 12 17:10:20.207 INFO blam! running 0 tests Oct 12 17:10:20.207 INFO blam! Oct 12 17:10:20.207 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.207 INFO blam! Oct 12 17:10:20.207 INFO kablam! Running /target/debug/deps/day6_1-a4d50d5173f6cd63 Oct 12 17:10:20.208 INFO blam! Oct 12 17:10:20.208 INFO blam! running 0 tests Oct 12 17:10:20.208 INFO blam! Oct 12 17:10:20.208 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.208 INFO blam! Oct 12 17:10:20.208 INFO kablam! Running /target/debug/deps/day6_2-9fbbccda0385e785 Oct 12 17:10:20.211 INFO blam! Oct 12 17:10:20.211 INFO blam! running 0 tests Oct 12 17:10:20.211 INFO blam! Oct 12 17:10:20.211 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:20.211 INFO blam! Oct 12 17:10:20.231 INFO kablam! su: No module specific data is present Oct 12 17:10:20.753 INFO running `"docker" "rm" "-f" "2efc27d32b61dc4269bce78b087454f038be452d028e567135043a27ead2314e"` Oct 12 17:10:21.022 INFO blam! 2efc27d32b61dc4269bce78b087454f038be452d028e567135043a27ead2314e