Oct 15 12:05:24.955 INFO testing CM-Tech/bitnet against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:05:24.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 12:05:25.273 INFO blam! f23a523f9363e95449c78ff767a08f084726ae3e5ee25db1ca52061e01b6ab3c Oct 15 12:05:25.274 INFO running `"docker" "start" "-a" "f23a523f9363e95449c78ff767a08f084726ae3e5ee25db1ca52061e01b6ab3c"` Oct 15 12:05:26.504 INFO kablam! usermod: no changes Oct 15 12:05:26.583 INFO kablam! Compiling bitnet v0.1.0 (/source) Oct 15 12:05:27.247 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.247 INFO kablam! --> src/main.rs:16:13 Oct 15 12:05:27.247 INFO kablam! | Oct 15 12:05:27.247 INFO kablam! 16 | let mut s:Vec=vec![false;inputs]; Oct 15 12:05:27.247 INFO kablam! | ----^ Oct 15 12:05:27.247 INFO kablam! | | Oct 15 12:05:27.247 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.247 INFO kablam! | Oct 15 12:05:27.247 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:05:27.247 INFO kablam! Oct 15 12:05:27.247 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.247 INFO kablam! --> src/main.rs:17:13 Oct 15 12:05:27.247 INFO kablam! | Oct 15 12:05:27.247 INFO kablam! 17 | let mut o:Vec=vec![false;(2 as usize).pow(inputs as u32)]; Oct 15 12:05:27.247 INFO kablam! | ----^ Oct 15 12:05:27.247 INFO kablam! | | Oct 15 12:05:27.247 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.247 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:32:13 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 32 | let mut s:Vec=vec![false;3]; Oct 15 12:05:27.255 INFO kablam! | ----^ Oct 15 12:05:27.255 INFO kablam! | | Oct 15 12:05:27.255 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:33:13 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 33 | let mut o:Vec>>=vec![vec![vec![false;2];2];2]; Oct 15 12:05:27.255 INFO kablam! | ----^ Oct 15 12:05:27.255 INFO kablam! | | Oct 15 12:05:27.255 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: struct is never constructed: `Node` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:1:1 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 1 | struct Node { Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: method is never used: `input_to_index` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:7:5 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 7 | fn input_to_index(&self,slice: &Vec) -> usize { Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:11:5 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 11 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: method is never used: `new` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:15:5 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 15 | fn new(inputs:usize)-> Node{ Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: struct is never constructed: `Node3` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:22:1 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 22 | struct Node3 { Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:27:5 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 27 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: method is never used: `new` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:31:5 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 31 | fn new()-> Node3{ Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.255 INFO kablam! warning: struct is never constructed: `Net3` Oct 15 12:05:27.255 INFO kablam! --> src/main.rs:37:1 Oct 15 12:05:27.255 INFO kablam! | Oct 15 12:05:27.255 INFO kablam! 37 | struct Net3 { Oct 15 12:05:27.255 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:27.255 INFO kablam! Oct 15 12:05:27.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 15 12:05:27.707 INFO kablam! su: No module specific data is present Oct 15 12:05:28.434 INFO running `"docker" "rm" "-f" "f23a523f9363e95449c78ff767a08f084726ae3e5ee25db1ca52061e01b6ab3c"` Oct 15 12:05:28.711 INFO blam! f23a523f9363e95449c78ff767a08f084726ae3e5ee25db1ca52061e01b6ab3c Oct 15 12:05:28.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 12:05:29.110 INFO blam! b276c39c80b70c8f1514121abc6de1c663828b7a2856e25ed3f48ac92acbac65 Oct 15 12:05:29.114 INFO running `"docker" "start" "-a" "b276c39c80b70c8f1514121abc6de1c663828b7a2856e25ed3f48ac92acbac65"` Oct 15 12:05:30.351 INFO kablam! usermod: no changes Oct 15 12:05:30.423 INFO kablam! Compiling bitnet v0.1.0 (/source) Oct 15 12:05:31.026 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:16:13 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 16 | let mut s:Vec=vec![false;inputs]; Oct 15 12:05:31.026 INFO kablam! | ----^ Oct 15 12:05:31.026 INFO kablam! | | Oct 15 12:05:31.026 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:17:13 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 17 | let mut o:Vec=vec![false;(2 as usize).pow(inputs as u32)]; Oct 15 12:05:31.026 INFO kablam! | ----^ Oct 15 12:05:31.026 INFO kablam! | | Oct 15 12:05:31.026 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:32:13 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 32 | let mut s:Vec=vec![false;3]; Oct 15 12:05:31.026 INFO kablam! | ----^ Oct 15 12:05:31.026 INFO kablam! | | Oct 15 12:05:31.026 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:33:13 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 33 | let mut o:Vec>>=vec![vec![vec![false;2];2];2]; Oct 15 12:05:31.026 INFO kablam! | ----^ Oct 15 12:05:31.026 INFO kablam! | | Oct 15 12:05:31.026 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: struct is never constructed: `Node` Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:1:1 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 1 | struct Node { Oct 15 12:05:31.026 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: method is never used: `input_to_index` Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:7:5 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 7 | fn input_to_index(&self,slice: &Vec) -> usize { Oct 15 12:05:31.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:11:5 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 11 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:31.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: method is never used: `new` Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:15:5 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 15 | fn new(inputs:usize)-> Node{ Oct 15 12:05:31.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: struct is never constructed: `Node3` Oct 15 12:05:31.026 INFO kablam! --> src/main.rs:22:1 Oct 15 12:05:31.026 INFO kablam! | Oct 15 12:05:31.026 INFO kablam! 22 | struct Node3 { Oct 15 12:05:31.026 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:05:31.026 INFO kablam! Oct 15 12:05:31.026 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:31.027 INFO kablam! --> src/main.rs:27:5 Oct 15 12:05:31.027 INFO kablam! | Oct 15 12:05:31.027 INFO kablam! 27 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:31.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.027 INFO kablam! Oct 15 12:05:31.027 INFO kablam! warning: method is never used: `new` Oct 15 12:05:31.027 INFO kablam! --> src/main.rs:31:5 Oct 15 12:05:31.027 INFO kablam! | Oct 15 12:05:31.027 INFO kablam! 31 | fn new()-> Node3{ Oct 15 12:05:31.027 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:05:31.027 INFO kablam! Oct 15 12:05:31.027 INFO kablam! warning: struct is never constructed: `Net3` Oct 15 12:05:31.027 INFO kablam! --> src/main.rs:37:1 Oct 15 12:05:31.027 INFO kablam! | Oct 15 12:05:31.027 INFO kablam! 37 | struct Net3 { Oct 15 12:05:31.027 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:31.039 INFO kablam! Oct 15 12:05:31.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 15 12:05:31.498 INFO kablam! su: No module specific data is present Oct 15 12:05:32.363 INFO running `"docker" "rm" "-f" "b276c39c80b70c8f1514121abc6de1c663828b7a2856e25ed3f48ac92acbac65"` Oct 15 12:05:32.587 INFO blam! b276c39c80b70c8f1514121abc6de1c663828b7a2856e25ed3f48ac92acbac65 Oct 15 12:05:32.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 12:05:32.956 INFO blam! b4379f8d40f6f0917b1a84f176f8ddfd5887d500a75eb98c533583f0a01bb277 Oct 15 12:05:32.967 INFO running `"docker" "start" "-a" "b4379f8d40f6f0917b1a84f176f8ddfd5887d500a75eb98c533583f0a01bb277"` Oct 15 12:05:34.175 INFO kablam! usermod: no changes Oct 15 12:05:34.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:05:34.235 INFO kablam! Running /target/debug/deps/bitnet-9bde6ea1def90843 Oct 15 12:05:34.251 INFO kablam! su: No module specific data is present Oct 15 12:05:34.251 INFO blam! Oct 15 12:05:34.251 INFO blam! running 0 tests Oct 15 12:05:34.251 INFO blam! Oct 15 12:05:34.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:05:34.252 INFO blam! Oct 15 12:05:35.140 INFO running `"docker" "rm" "-f" "b4379f8d40f6f0917b1a84f176f8ddfd5887d500a75eb98c533583f0a01bb277"` Oct 15 12:05:35.465 INFO blam! b4379f8d40f6f0917b1a84f176f8ddfd5887d500a75eb98c533583f0a01bb277