Oct 15 03:37:46.556 INFO testing ashermancinelli/rsh against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:37:46.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 03:37:46.875 INFO blam! b2bd2033614c3c11a0869a287ab3e90009c11593424b7a252064d4c6d9be625f Oct 15 03:37:46.879 INFO running `"docker" "start" "-a" "b2bd2033614c3c11a0869a287ab3e90009c11593424b7a252064d4c6d9be625f"` Oct 15 03:37:47.921 INFO kablam! usermod: no changes Oct 15 03:37:48.060 INFO kablam! Compiling rand v0.4.3 Oct 15 03:37:48.065 INFO kablam! Compiling phf_shared v0.7.22 Oct 15 03:37:48.067 INFO kablam! Compiling nix v0.7.0 Oct 15 03:37:48.067 INFO kablam! Compiling smallvec v0.6.4 Oct 15 03:37:49.670 INFO kablam! Compiling phf v0.7.22 Oct 15 03:37:51.419 INFO kablam! Compiling smallstr v0.1.0 Oct 15 03:37:55.315 INFO kablam! Compiling phf_generator v0.7.22 Oct 15 03:37:56.016 INFO kablam! Compiling phf_codegen v0.7.22 Oct 15 03:37:57.195 INFO kablam! Compiling terminfo v0.6.0 Oct 15 03:38:14.772 INFO kablam! Compiling mortal v0.1.4 Oct 15 03:38:18.644 INFO kablam! Compiling linefeed v0.5.1 Oct 15 03:38:22.741 INFO kablam! Compiling rsh v0.1.0 (/source) Oct 15 03:38:23.479 INFO kablam! warning: unused variable: `thread_id` Oct 15 03:38:23.479 INFO kablam! --> src/main.rs:18:13 Oct 15 03:38:23.479 INFO kablam! | Oct 15 03:38:23.479 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:23.479 INFO kablam! | ^^^^^^^^^ help: consider using `_thread_id` instead Oct 15 03:38:23.479 INFO kablam! | Oct 15 03:38:23.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:38:23.479 INFO kablam! Oct 15 03:38:23.479 INFO kablam! warning: unused variable: `cmd` Oct 15 03:38:23.479 INFO kablam! --> src/main.rs:28:14 Oct 15 03:38:23.479 INFO kablam! | Oct 15 03:38:23.479 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:23.479 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 03:38:23.479 INFO kablam! Oct 15 03:38:23.479 INFO kablam! warning: unused variable: `args` Oct 15 03:38:23.479 INFO kablam! --> src/main.rs:28:19 Oct 15 03:38:23.479 INFO kablam! | Oct 15 03:38:23.479 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:23.479 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:38:23.479 INFO kablam! Oct 15 03:38:23.491 INFO kablam! warning: variable does not need to be mutable Oct 15 03:38:23.491 INFO kablam! --> src/main.rs:18:9 Oct 15 03:38:23.491 INFO kablam! | Oct 15 03:38:23.491 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:23.491 INFO kablam! | ----^^^^^^^^^ Oct 15 03:38:23.491 INFO kablam! | | Oct 15 03:38:23.491 INFO kablam! | help: remove this `mut` Oct 15 03:38:23.491 INFO kablam! | Oct 15 03:38:23.491 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:38:23.491 INFO kablam! Oct 15 03:38:23.491 INFO kablam! warning: constant item is never used: `HISTORY_FILE` Oct 15 03:38:23.491 INFO kablam! --> src/main.rs:13:1 Oct 15 03:38:23.491 INFO kablam! | Oct 15 03:38:23.491 INFO kablam! 13 | const HISTORY_FILE: &str = "history.txt"; Oct 15 03:38:23.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:38:23.491 INFO kablam! | Oct 15 03:38:23.491 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:38:23.491 INFO kablam! Oct 15 03:38:23.491 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:38:23.491 INFO kablam! --> src/main.rs:81:5 Oct 15 03:38:23.491 INFO kablam! | Oct 15 03:38:23.491 INFO kablam! 81 | rsh_loop(); Oct 15 03:38:23.491 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:38:23.491 INFO kablam! | Oct 15 03:38:23.491 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:38:23.491 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:38:23.491 INFO kablam! Oct 15 03:38:24.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.96s Oct 15 03:38:24.921 INFO kablam! su: No module specific data is present Oct 15 03:38:25.160 INFO running `"docker" "rm" "-f" "b2bd2033614c3c11a0869a287ab3e90009c11593424b7a252064d4c6d9be625f"` Oct 15 03:38:25.278 INFO blam! b2bd2033614c3c11a0869a287ab3e90009c11593424b7a252064d4c6d9be625f Oct 15 03:38:25.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 03:38:25.527 INFO blam! ea5a3cd4a95d20afa2d10e2b2595c2a3dbd6a44ed92005b6ffaead41281ed1a7 Oct 15 03:38:25.528 INFO running `"docker" "start" "-a" "ea5a3cd4a95d20afa2d10e2b2595c2a3dbd6a44ed92005b6ffaead41281ed1a7"` Oct 15 03:38:25.975 INFO kablam! usermod: no changes Oct 15 03:38:26.023 INFO kablam! Compiling rsh v0.1.0 (/source) Oct 15 03:38:26.747 INFO kablam! warning: unused variable: `thread_id` Oct 15 03:38:26.747 INFO kablam! --> src/main.rs:18:13 Oct 15 03:38:26.747 INFO kablam! | Oct 15 03:38:26.747 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:26.747 INFO kablam! | ^^^^^^^^^ help: consider using `_thread_id` instead Oct 15 03:38:26.747 INFO kablam! | Oct 15 03:38:26.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:38:26.747 INFO kablam! Oct 15 03:38:26.747 INFO kablam! warning: unused variable: `cmd` Oct 15 03:38:26.747 INFO kablam! --> src/main.rs:28:14 Oct 15 03:38:26.747 INFO kablam! | Oct 15 03:38:26.747 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:26.747 INFO kablam! | ^^^ help: consider using `_cmd` instead Oct 15 03:38:26.747 INFO kablam! Oct 15 03:38:26.747 INFO kablam! warning: unused variable: `args` Oct 15 03:38:26.747 INFO kablam! --> src/main.rs:28:19 Oct 15 03:38:26.747 INFO kablam! | Oct 15 03:38:26.747 INFO kablam! 28 | let (cmd, args) = split_first_word(&input); Oct 15 03:38:26.747 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 03:38:26.747 INFO kablam! Oct 15 03:38:26.747 INFO kablam! warning: variable does not need to be mutable Oct 15 03:38:26.747 INFO kablam! --> src/main.rs:18:9 Oct 15 03:38:26.747 INFO kablam! | Oct 15 03:38:26.747 INFO kablam! 18 | let mut thread_id = 0; Oct 15 03:38:26.747 INFO kablam! | ----^^^^^^^^^ Oct 15 03:38:26.747 INFO kablam! | | Oct 15 03:38:26.747 INFO kablam! | help: remove this `mut` Oct 15 03:38:26.747 INFO kablam! | Oct 15 03:38:26.747 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:38:26.747 INFO kablam! Oct 15 03:38:26.754 INFO kablam! warning: constant item is never used: `HISTORY_FILE` Oct 15 03:38:26.754 INFO kablam! --> src/main.rs:13:1 Oct 15 03:38:26.754 INFO kablam! | Oct 15 03:38:26.754 INFO kablam! 13 | const HISTORY_FILE: &str = "history.txt"; Oct 15 03:38:26.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:38:26.754 INFO kablam! | Oct 15 03:38:26.754 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:38:26.754 INFO kablam! Oct 15 03:38:26.755 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:38:26.755 INFO kablam! --> src/main.rs:81:5 Oct 15 03:38:26.755 INFO kablam! | Oct 15 03:38:26.755 INFO kablam! 81 | rsh_loop(); Oct 15 03:38:26.755 INFO kablam! | ^^^^^^^^^^^ Oct 15 03:38:26.755 INFO kablam! | Oct 15 03:38:26.755 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:38:26.755 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:38:26.755 INFO kablam! Oct 15 03:38:27.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 03:38:27.078 INFO kablam! su: No module specific data is present Oct 15 03:38:27.336 INFO running `"docker" "rm" "-f" "ea5a3cd4a95d20afa2d10e2b2595c2a3dbd6a44ed92005b6ffaead41281ed1a7"` Oct 15 03:38:27.407 INFO blam! ea5a3cd4a95d20afa2d10e2b2595c2a3dbd6a44ed92005b6ffaead41281ed1a7 Oct 15 03:38:27.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 03:38:27.662 INFO blam! a38079aa5e55d6e141893d2316fa8e2ee7b6264aafba74102bbbb0efe5cffd77 Oct 15 03:38:27.665 INFO running `"docker" "start" "-a" "a38079aa5e55d6e141893d2316fa8e2ee7b6264aafba74102bbbb0efe5cffd77"` Oct 15 03:38:28.205 INFO kablam! usermod: no changes Oct 15 03:38:28.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 03:38:28.285 INFO kablam! Running /target/debug/deps/rsh-3e9856b5dab96677 Oct 15 03:38:28.291 INFO kablam! su: No module specific data is present Oct 15 03:38:28.291 INFO blam! Oct 15 03:38:28.291 INFO blam! running 0 tests Oct 15 03:38:28.291 INFO blam! Oct 15 03:38:28.291 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:38:28.291 INFO blam! Oct 15 03:38:28.791 INFO running `"docker" "rm" "-f" "a38079aa5e55d6e141893d2316fa8e2ee7b6264aafba74102bbbb0efe5cffd77"` Oct 15 03:38:28.866 INFO blam! a38079aa5e55d6e141893d2316fa8e2ee7b6264aafba74102bbbb0efe5cffd77