Oct 10 18:46:44.413 INFO testing matthew86707/RustAdvent against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:46:44.413 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:46:44.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:46:44.962 INFO blam! 77f4223a74ec2ac7ae49f6b4c13e8e5588013e644aefc9e56697042981972014 Oct 10 18:46:44.965 INFO running `"docker" "start" "-a" "77f4223a74ec2ac7ae49f6b4c13e8e5588013e644aefc9e56697042981972014"` Oct 10 18:46:45.856 INFO kablam! usermod: no changes Oct 10 18:46:45.916 INFO kablam! Compiling RustAdvent v0.1.0 (/source) Oct 10 18:46:46.457 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 18:46:46.458 INFO kablam! --> src/main.rs:69:4 Oct 10 18:46:46.458 INFO kablam! | Oct 10 18:46:46.458 INFO kablam! 69 | if(this_group.inner_groups.len() < 1){ Oct 10 18:46:46.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 18:46:46.459 INFO kablam! | Oct 10 18:46:46.459 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 18:46:46.459 INFO kablam! Oct 10 18:46:46.460 INFO kablam! warning: unused import: `std::io::Cursor` Oct 10 18:46:46.460 INFO kablam! --> src/main.rs:89:6 Oct 10 18:46:46.460 INFO kablam! | Oct 10 18:46:46.460 INFO kablam! 89 | use std::io::Cursor; Oct 10 18:46:46.461 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:46:46.461 INFO kablam! | Oct 10 18:46:46.461 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:46:46.462 INFO kablam! Oct 10 18:46:46.484 INFO kablam! warning: unused variable: `groups` Oct 10 18:46:46.484 INFO kablam! --> src/main.rs:13:10 Oct 10 18:46:46.484 INFO kablam! | Oct 10 18:46:46.484 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 10 18:46:46.484 INFO kablam! | ^^^^^^ help: consider using `_groups` instead Oct 10 18:46:46.484 INFO kablam! | Oct 10 18:46:46.484 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:46:46.484 INFO kablam! Oct 10 18:46:46.484 INFO kablam! warning: unused variable: `root_group` Oct 10 18:46:46.484 INFO kablam! --> src/main.rs:14:10 Oct 10 18:46:46.484 INFO kablam! | Oct 10 18:46:46.484 INFO kablam! 14 | let mut root_group : Group = Group { Oct 10 18:46:46.484 INFO kablam! | ^^^^^^^^^^ help: consider using `_root_group` instead Oct 10 18:46:46.484 INFO kablam! Oct 10 18:46:46.485 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:46.485 INFO kablam! --> src/main.rs:10:6 Oct 10 18:46:46.485 INFO kablam! | Oct 10 18:46:46.485 INFO kablam! 10 | let mut characters = get_char_array_from_bytes(raw_bytes); Oct 10 18:46:46.485 INFO kablam! | ----^^^^^^^^^^ Oct 10 18:46:46.485 INFO kablam! | | Oct 10 18:46:46.485 INFO kablam! | help: remove this `mut` Oct 10 18:46:46.485 INFO kablam! | Oct 10 18:46:46.485 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:46:46.485 INFO kablam! Oct 10 18:46:46.485 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:46.485 INFO kablam! --> src/main.rs:13:6 Oct 10 18:46:46.485 INFO kablam! | Oct 10 18:46:46.485 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 10 18:46:46.485 INFO kablam! | ----^^^^^^ Oct 10 18:46:46.485 INFO kablam! | | Oct 10 18:46:46.485 INFO kablam! | help: remove this `mut` Oct 10 18:46:46.485 INFO kablam! Oct 10 18:46:46.485 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:46.485 INFO kablam! --> src/main.rs:14:6 Oct 10 18:46:46.485 INFO kablam! | Oct 10 18:46:46.485 INFO kablam! 14 | let mut root_group : Group = Group { Oct 10 18:46:46.485 INFO kablam! | ----^^^^^^^^^^ Oct 10 18:46:46.485 INFO kablam! | | Oct 10 18:46:46.485 INFO kablam! | help: remove this `mut` Oct 10 18:46:46.485 INFO kablam! Oct 10 18:46:46.487 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:46.487 INFO kablam! --> src/main.rs:75:5 Oct 10 18:46:46.487 INFO kablam! | Oct 10 18:46:46.487 INFO kablam! 75 | let mut total : i32 = value_of_children + 1; Oct 10 18:46:46.487 INFO kablam! | ----^^^^^ Oct 10 18:46:46.487 INFO kablam! | | Oct 10 18:46:46.487 INFO kablam! | help: remove this `mut` Oct 10 18:46:46.487 INFO kablam! Oct 10 18:46:46.492 INFO kablam! warning: crate `RustAdvent` should have a snake case name such as `rust_advent` Oct 10 18:46:46.492 INFO kablam! | Oct 10 18:46:46.492 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 18:46:46.492 INFO kablam! Oct 10 18:46:47.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 10 18:46:47.158 INFO kablam! su: No module specific data is present Oct 10 18:46:47.687 INFO running `"docker" "rm" "-f" "77f4223a74ec2ac7ae49f6b4c13e8e5588013e644aefc9e56697042981972014"` Oct 10 18:46:47.884 INFO blam! 77f4223a74ec2ac7ae49f6b4c13e8e5588013e644aefc9e56697042981972014 Oct 10 18:46:47.886 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:46:47.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:46:48.289 INFO blam! 4b666dd34306ce8c0a8cbf8b467a075550989c822e225c2a2fe69ca6734724d2 Oct 10 18:46:48.292 INFO running `"docker" "start" "-a" "4b666dd34306ce8c0a8cbf8b467a075550989c822e225c2a2fe69ca6734724d2"` Oct 10 18:46:49.112 INFO kablam! usermod: no changes Oct 10 18:46:49.140 INFO kablam! Compiling RustAdvent v0.1.0 (/source) Oct 10 18:46:49.636 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 18:46:49.637 INFO kablam! --> src/main.rs:69:4 Oct 10 18:46:49.637 INFO kablam! | Oct 10 18:46:49.637 INFO kablam! 69 | if(this_group.inner_groups.len() < 1){ Oct 10 18:46:49.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 18:46:49.638 INFO kablam! | Oct 10 18:46:49.638 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 18:46:49.638 INFO kablam! Oct 10 18:46:49.639 INFO kablam! warning: unused import: `std::io::Cursor` Oct 10 18:46:49.639 INFO kablam! --> src/main.rs:89:6 Oct 10 18:46:49.639 INFO kablam! | Oct 10 18:46:49.639 INFO kablam! 89 | use std::io::Cursor; Oct 10 18:46:49.640 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 18:46:49.640 INFO kablam! | Oct 10 18:46:49.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:46:49.641 INFO kablam! Oct 10 18:46:49.670 INFO kablam! warning: unused variable: `groups` Oct 10 18:46:49.670 INFO kablam! --> src/main.rs:13:10 Oct 10 18:46:49.670 INFO kablam! | Oct 10 18:46:49.670 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 10 18:46:49.670 INFO kablam! | ^^^^^^ help: consider using `_groups` instead Oct 10 18:46:49.670 INFO kablam! | Oct 10 18:46:49.670 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 18:46:49.670 INFO kablam! Oct 10 18:46:49.670 INFO kablam! warning: unused variable: `root_group` Oct 10 18:46:49.670 INFO kablam! --> src/main.rs:14:10 Oct 10 18:46:49.670 INFO kablam! | Oct 10 18:46:49.670 INFO kablam! 14 | let mut root_group : Group = Group { Oct 10 18:46:49.670 INFO kablam! | ^^^^^^^^^^ help: consider using `_root_group` instead Oct 10 18:46:49.670 INFO kablam! Oct 10 18:46:49.672 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:49.672 INFO kablam! --> src/main.rs:10:6 Oct 10 18:46:49.672 INFO kablam! | Oct 10 18:46:49.672 INFO kablam! 10 | let mut characters = get_char_array_from_bytes(raw_bytes); Oct 10 18:46:49.672 INFO kablam! | ----^^^^^^^^^^ Oct 10 18:46:49.672 INFO kablam! | | Oct 10 18:46:49.672 INFO kablam! | help: remove this `mut` Oct 10 18:46:49.672 INFO kablam! | Oct 10 18:46:49.672 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:46:49.672 INFO kablam! Oct 10 18:46:49.672 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:49.672 INFO kablam! --> src/main.rs:13:6 Oct 10 18:46:49.672 INFO kablam! | Oct 10 18:46:49.672 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 10 18:46:49.672 INFO kablam! | ----^^^^^^ Oct 10 18:46:49.672 INFO kablam! | | Oct 10 18:46:49.673 INFO kablam! | help: remove this `mut` Oct 10 18:46:49.673 INFO kablam! Oct 10 18:46:49.673 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:49.673 INFO kablam! --> src/main.rs:14:6 Oct 10 18:46:49.673 INFO kablam! | Oct 10 18:46:49.673 INFO kablam! 14 | let mut root_group : Group = Group { Oct 10 18:46:49.673 INFO kablam! | ----^^^^^^^^^^ Oct 10 18:46:49.673 INFO kablam! | | Oct 10 18:46:49.673 INFO kablam! | help: remove this `mut` Oct 10 18:46:49.673 INFO kablam! Oct 10 18:46:49.676 INFO kablam! warning: variable does not need to be mutable Oct 10 18:46:49.676 INFO kablam! --> src/main.rs:75:5 Oct 10 18:46:49.676 INFO kablam! | Oct 10 18:46:49.676 INFO kablam! 75 | let mut total : i32 = value_of_children + 1; Oct 10 18:46:49.676 INFO kablam! | ----^^^^^ Oct 10 18:46:49.676 INFO kablam! | | Oct 10 18:46:49.676 INFO kablam! | help: remove this `mut` Oct 10 18:46:49.676 INFO kablam! Oct 10 18:46:49.678 INFO kablam! warning: crate `RustAdvent` should have a snake case name such as `rust_advent` Oct 10 18:46:49.678 INFO kablam! | Oct 10 18:46:49.678 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 18:46:49.678 INFO kablam! Oct 10 18:46:50.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 10 18:46:50.069 INFO kablam! su: No module specific data is present Oct 10 18:46:50.478 INFO running `"docker" "rm" "-f" "4b666dd34306ce8c0a8cbf8b467a075550989c822e225c2a2fe69ca6734724d2"` Oct 10 18:46:50.679 INFO blam! 4b666dd34306ce8c0a8cbf8b467a075550989c822e225c2a2fe69ca6734724d2 Oct 10 18:46:50.692 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:46:50.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:46:51.013 INFO blam! f3a115e40fefda200b4c3ee6b23287198435efa24e8f4080e4df3a90c4843772 Oct 10 18:46:51.016 INFO running `"docker" "start" "-a" "f3a115e40fefda200b4c3ee6b23287198435efa24e8f4080e4df3a90c4843772"` Oct 10 18:46:52.160 INFO kablam! usermod: no changes Oct 10 18:46:52.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 18:46:52.212 INFO kablam! Running /target/debug/deps/RustAdvent-9beee15e24b15915 Oct 10 18:46:52.212 INFO blam! Oct 10 18:46:52.212 INFO kablam! su: No module specific data is present Oct 10 18:46:52.212 INFO blam! running 0 tests Oct 10 18:46:52.212 INFO blam! Oct 10 18:46:52.212 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:46:52.212 INFO blam! Oct 10 18:46:52.926 INFO running `"docker" "rm" "-f" "f3a115e40fefda200b4c3ee6b23287198435efa24e8f4080e4df3a90c4843772"` Oct 10 18:46:53.209 INFO blam! f3a115e40fefda200b4c3ee6b23287198435efa24e8f4080e4df3a90c4843772