Oct 15 07:12:01.755 INFO testing RustUser/Rust-Switch against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:12:01.755 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 15 07:12:01.941 INFO blam! ab69e43d56c70b299e7f1acc75d9c05a39508accf2c044a49753f48bf7fac7bc Oct 15 07:12:01.944 INFO running `"docker" "start" "-a" "ab69e43d56c70b299e7f1acc75d9c05a39508accf2c044a49753f48bf7fac7bc"` Oct 15 07:12:02.296 INFO kablam! usermod: no changes Oct 15 07:12:02.320 INFO kablam! Compiling RustSwitch v0.1.0 (/source) Oct 15 07:12:02.613 INFO kablam! warning: unused import: `switch::*` Oct 15 07:12:02.613 INFO kablam! --> src/main.rs:3:5 Oct 15 07:12:02.613 INFO kablam! | Oct 15 07:12:02.613 INFO kablam! 3 | use switch::*; Oct 15 07:12:02.613 INFO kablam! | ^^^^^^^^^ Oct 15 07:12:02.613 INFO kablam! | Oct 15 07:12:02.613 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:12:02.613 INFO kablam! Oct 15 07:12:02.666 INFO kablam! warning: method is never used: `init` Oct 15 07:12:02.666 INFO kablam! --> src/switch.rs:20:5 Oct 15 07:12:02.666 INFO kablam! | Oct 15 07:12:02.666 INFO kablam! 20 | pub fn init(value: bool) -> Switch { Oct 15 07:12:02.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:12:02.666 INFO kablam! | Oct 15 07:12:02.666 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:12:02.666 INFO kablam! Oct 15 07:12:02.666 INFO kablam! warning: method is never used: `view` Oct 15 07:12:02.666 INFO kablam! --> src/switch.rs:39:5 Oct 15 07:12:02.666 INFO kablam! | Oct 15 07:12:02.666 INFO kablam! 39 | pub fn view(&self) -> bool { Oct 15 07:12:02.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:12:02.666 INFO kablam! Oct 15 07:12:02.666 INFO kablam! warning: crate `RustSwitch` should have a snake case name such as `rust_switch` Oct 15 07:12:02.666 INFO kablam! | Oct 15 07:12:02.666 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:12:02.666 INFO kablam! Oct 15 07:12:02.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 15 07:12:02.928 INFO kablam! su: No module specific data is present Oct 15 07:12:03.237 INFO running `"docker" "rm" "-f" "ab69e43d56c70b299e7f1acc75d9c05a39508accf2c044a49753f48bf7fac7bc"` Oct 15 07:12:03.378 INFO blam! ab69e43d56c70b299e7f1acc75d9c05a39508accf2c044a49753f48bf7fac7bc Oct 15 07:12:03.381 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 15 07:12:03.715 INFO blam! e4d3f49361ef46c2e25e2761721896e544e5b447ba377dc8820eb7ddb31a2ffe Oct 15 07:12:03.717 INFO running `"docker" "start" "-a" "e4d3f49361ef46c2e25e2761721896e544e5b447ba377dc8820eb7ddb31a2ffe"` Oct 15 07:12:04.504 INFO kablam! usermod: no changes Oct 15 07:12:04.551 INFO kablam! Compiling RustSwitch v0.1.0 (/source) Oct 15 07:12:04.987 INFO kablam! warning: unused import: `switch::*` Oct 15 07:12:04.987 INFO kablam! --> src/main.rs:3:5 Oct 15 07:12:04.987 INFO kablam! | Oct 15 07:12:04.987 INFO kablam! 3 | use switch::*; Oct 15 07:12:04.988 INFO kablam! | ^^^^^^^^^ Oct 15 07:12:04.988 INFO kablam! | Oct 15 07:12:04.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:12:04.988 INFO kablam! Oct 15 07:12:05.040 INFO kablam! warning: method is never used: `init` Oct 15 07:12:05.040 INFO kablam! --> src/switch.rs:20:5 Oct 15 07:12:05.040 INFO kablam! | Oct 15 07:12:05.040 INFO kablam! 20 | pub fn init(value: bool) -> Switch { Oct 15 07:12:05.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:12:05.040 INFO kablam! | Oct 15 07:12:05.040 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:12:05.040 INFO kablam! Oct 15 07:12:05.040 INFO kablam! warning: method is never used: `view` Oct 15 07:12:05.040 INFO kablam! --> src/switch.rs:39:5 Oct 15 07:12:05.040 INFO kablam! | Oct 15 07:12:05.040 INFO kablam! 39 | pub fn view(&self) -> bool { Oct 15 07:12:05.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:12:05.040 INFO kablam! Oct 15 07:12:05.040 INFO kablam! warning: crate `RustSwitch` should have a snake case name such as `rust_switch` Oct 15 07:12:05.040 INFO kablam! | Oct 15 07:12:05.040 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:12:05.040 INFO kablam! Oct 15 07:12:05.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 15 07:12:05.427 INFO kablam! su: No module specific data is present Oct 15 07:12:05.764 INFO running `"docker" "rm" "-f" "e4d3f49361ef46c2e25e2761721896e544e5b447ba377dc8820eb7ddb31a2ffe"` Oct 15 07:12:05.903 INFO blam! e4d3f49361ef46c2e25e2761721896e544e5b447ba377dc8820eb7ddb31a2ffe Oct 15 07:12:05.911 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 15 07:12:06.559 INFO blam! ad44dcef04c639a8c3244f8c6d823e7664285f5e0869f56cea80e9042732e5e1 Oct 15 07:12:06.565 INFO running `"docker" "start" "-a" "ad44dcef04c639a8c3244f8c6d823e7664285f5e0869f56cea80e9042732e5e1"` Oct 15 07:12:07.818 INFO kablam! usermod: no changes Oct 15 07:12:07.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 07:12:07.863 INFO kablam! Running /target/debug/deps/RustSwitch-0b8e73e5c84cc5de Oct 15 07:12:07.864 INFO blam! Oct 15 07:12:07.864 INFO blam! running 0 tests Oct 15 07:12:07.864 INFO blam! Oct 15 07:12:07.864 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:12:07.864 INFO blam! Oct 15 07:12:07.866 INFO kablam! su: No module specific data is present Oct 15 07:12:08.719 INFO running `"docker" "rm" "-f" "ad44dcef04c639a8c3244f8c6d823e7664285f5e0869f56cea80e9042732e5e1"` Oct 15 07:12:08.983 INFO blam! ad44dcef04c639a8c3244f8c6d823e7664285f5e0869f56cea80e9042732e5e1