Oct 15 12:05:25.004 INFO testing CM-Tech/bitnet against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:05:25.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 12:05:25.563 INFO blam! 01aa0daca9c604bec621a2d573e65f3c27956c88ef5a8493bc67ebb8b16eb0f7 Oct 15 12:05:25.565 INFO running `"docker" "start" "-a" "01aa0daca9c604bec621a2d573e65f3c27956c88ef5a8493bc67ebb8b16eb0f7"` Oct 15 12:05:26.954 INFO kablam! usermod: no changes Oct 15 12:05:27.039 INFO kablam! Compiling bitnet v0.1.0 (/source) Oct 15 12:05:27.524 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.524 INFO kablam! --> src/main.rs:16:13 Oct 15 12:05:27.524 INFO kablam! | Oct 15 12:05:27.524 INFO kablam! 16 | let mut s:Vec=vec![false;inputs]; Oct 15 12:05:27.524 INFO kablam! | ----^ Oct 15 12:05:27.524 INFO kablam! | | Oct 15 12:05:27.524 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.524 INFO kablam! | Oct 15 12:05:27.524 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:05:27.524 INFO kablam! Oct 15 12:05:27.524 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.524 INFO kablam! --> src/main.rs:17:13 Oct 15 12:05:27.524 INFO kablam! | Oct 15 12:05:27.524 INFO kablam! 17 | let mut o:Vec=vec![false;(2 as usize).pow(inputs as u32)]; Oct 15 12:05:27.524 INFO kablam! | ----^ Oct 15 12:05:27.524 INFO kablam! | | Oct 15 12:05:27.524 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.524 INFO kablam! Oct 15 12:05:27.524 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.524 INFO kablam! --> src/main.rs:32:13 Oct 15 12:05:27.524 INFO kablam! | Oct 15 12:05:27.524 INFO kablam! 32 | let mut s:Vec=vec![false;3]; Oct 15 12:05:27.524 INFO kablam! | ----^ Oct 15 12:05:27.524 INFO kablam! | | Oct 15 12:05:27.524 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.524 INFO kablam! Oct 15 12:05:27.524 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:27.524 INFO kablam! --> src/main.rs:33:13 Oct 15 12:05:27.524 INFO kablam! | Oct 15 12:05:27.524 INFO kablam! 33 | let mut o:Vec>>=vec![vec![vec![false;2];2];2]; Oct 15 12:05:27.524 INFO kablam! | ----^ Oct 15 12:05:27.524 INFO kablam! | | Oct 15 12:05:27.524 INFO kablam! | help: remove this `mut` Oct 15 12:05:27.524 INFO kablam! Oct 15 12:05:27.524 INFO kablam! warning: struct is never constructed: `Node` Oct 15 12:05:27.525 INFO kablam! --> src/main.rs:1:1 Oct 15 12:05:27.525 INFO kablam! | Oct 15 12:05:27.525 INFO kablam! 1 | struct Node { Oct 15 12:05:27.525 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:27.525 INFO kablam! | Oct 15 12:05:27.525 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:05:27.525 INFO kablam! Oct 15 12:05:27.525 INFO kablam! warning: method is never used: `input_to_index` Oct 15 12:05:27.525 INFO kablam! --> src/main.rs:7:5 Oct 15 12:05:27.525 INFO kablam! | Oct 15 12:05:27.525 INFO kablam! 7 | fn input_to_index(&self,slice: &Vec) -> usize { Oct 15 12:05:27.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.525 INFO kablam! Oct 15 12:05:27.525 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:27.525 INFO kablam! --> src/main.rs:11:5 Oct 15 12:05:27.525 INFO kablam! | Oct 15 12:05:27.525 INFO kablam! 11 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:27.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.525 INFO kablam! Oct 15 12:05:27.526 INFO kablam! warning: method is never used: `new` Oct 15 12:05:27.526 INFO kablam! --> src/main.rs:15:5 Oct 15 12:05:27.526 INFO kablam! | Oct 15 12:05:27.526 INFO kablam! 15 | fn new(inputs:usize)-> Node{ Oct 15 12:05:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.526 INFO kablam! Oct 15 12:05:27.526 INFO kablam! warning: struct is never constructed: `Node3` Oct 15 12:05:27.526 INFO kablam! --> src/main.rs:22:1 Oct 15 12:05:27.526 INFO kablam! | Oct 15 12:05:27.526 INFO kablam! 22 | struct Node3 { Oct 15 12:05:27.526 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:05:27.526 INFO kablam! Oct 15 12:05:27.526 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:27.526 INFO kablam! --> src/main.rs:27:5 Oct 15 12:05:27.526 INFO kablam! | Oct 15 12:05:27.526 INFO kablam! 27 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:27.526 INFO kablam! Oct 15 12:05:27.526 INFO kablam! warning: method is never used: `new` Oct 15 12:05:27.526 INFO kablam! --> src/main.rs:31:5 Oct 15 12:05:27.526 INFO kablam! | Oct 15 12:05:27.526 INFO kablam! 31 | fn new()-> Node3{ Oct 15 12:05:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:05:27.526 INFO kablam! Oct 15 12:05:27.526 INFO kablam! warning: struct is never constructed: `Net3` Oct 15 12:05:27.526 INFO kablam! --> src/main.rs:37:1 Oct 15 12:05:27.526 INFO kablam! | Oct 15 12:05:27.526 INFO kablam! 37 | struct Net3 { Oct 15 12:05:27.526 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:27.526 INFO kablam! Oct 15 12:05:28.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 15 12:05:28.006 INFO kablam! su: No module specific data is present Oct 15 12:05:28.823 INFO running `"docker" "rm" "-f" "01aa0daca9c604bec621a2d573e65f3c27956c88ef5a8493bc67ebb8b16eb0f7"` Oct 15 12:05:29.105 INFO blam! 01aa0daca9c604bec621a2d573e65f3c27956c88ef5a8493bc67ebb8b16eb0f7 Oct 15 12:05:29.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 12:05:29.571 INFO blam! b574d1b8be7ec43b94bfe292c398fcdfeb90abbbd78f659fd145bddeb01c4e7b Oct 15 12:05:29.574 INFO running `"docker" "start" "-a" "b574d1b8be7ec43b94bfe292c398fcdfeb90abbbd78f659fd145bddeb01c4e7b"` Oct 15 12:05:30.679 INFO kablam! usermod: no changes Oct 15 12:05:30.767 INFO kablam! Compiling bitnet v0.1.0 (/source) Oct 15 12:05:31.343 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.343 INFO kablam! --> src/main.rs:16:13 Oct 15 12:05:31.343 INFO kablam! | Oct 15 12:05:31.343 INFO kablam! 16 | let mut s:Vec=vec![false;inputs]; Oct 15 12:05:31.343 INFO kablam! | ----^ Oct 15 12:05:31.343 INFO kablam! | | Oct 15 12:05:31.343 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.343 INFO kablam! | Oct 15 12:05:31.343 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:05:31.343 INFO kablam! Oct 15 12:05:31.343 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.343 INFO kablam! --> src/main.rs:17:13 Oct 15 12:05:31.343 INFO kablam! | Oct 15 12:05:31.343 INFO kablam! 17 | let mut o:Vec=vec![false;(2 as usize).pow(inputs as u32)]; Oct 15 12:05:31.343 INFO kablam! | ----^ Oct 15 12:05:31.343 INFO kablam! | | Oct 15 12:05:31.343 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.343 INFO kablam! Oct 15 12:05:31.343 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.343 INFO kablam! --> src/main.rs:32:13 Oct 15 12:05:31.343 INFO kablam! | Oct 15 12:05:31.343 INFO kablam! 32 | let mut s:Vec=vec![false;3]; Oct 15 12:05:31.343 INFO kablam! | ----^ Oct 15 12:05:31.343 INFO kablam! | | Oct 15 12:05:31.343 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.343 INFO kablam! Oct 15 12:05:31.343 INFO kablam! warning: variable does not need to be mutable Oct 15 12:05:31.343 INFO kablam! --> src/main.rs:33:13 Oct 15 12:05:31.343 INFO kablam! | Oct 15 12:05:31.343 INFO kablam! 33 | let mut o:Vec>>=vec![vec![vec![false;2];2];2]; Oct 15 12:05:31.343 INFO kablam! | ----^ Oct 15 12:05:31.343 INFO kablam! | | Oct 15 12:05:31.343 INFO kablam! | help: remove this `mut` Oct 15 12:05:31.343 INFO kablam! Oct 15 12:05:31.343 INFO kablam! warning: struct is never constructed: `Node` Oct 15 12:05:31.343 INFO kablam! --> src/main.rs:1:1 Oct 15 12:05:31.343 INFO kablam! | Oct 15 12:05:31.343 INFO kablam! 1 | struct Node { Oct 15 12:05:31.343 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: method is never used: `input_to_index` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:7:5 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 7 | fn input_to_index(&self,slice: &Vec) -> usize { Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:11:5 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 11 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: method is never used: `new` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:15:5 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 15 | fn new(inputs:usize)-> Node{ Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: struct is never constructed: `Node3` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:22:1 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 22 | struct Node3 { Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: method is never used: `evaluate` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:27:5 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 27 | fn evaluate(&mut self,inputs:Vec)->bool{ Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: method is never used: `new` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:31:5 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 31 | fn new()-> Node3{ Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.344 INFO kablam! warning: struct is never constructed: `Net3` Oct 15 12:05:31.344 INFO kablam! --> src/main.rs:37:1 Oct 15 12:05:31.344 INFO kablam! | Oct 15 12:05:31.344 INFO kablam! 37 | struct Net3 { Oct 15 12:05:31.344 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:31.344 INFO kablam! Oct 15 12:05:31.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 15 12:05:31.779 INFO kablam! su: No module specific data is present Oct 15 12:05:32.659 INFO running `"docker" "rm" "-f" "b574d1b8be7ec43b94bfe292c398fcdfeb90abbbd78f659fd145bddeb01c4e7b"` Oct 15 12:05:32.967 INFO blam! b574d1b8be7ec43b94bfe292c398fcdfeb90abbbd78f659fd145bddeb01c4e7b Oct 15 12:05:32.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 12:05:33.413 INFO blam! 4d3bee342b9b73fc5845a6b61473c54756d119c770e089ab6eadfc09c4f19030 Oct 15 12:05:33.415 INFO running `"docker" "start" "-a" "4d3bee342b9b73fc5845a6b61473c54756d119c770e089ab6eadfc09c4f19030"` Oct 15 12:05:34.907 INFO kablam! usermod: no changes Oct 15 12:05:34.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:05:34.959 INFO kablam! Running /target/debug/deps/bitnet-d14666c14d3a4714 Oct 15 12:05:34.995 INFO blam! Oct 15 12:05:34.995 INFO blam! running 0 tests Oct 15 12:05:34.995 INFO blam! Oct 15 12:05:34.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:05:34.995 INFO blam! Oct 15 12:05:34.997 INFO kablam! su: No module specific data is present Oct 15 12:05:35.736 INFO running `"docker" "rm" "-f" "4d3bee342b9b73fc5845a6b61473c54756d119c770e089ab6eadfc09c4f19030"` Oct 15 12:05:36.015 INFO blam! 4d3bee342b9b73fc5845a6b61473c54756d119c770e089ab6eadfc09c4f19030