Oct 15 03:37:46.460 INFO testing ashermancinelli/rsh against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:37:46.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 03:37:46.780 INFO blam! 3460edb98441b8afb784a7e70dfbb9fc8d9096ea153a58514885d657e208a73c Oct 15 03:37:46.787 INFO running `"docker" "start" "-a" "3460edb98441b8afb784a7e70dfbb9fc8d9096ea153a58514885d657e208a73c"` Oct 15 03:37:47.595 INFO kablam! usermod: no changes Oct 15 03:37:47.715 INFO kablam! Compiling phf v0.7.22 Oct 15 03:37:47.727 INFO kablam! Compiling phf_generator v0.7.22 Oct 15 03:37:47.729 INFO kablam! Compiling smallvec v0.6.4 Oct 15 03:37:47.729 INFO kablam! Compiling nix v0.7.0 Oct 15 03:37:49.188 INFO kablam! Compiling phf_codegen v0.7.22 Oct 15 03:37:50.572 INFO kablam! Compiling terminfo v0.6.0 Oct 15 03:37:50.965 INFO kablam! Compiling smallstr v0.1.0 Oct 15 03:38:09.969 INFO kablam! Compiling mortal v0.1.4 Oct 15 03:38:13.827 INFO kablam! Compiling linefeed v0.5.1 Oct 15 03:38:17.971 INFO kablam! Compiling rsh v0.1.0 (/source) Oct 15 03:38:18.835 INFO kablam! warning: unused variable: `thread_id` Oct 15 03:38:18.835 INFO kablam! --> src/main.rs:18:13 Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:18.835 INFO kablam! | ^^^^^^^^^ help: consider using `_thread_id` instead Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:38:18.835 INFO kablam! Oct 15 03:38:18.835 INFO kablam! warning: unused variable: `cmd` Oct 15 03:38:18.835 INFO kablam! --> src/main.rs:28:14 Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:18.835 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 03:38:18.835 INFO kablam! Oct 15 03:38:18.835 INFO kablam! warning: unused variable: `args` Oct 15 03:38:18.835 INFO kablam! --> src/main.rs:28:19 Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:18.835 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:38:18.835 INFO kablam! Oct 15 03:38:18.835 INFO kablam! warning: variable does not need to be mutable Oct 15 03:38:18.835 INFO kablam! --> src/main.rs:18:9 Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:18.835 INFO kablam! | ----^^^^^^^^^ Oct 15 03:38:18.835 INFO kablam! | | Oct 15 03:38:18.835 INFO kablam! | help: remove this `mut` Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:38:18.835 INFO kablam! Oct 15 03:38:18.835 INFO kablam! warning: constant item is never used: `HISTORY_FILE` Oct 15 03:38:18.835 INFO kablam! --> src/main.rs:13:1 Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! 13 | const HISTORY_FILE: &str = "history.txt"; Oct 15 03:38:18.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:38:18.835 INFO kablam! Oct 15 03:38:18.835 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:38:18.835 INFO kablam! --> src/main.rs:81:5 Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! 81 | rsh_loop(); Oct 15 03:38:18.835 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:38:18.835 INFO kablam! | Oct 15 03:38:18.835 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:38:18.835 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:38:18.836 INFO kablam! Oct 15 03:38:21.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.69s Oct 15 03:38:21.323 INFO kablam! su: No module specific data is present Oct 15 03:38:22.123 INFO running `"docker" "rm" "-f" "3460edb98441b8afb784a7e70dfbb9fc8d9096ea153a58514885d657e208a73c"` Oct 15 03:38:22.391 INFO blam! 3460edb98441b8afb784a7e70dfbb9fc8d9096ea153a58514885d657e208a73c Oct 15 03:38:22.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 03:38:22.724 INFO blam! e927fcd29b91115d7844b78f37aa18f02eabbe93c4dd7ca25f8a55fafd06ff03 Oct 15 03:38:22.727 INFO running `"docker" "start" "-a" "e927fcd29b91115d7844b78f37aa18f02eabbe93c4dd7ca25f8a55fafd06ff03"` Oct 15 03:38:23.130 INFO kablam! usermod: no changes Oct 15 03:38:23.183 INFO kablam! Compiling rsh v0.1.0 (/source) Oct 15 03:38:24.047 INFO kablam! warning: unused variable: `thread_id` Oct 15 03:38:24.047 INFO kablam! --> src/main.rs:18:13 Oct 15 03:38:24.047 INFO kablam! | Oct 15 03:38:24.047 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:24.047 INFO kablam! | ^^^^^^^^^ help: consider using `_thread_id` instead Oct 15 03:38:24.047 INFO kablam! | Oct 15 03:38:24.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:38:24.047 INFO kablam! Oct 15 03:38:24.047 INFO kablam! warning: unused variable: `cmd` Oct 15 03:38:24.047 INFO kablam! --> src/main.rs:28:14 Oct 15 03:38:24.047 INFO kablam! | Oct 15 03:38:24.047 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:24.047 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 03:38:24.047 INFO kablam! Oct 15 03:38:24.047 INFO kablam! warning: unused variable: `args` Oct 15 03:38:24.047 INFO kablam! --> src/main.rs:28:19 Oct 15 03:38:24.047 INFO kablam! | Oct 15 03:38:24.047 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:24.047 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:38:24.047 INFO kablam! Oct 15 03:38:24.047 INFO kablam! warning: variable does not need to be mutable Oct 15 03:38:24.047 INFO kablam! --> src/main.rs:18:9 Oct 15 03:38:24.047 INFO kablam! | Oct 15 03:38:24.047 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:24.047 INFO kablam! | ----^^^^^^^^^ Oct 15 03:38:24.047 INFO kablam! | | Oct 15 03:38:24.047 INFO kablam! | help: remove this `mut` Oct 15 03:38:24.047 INFO kablam! | Oct 15 03:38:24.047 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:38:24.047 INFO kablam! Oct 15 03:38:24.053 INFO kablam! warning: constant item is never used: `HISTORY_FILE` Oct 15 03:38:24.053 INFO kablam! --> src/main.rs:13:1 Oct 15 03:38:24.053 INFO kablam! | Oct 15 03:38:24.053 INFO kablam! 13 | const HISTORY_FILE: &str = "history.txt"; Oct 15 03:38:24.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:38:24.053 INFO kablam! | Oct 15 03:38:24.053 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:38:24.053 INFO kablam! Oct 15 03:38:24.053 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:38:24.053 INFO kablam! --> src/main.rs:81:5 Oct 15 03:38:24.053 INFO kablam! | Oct 15 03:38:24.053 INFO kablam! 81 | rsh_loop(); Oct 15 03:38:24.053 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:38:24.053 INFO kablam! | Oct 15 03:38:24.053 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:38:24.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:38:24.053 INFO kablam! Oct 15 03:38:24.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 15 03:38:24.478 INFO kablam! su: No module specific data is present Oct 15 03:38:24.713 INFO running `"docker" "rm" "-f" "e927fcd29b91115d7844b78f37aa18f02eabbe93c4dd7ca25f8a55fafd06ff03"` Oct 15 03:38:24.827 INFO blam! e927fcd29b91115d7844b78f37aa18f02eabbe93c4dd7ca25f8a55fafd06ff03 Oct 15 03:38:24.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 03:38:25.037 INFO blam! e098b9080132ea3e71d10d47b58be6673e1de51b72e991e210cfc931b51dd041 Oct 15 03:38:25.039 INFO running `"docker" "start" "-a" "e098b9080132ea3e71d10d47b58be6673e1de51b72e991e210cfc931b51dd041"` Oct 15 03:38:25.609 INFO kablam! usermod: no changes Oct 15 03:38:25.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:38:25.695 INFO kablam! Running /target/debug/deps/rsh-ed95d60ad0fba225 Oct 15 03:38:25.697 INFO blam! Oct 15 03:38:25.697 INFO blam! running 0 tests Oct 15 03:38:25.697 INFO blam! Oct 15 03:38:25.697 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:38:25.697 INFO blam! Oct 15 03:38:25.705 INFO kablam! su: No module specific data is present Oct 15 03:38:25.997 INFO running `"docker" "rm" "-f" "e098b9080132ea3e71d10d47b58be6673e1de51b72e991e210cfc931b51dd041"` Oct 15 03:38:26.073 INFO blam! e098b9080132ea3e71d10d47b58be6673e1de51b72e991e210cfc931b51dd041