Oct 14 11:58:50.944 INFO testing matthew86707/RustAdvent against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:58:50.944 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:58:51.313 INFO blam! 43da48c08c3e188e62f575dad0a6be15770d594d3bf70b908429619c7edfddbc Oct 14 11:58:51.317 INFO running `"docker" "start" "-a" "43da48c08c3e188e62f575dad0a6be15770d594d3bf70b908429619c7edfddbc"` Oct 14 11:58:52.907 INFO kablam! usermod: no changes Oct 14 11:58:52.968 INFO kablam! Compiling RustAdvent v0.1.0 (/source) Oct 14 11:58:53.103 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 11:58:53.104 INFO kablam! --> src/main.rs:69:4 Oct 14 11:58:53.104 INFO kablam! | Oct 14 11:58:53.104 INFO kablam! 69 | if(this_group.inner_groups.len() < 1){ Oct 14 11:58:53.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 11:58:53.105 INFO kablam! | Oct 14 11:58:53.105 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 11:58:53.106 INFO kablam! Oct 14 11:58:53.106 INFO kablam! warning: unused import: `std::io::Cursor` Oct 14 11:58:53.106 INFO kablam! --> src/main.rs:89:6 Oct 14 11:58:53.107 INFO kablam! | Oct 14 11:58:53.107 INFO kablam! 89 | use std::io::Cursor; Oct 14 11:58:53.107 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:58:53.108 INFO kablam! | Oct 14 11:58:53.108 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:58:53.108 INFO kablam! Oct 14 11:58:53.149 INFO kablam! warning: unused variable: `groups` Oct 14 11:58:53.149 INFO kablam! --> src/main.rs:13:10 Oct 14 11:58:53.150 INFO kablam! | Oct 14 11:58:53.150 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:53.150 INFO kablam! | ^^^^^^ help: consider using `_groups` instead Oct 14 11:58:53.151 INFO kablam! | Oct 14 11:58:53.151 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:58:53.151 INFO kablam! Oct 14 11:58:53.151 INFO kablam! warning: unused variable: `root_group` Oct 14 11:58:53.152 INFO kablam! --> src/main.rs:14:10 Oct 14 11:58:53.152 INFO kablam! | Oct 14 11:58:53.152 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:53.153 INFO kablam! | ^^^^^^^^^^ help: consider using `_root_group` instead Oct 14 11:58:53.153 INFO kablam! Oct 14 11:58:53.153 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:53.154 INFO kablam! --> src/main.rs:10:6 Oct 14 11:58:53.154 INFO kablam! | Oct 14 11:58:53.154 INFO kablam! 10 | let mut characters = get_char_array_from_bytes(raw_bytes); Oct 14 11:58:53.155 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:53.155 INFO kablam! | | Oct 14 11:58:53.155 INFO kablam! | help: remove this `mut` Oct 14 11:58:53.156 INFO kablam! | Oct 14 11:58:53.156 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:58:53.156 INFO kablam! Oct 14 11:58:53.157 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:53.157 INFO kablam! --> src/main.rs:13:6 Oct 14 11:58:53.157 INFO kablam! | Oct 14 11:58:53.157 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:53.158 INFO kablam! | ----^^^^^^ Oct 14 11:58:53.158 INFO kablam! | | Oct 14 11:58:53.158 INFO kablam! | help: remove this `mut` Oct 14 11:58:53.159 INFO kablam! Oct 14 11:58:53.159 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:53.159 INFO kablam! --> src/main.rs:14:6 Oct 14 11:58:53.160 INFO kablam! | Oct 14 11:58:53.160 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:53.160 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:53.160 INFO kablam! | | Oct 14 11:58:53.161 INFO kablam! | help: remove this `mut` Oct 14 11:58:53.161 INFO kablam! Oct 14 11:58:53.161 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:53.162 INFO kablam! --> src/main.rs:75:5 Oct 14 11:58:53.162 INFO kablam! | Oct 14 11:58:53.162 INFO kablam! 75 | let mut total : i32 = value_of_children + 1; Oct 14 11:58:53.162 INFO kablam! | ----^^^^^ Oct 14 11:58:53.162 INFO kablam! | | Oct 14 11:58:53.162 INFO kablam! | help: remove this `mut` Oct 14 11:58:53.162 INFO kablam! Oct 14 11:58:53.167 INFO kablam! warning: crate `RustAdvent` should have a snake case name such as `rust_advent` Oct 14 11:58:53.167 INFO kablam! | Oct 14 11:58:53.167 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:58:53.167 INFO kablam! Oct 14 11:58:53.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 14 11:58:53.879 INFO kablam! su: No module specific data is present Oct 14 11:58:54.781 INFO running `"docker" "rm" "-f" "43da48c08c3e188e62f575dad0a6be15770d594d3bf70b908429619c7edfddbc"` Oct 14 11:58:55.208 INFO blam! 43da48c08c3e188e62f575dad0a6be15770d594d3bf70b908429619c7edfddbc Oct 14 11:58:55.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:58:55.752 INFO blam! a36ce7a4b735df80d1e7f00dd0ba2e3e98e9feb69c0ed37a84aba714dd3991f3 Oct 14 11:58:55.755 INFO running `"docker" "start" "-a" "a36ce7a4b735df80d1e7f00dd0ba2e3e98e9feb69c0ed37a84aba714dd3991f3"` Oct 14 11:58:58.142 INFO kablam! usermod: no changes Oct 14 11:58:58.187 INFO kablam! Compiling RustAdvent v0.1.0 (/source) Oct 14 11:58:58.408 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 11:58:58.419 INFO kablam! --> src/main.rs:69:4 Oct 14 11:58:58.419 INFO kablam! | Oct 14 11:58:58.419 INFO kablam! 69 | if(this_group.inner_groups.len() < 1){ Oct 14 11:58:58.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 11:58:58.419 INFO kablam! | Oct 14 11:58:58.419 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 11:58:58.419 INFO kablam! Oct 14 11:58:58.419 INFO kablam! warning: unused import: `std::io::Cursor` Oct 14 11:58:58.419 INFO kablam! --> src/main.rs:89:6 Oct 14 11:58:58.419 INFO kablam! | Oct 14 11:58:58.419 INFO kablam! 89 | use std::io::Cursor; Oct 14 11:58:58.419 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:58:58.419 INFO kablam! | Oct 14 11:58:58.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:58:58.419 INFO kablam! Oct 14 11:58:58.467 INFO kablam! warning: unused variable: `groups` Oct 14 11:58:58.467 INFO kablam! --> src/main.rs:13:10 Oct 14 11:58:58.467 INFO kablam! | Oct 14 11:58:58.467 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:58.467 INFO kablam! | ^^^^^^ help: consider using `_groups` instead Oct 14 11:58:58.467 INFO kablam! | Oct 14 11:58:58.467 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:58:58.467 INFO kablam! Oct 14 11:58:58.467 INFO kablam! warning: unused variable: `root_group` Oct 14 11:58:58.467 INFO kablam! --> src/main.rs:14:10 Oct 14 11:58:58.467 INFO kablam! | Oct 14 11:58:58.467 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:58.467 INFO kablam! | ^^^^^^^^^^ help: consider using `_root_group` instead Oct 14 11:58:58.467 INFO kablam! Oct 14 11:58:58.471 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:58.471 INFO kablam! --> src/main.rs:10:6 Oct 14 11:58:58.471 INFO kablam! | Oct 14 11:58:58.471 INFO kablam! 10 | let mut characters = get_char_array_from_bytes(raw_bytes); Oct 14 11:58:58.471 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:58.471 INFO kablam! | | Oct 14 11:58:58.471 INFO kablam! | help: remove this `mut` Oct 14 11:58:58.471 INFO kablam! | Oct 14 11:58:58.471 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:58:58.471 INFO kablam! Oct 14 11:58:58.471 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:58.471 INFO kablam! --> src/main.rs:13:6 Oct 14 11:58:58.471 INFO kablam! | Oct 14 11:58:58.471 INFO kablam! 13 | let mut groups : Vec> = Vec::new(); Oct 14 11:58:58.471 INFO kablam! | ----^^^^^^ Oct 14 11:58:58.471 INFO kablam! | | Oct 14 11:58:58.471 INFO kablam! | help: remove this `mut` Oct 14 11:58:58.471 INFO kablam! Oct 14 11:58:58.471 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:58.471 INFO kablam! --> src/main.rs:14:6 Oct 14 11:58:58.471 INFO kablam! | Oct 14 11:58:58.471 INFO kablam! 14 | let mut root_group : Group = Group { Oct 14 11:58:58.471 INFO kablam! | ----^^^^^^^^^^ Oct 14 11:58:58.471 INFO kablam! | | Oct 14 11:58:58.471 INFO kablam! | help: remove this `mut` Oct 14 11:58:58.471 INFO kablam! Oct 14 11:58:58.479 INFO kablam! warning: variable does not need to be mutable Oct 14 11:58:58.479 INFO kablam! --> src/main.rs:75:5 Oct 14 11:58:58.479 INFO kablam! | Oct 14 11:58:58.479 INFO kablam! 75 | let mut total : i32 = value_of_children + 1; Oct 14 11:58:58.479 INFO kablam! | ----^^^^^ Oct 14 11:58:58.479 INFO kablam! | | Oct 14 11:58:58.479 INFO kablam! | help: remove this `mut` Oct 14 11:58:58.479 INFO kablam! Oct 14 11:58:58.483 INFO kablam! warning: crate `RustAdvent` should have a snake case name such as `rust_advent` Oct 14 11:58:58.483 INFO kablam! | Oct 14 11:58:58.483 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:58:58.483 INFO kablam! Oct 14 11:58:58.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 11:58:58.902 INFO kablam! su: No module specific data is present Oct 14 11:58:59.773 INFO running `"docker" "rm" "-f" "a36ce7a4b735df80d1e7f00dd0ba2e3e98e9feb69c0ed37a84aba714dd3991f3"` Oct 14 11:59:00.108 INFO blam! a36ce7a4b735df80d1e7f00dd0ba2e3e98e9feb69c0ed37a84aba714dd3991f3 Oct 14 11:59:00.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:59:00.601 INFO blam! a6717b5b08c9642f232b72950d5ae10349260e6bab1e5d6c7232123ece507af6 Oct 14 11:59:00.603 INFO running `"docker" "start" "-a" "a6717b5b08c9642f232b72950d5ae10349260e6bab1e5d6c7232123ece507af6"` Oct 14 11:59:02.358 INFO kablam! usermod: no changes Oct 14 11:59:02.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 11:59:02.403 INFO kablam! Running /target/debug/deps/RustAdvent-9beee15e24b15915 Oct 14 11:59:02.411 INFO kablam! su: No module specific data is present Oct 14 11:59:02.411 INFO blam! Oct 14 11:59:02.411 INFO blam! running 0 tests Oct 14 11:59:02.411 INFO blam! Oct 14 11:59:02.412 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:59:02.412 INFO blam! Oct 14 11:59:03.247 INFO running `"docker" "rm" "-f" "a6717b5b08c9642f232b72950d5ae10349260e6bab1e5d6c7232123ece507af6"` Oct 14 11:59:03.507 INFO blam! a6717b5b08c9642f232b72950d5ae10349260e6bab1e5d6c7232123ece507af6