Oct 12 18:13:15.949 INFO testing yatendernitk/rust-codes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:13:15.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 18:13:16.356 INFO blam! d20cc314e7efa1ae219eff9e31e9e720ed64e7781a47ef346cae426c461b03e5 Oct 12 18:13:16.358 INFO running `"docker" "start" "-a" "d20cc314e7efa1ae219eff9e31e9e720ed64e7781a47ef346cae426c461b03e5"` Oct 12 18:13:17.726 INFO kablam! usermod: no changes Oct 12 18:13:17.804 INFO kablam! Compiling hello v0.0.1 (/source) Oct 12 18:13:18.069 INFO kablam! warning: variable does not need to be mutable Oct 12 18:13:18.069 INFO kablam! --> src/main.rs:46:9 Oct 12 18:13:18.069 INFO kablam! | Oct 12 18:13:18.069 INFO kablam! 46 | let mut guess: u32 = match guess.trim().parse() { Oct 12 18:13:18.069 INFO kablam! | ----^^^^^ Oct 12 18:13:18.069 INFO kablam! | | Oct 12 18:13:18.069 INFO kablam! | help: remove this `mut` Oct 12 18:13:18.069 INFO kablam! | Oct 12 18:13:18.069 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:13:18.069 INFO kablam! Oct 12 18:13:18.069 INFO kablam! warning: function is never used: `guessing` Oct 12 18:13:18.069 INFO kablam! --> src/main.rs:34:1 Oct 12 18:13:18.069 INFO kablam! | Oct 12 18:13:18.069 INFO kablam! 34 | fn guessing() { Oct 12 18:13:18.069 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:13:18.069 INFO kablam! | Oct 12 18:13:18.069 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:13:18.069 INFO kablam! Oct 12 18:13:18.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 12 18:13:18.543 INFO kablam! su: No module specific data is present Oct 12 18:13:19.215 INFO running `"docker" "rm" "-f" "d20cc314e7efa1ae219eff9e31e9e720ed64e7781a47ef346cae426c461b03e5"` Oct 12 18:13:19.639 INFO blam! d20cc314e7efa1ae219eff9e31e9e720ed64e7781a47ef346cae426c461b03e5 Oct 12 18:13:19.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 18:13:20.116 INFO blam! 5f3d5f4fd5b62fcd732e2de681956a16b0c2daac40bc7ab8733fb3220bbbc4ab Oct 12 18:13:20.127 INFO running `"docker" "start" "-a" "5f3d5f4fd5b62fcd732e2de681956a16b0c2daac40bc7ab8733fb3220bbbc4ab"` Oct 12 18:13:22.079 INFO kablam! usermod: no changes Oct 12 18:13:22.149 INFO kablam! Compiling hello v0.0.1 (/source) Oct 12 18:13:22.427 INFO kablam! warning: variable does not need to be mutable Oct 12 18:13:22.427 INFO kablam! --> src/main.rs:46:9 Oct 12 18:13:22.427 INFO kablam! | Oct 12 18:13:22.427 INFO kablam! 46 | let mut guess: u32 = match guess.trim().parse() { Oct 12 18:13:22.427 INFO kablam! | ----^^^^^ Oct 12 18:13:22.427 INFO kablam! | | Oct 12 18:13:22.427 INFO kablam! | help: remove this `mut` Oct 12 18:13:22.427 INFO kablam! | Oct 12 18:13:22.427 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:13:22.427 INFO kablam! Oct 12 18:13:22.427 INFO kablam! warning: function is never used: `guessing` Oct 12 18:13:22.427 INFO kablam! --> src/main.rs:34:1 Oct 12 18:13:22.427 INFO kablam! | Oct 12 18:13:22.427 INFO kablam! 34 | fn guessing() { Oct 12 18:13:22.427 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:13:22.427 INFO kablam! | Oct 12 18:13:22.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:13:22.427 INFO kablam! Oct 12 18:13:23.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 12 18:13:23.013 INFO kablam! su: No module specific data is present Oct 12 18:13:23.691 INFO running `"docker" "rm" "-f" "5f3d5f4fd5b62fcd732e2de681956a16b0c2daac40bc7ab8733fb3220bbbc4ab"` Oct 12 18:13:23.887 INFO blam! 5f3d5f4fd5b62fcd732e2de681956a16b0c2daac40bc7ab8733fb3220bbbc4ab Oct 12 18:13:23.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 18:13:24.259 INFO blam! ceafbc34e90938a70b236a523a4d7ea78309bc37aacd0151a04071ef1d5f0922 Oct 12 18:13:24.260 INFO running `"docker" "start" "-a" "ceafbc34e90938a70b236a523a4d7ea78309bc37aacd0151a04071ef1d5f0922"` Oct 12 18:13:25.361 INFO kablam! usermod: no changes Oct 12 18:13:25.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 18:13:25.433 INFO kablam! Running /target/debug/deps/hello-e78b6918e60de537 Oct 12 18:13:25.433 INFO blam! Oct 12 18:13:25.433 INFO kablam! su: No module specific data is present Oct 12 18:13:25.433 INFO blam! running 0 tests Oct 12 18:13:25.433 INFO blam! Oct 12 18:13:25.433 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:13:25.433 INFO blam! Oct 12 18:13:26.116 INFO running `"docker" "rm" "-f" "ceafbc34e90938a70b236a523a4d7ea78309bc37aacd0151a04071ef1d5f0922"` Oct 12 18:13:26.439 INFO blam! ceafbc34e90938a70b236a523a4d7ea78309bc37aacd0151a04071ef1d5f0922