Oct 14 11:58:50.596 INFO testing matthew86707/RustAdvent against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:58:50.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 11:58:51.057 INFO blam! a8fb7e88d0d8e5d338fd995fb26590a39387a7375329ebc17273b9fb4dc27eda Oct 14 11:58:51.060 INFO running `"docker" "start" "-a" "a8fb7e88d0d8e5d338fd995fb26590a39387a7375329ebc17273b9fb4dc27eda"` Oct 14 11:58:52.259 INFO kablam! usermod: no changes Oct 14 11:58:52.327 INFO kablam! Compiling RustAdvent v0.1.0 (/source) Oct 14 11:58:52.457 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 11:58:52.457 INFO kablam! --> src/main.rs:69:4 Oct 14 11:58:52.457 INFO kablam! | Oct 14 11:58:52.458 INFO kablam! 69 | if(this_group.inner_groups.len() < 1){ Oct 14 11:58:52.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 11:58:52.458 INFO kablam! | Oct 14 11:58:52.458 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 11:58:52.459 INFO kablam! Oct 14 11:58:52.459 INFO kablam! warning: unused import: `std::io::Cursor` Oct 14 11:58:52.459 INFO kablam! --> src/main.rs:89:6 Oct 14 11:58:52.460 INFO kablam! | Oct 14 11:58:52.460 INFO kablam! 89 | use std::io::Cursor; Oct 14 11:58:52.460 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:58:52.461 INFO kablam! | Oct 14 11:58:52.461 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:58:52.461 INFO kablam! Oct 14 11:58:52.496 INFO kablam! warning: unused variable: `groups` Oct 14 11:58:52.496 INFO kablam! --> src/main.rs:13:10 Oct 14 11:58:52.497 INFO kablam! | Oct 14 11:58:52.497 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:52.497 INFO kablam! | ^^^^^^ help: consider using `_groups` instead Oct 14 11:58:52.499 INFO kablam! | Oct 14 11:58:52.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:58:52.499 INFO kablam! Oct 14 11:58:52.499 INFO kablam! warning: unused variable: `root_group` Oct 14 11:58:52.500 INFO kablam! --> src/main.rs:14:10 Oct 14 11:58:52.500 INFO kablam! | Oct 14 11:58:52.500 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:52.500 INFO kablam! | ^^^^^^^^^^ help: consider using `_root_group` instead Oct 14 11:58:52.501 INFO kablam! Oct 14 11:58:52.501 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:52.501 INFO kablam! --> src/main.rs:10:6 Oct 14 11:58:52.502 INFO kablam! | Oct 14 11:58:52.503 INFO kablam! 10 | let mut characters = get_char_array_from_bytes(raw_bytes); Oct 14 11:58:52.503 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:52.503 INFO kablam! | | Oct 14 11:58:52.504 INFO kablam! | help: remove this `mut` Oct 14 11:58:52.504 INFO kablam! | Oct 14 11:58:52.504 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:58:52.505 INFO kablam! Oct 14 11:58:52.505 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:52.505 INFO kablam! --> src/main.rs:13:6 Oct 14 11:58:52.505 INFO kablam! | Oct 14 11:58:52.506 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:52.506 INFO kablam! | ----^^^^^^ Oct 14 11:58:52.506 INFO kablam! | | Oct 14 11:58:52.507 INFO kablam! | help: remove this `mut` Oct 14 11:58:52.507 INFO kablam! Oct 14 11:58:52.507 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:52.507 INFO kablam! --> src/main.rs:14:6 Oct 14 11:58:52.508 INFO kablam! | Oct 14 11:58:52.508 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:52.508 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:52.508 INFO kablam! | | Oct 14 11:58:52.508 INFO kablam! | help: remove this `mut` Oct 14 11:58:52.508 INFO kablam! Oct 14 11:58:52.508 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:52.508 INFO kablam! --> src/main.rs:75:5 Oct 14 11:58:52.508 INFO kablam! | Oct 14 11:58:52.508 INFO kablam! 75 | let mut total : i32 = value_of_children + 1; Oct 14 11:58:52.508 INFO kablam! | ----^^^^^ Oct 14 11:58:52.508 INFO kablam! | | Oct 14 11:58:52.508 INFO kablam! | help: remove this `mut` Oct 14 11:58:52.508 INFO kablam! Oct 14 11:58:52.508 INFO kablam! warning: crate `RustAdvent` should have a snake case name such as `rust_advent` Oct 14 11:58:52.508 INFO kablam! | Oct 14 11:58:52.508 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:58:52.508 INFO kablam! Oct 14 11:58:53.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 14 11:58:53.203 INFO kablam! su: No module specific data is present Oct 14 11:58:54.157 INFO running `"docker" "rm" "-f" "a8fb7e88d0d8e5d338fd995fb26590a39387a7375329ebc17273b9fb4dc27eda"` Oct 14 11:58:54.551 INFO blam! a8fb7e88d0d8e5d338fd995fb26590a39387a7375329ebc17273b9fb4dc27eda Oct 14 11:58:54.555 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 11:58:54.959 INFO blam! bf59eb9778569fb5d218954748f318c6871117a2eadafa60f5f0199f264c655a Oct 14 11:58:54.979 INFO running `"docker" "start" "-a" "bf59eb9778569fb5d218954748f318c6871117a2eadafa60f5f0199f264c655a"` Oct 14 11:58:56.949 INFO kablam! usermod: no changes Oct 14 11:58:56.999 INFO kablam! Compiling RustAdvent v0.1.0 (/source) Oct 14 11:58:57.195 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 11:58:57.195 INFO kablam! --> src/main.rs:69:4 Oct 14 11:58:57.195 INFO kablam! | Oct 14 11:58:57.195 INFO kablam! 69 | if(this_group.inner_groups.len() < 1){ Oct 14 11:58:57.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 11:58:57.195 INFO kablam! | Oct 14 11:58:57.195 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 11:58:57.195 INFO kablam! Oct 14 11:58:57.195 INFO kablam! warning: unused import: `std::io::Cursor` Oct 14 11:58:57.195 INFO kablam! --> src/main.rs:89:6 Oct 14 11:58:57.195 INFO kablam! | Oct 14 11:58:57.195 INFO kablam! 89 | use std::io::Cursor; Oct 14 11:58:57.195 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:58:57.195 INFO kablam! | Oct 14 11:58:57.195 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:58:57.195 INFO kablam! Oct 14 11:58:57.251 INFO kablam! warning: unused variable: `groups` Oct 14 11:58:57.251 INFO kablam! --> src/main.rs:13:10 Oct 14 11:58:57.251 INFO kablam! | Oct 14 11:58:57.251 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:57.251 INFO kablam! | ^^^^^^ help: consider using `_groups` instead Oct 14 11:58:57.251 INFO kablam! | Oct 14 11:58:57.251 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:58:57.251 INFO kablam! Oct 14 11:58:57.251 INFO kablam! warning: unused variable: `root_group` Oct 14 11:58:57.251 INFO kablam! --> src/main.rs:14:10 Oct 14 11:58:57.251 INFO kablam! | Oct 14 11:58:57.251 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:57.251 INFO kablam! | ^^^^^^^^^^ help: consider using `_root_group` instead Oct 14 11:58:57.251 INFO kablam! Oct 14 11:58:57.255 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:57.255 INFO kablam! --> src/main.rs:10:6 Oct 14 11:58:57.255 INFO kablam! | Oct 14 11:58:57.255 INFO kablam! 10 | let mut characters = get_char_array_from_bytes(raw_bytes); Oct 14 11:58:57.255 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:57.255 INFO kablam! | | Oct 14 11:58:57.255 INFO kablam! | help: remove this `mut` Oct 14 11:58:57.255 INFO kablam! | Oct 14 11:58:57.255 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:58:57.255 INFO kablam! Oct 14 11:58:57.255 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:57.255 INFO kablam! --> src/main.rs:13:6 Oct 14 11:58:57.255 INFO kablam! | Oct 14 11:58:57.255 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:57.255 INFO kablam! | ----^^^^^^ Oct 14 11:58:57.255 INFO kablam! | | Oct 14 11:58:57.255 INFO kablam! | help: remove this `mut` Oct 14 11:58:57.255 INFO kablam! Oct 14 11:58:57.255 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:57.255 INFO kablam! --> src/main.rs:14:6 Oct 14 11:58:57.255 INFO kablam! | Oct 14 11:58:57.255 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:57.255 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:57.255 INFO kablam! | | Oct 14 11:58:57.255 INFO kablam! | help: remove this `mut` Oct 14 11:58:57.255 INFO kablam! Oct 14 11:58:57.263 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:57.263 INFO kablam! --> src/main.rs:75:5 Oct 14 11:58:57.263 INFO kablam! | Oct 14 11:58:57.263 INFO kablam! 75 | let mut total : i32 = value_of_children + 1; Oct 14 11:58:57.263 INFO kablam! | ----^^^^^ Oct 14 11:58:57.263 INFO kablam! | | Oct 14 11:58:57.263 INFO kablam! | help: remove this `mut` Oct 14 11:58:57.263 INFO kablam! Oct 14 11:58:57.263 INFO kablam! warning: crate `RustAdvent` should have a snake case name such as `rust_advent` Oct 14 11:58:57.263 INFO kablam! | Oct 14 11:58:57.263 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:58:57.263 INFO kablam! Oct 14 11:58:57.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 14 11:58:57.815 INFO kablam! su: No module specific data is present Oct 14 11:58:59.396 INFO running `"docker" "rm" "-f" "bf59eb9778569fb5d218954748f318c6871117a2eadafa60f5f0199f264c655a"` Oct 14 11:58:59.676 INFO blam! bf59eb9778569fb5d218954748f318c6871117a2eadafa60f5f0199f264c655a Oct 14 11:58:59.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 11:59:00.180 INFO blam! dc6795826d6ef324bf2b56dccb6d26f1ee4e4be1014d20db15acec3a74dcb0a3 Oct 14 11:59:00.181 INFO running `"docker" "start" "-a" "dc6795826d6ef324bf2b56dccb6d26f1ee4e4be1014d20db15acec3a74dcb0a3"` Oct 14 11:59:02.022 INFO kablam! usermod: no changes Oct 14 11:59:02.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 11:59:02.095 INFO kablam! Running /target/debug/deps/RustAdvent-9a46749533d9330c Oct 14 11:59:02.095 INFO kablam! su: No module specific data is present Oct 14 11:59:02.095 INFO blam! Oct 14 11:59:02.095 INFO blam! running 0 tests Oct 14 11:59:02.095 INFO blam! Oct 14 11:59:02.095 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:59:02.095 INFO blam! Oct 14 11:59:03.247 INFO running `"docker" "rm" "-f" "dc6795826d6ef324bf2b56dccb6d26f1ee4e4be1014d20db15acec3a74dcb0a3"` Oct 14 11:59:03.555 INFO blam! dc6795826d6ef324bf2b56dccb6d26f1ee4e4be1014d20db15acec3a74dcb0a3