Oct 13 00:57:26.067 INFO testing selvaa89/rust-poc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:57:26.069 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 13 00:57:26.626 INFO blam! 92a0717e287d1f86c5de462a0143488aec1fc8fb593bbe2d420453326a10eead Oct 13 00:57:26.629 INFO running `"docker" "start" "-a" "92a0717e287d1f86c5de462a0143488aec1fc8fb593bbe2d420453326a10eead"` Oct 13 00:57:28.419 INFO kablam! usermod: no changes Oct 13 00:57:28.535 INFO kablam! Compiling guessing_game v0.1.0 (/source) Oct 13 00:57:29.023 INFO kablam! warning: unused variable: `third` Oct 13 00:57:29.023 INFO kablam! --> src/main.rs:40:9 Oct 13 00:57:29.023 INFO kablam! | Oct 13 00:57:29.023 INFO kablam! 40 | let third: &u32 = &v1[2]; Oct 13 00:57:29.023 INFO kablam! | ^^^^^ help: consider using `_third` instead Oct 13 00:57:29.023 INFO kablam! | Oct 13 00:57:29.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:57:29.023 INFO kablam! Oct 13 00:57:29.023 INFO kablam! warning: unused variable: `rec2` Oct 13 00:57:29.023 INFO kablam! --> src/main.rs:126:8 Oct 13 00:57:29.023 INFO kablam! | Oct 13 00:57:29.023 INFO kablam! 126 | fn inc(rec2 : &mut Rectangle) { Oct 13 00:57:29.023 INFO kablam! | ^^^^ help: consider using `_rec2` instead Oct 13 00:57:29.023 INFO kablam! Oct 13 00:57:29.023 INFO kablam! warning: unused variable: `v3` Oct 13 00:57:29.023 INFO kablam! --> src/main.rs:134:15 Oct 13 00:57:29.023 INFO kablam! | Oct 13 00:57:29.023 INFO kablam! 134 | fn updateVec (v3 : &mut Vec) { Oct 13 00:57:29.023 INFO kablam! | ^^ help: consider using `_v3` instead Oct 13 00:57:29.043 INFO kablam! Oct 13 00:57:29.047 INFO kablam! warning: variant is never constructed: `CSE` Oct 13 00:57:29.047 INFO kablam! --> src/main.rs:16:5 Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! 16 | CSE, Oct 13 00:57:29.047 INFO kablam! | ^^^ Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:57:29.047 INFO kablam! Oct 13 00:57:29.047 INFO kablam! warning: variant is never constructed: `ECE` Oct 13 00:57:29.047 INFO kablam! --> src/main.rs:17:5 Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! 17 | ECE, Oct 13 00:57:29.047 INFO kablam! | ^^^ Oct 13 00:57:29.047 INFO kablam! Oct 13 00:57:29.047 INFO kablam! warning: variant is never constructed: `EEE` Oct 13 00:57:29.047 INFO kablam! --> src/main.rs:18:5 Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! 18 | EEE Oct 13 00:57:29.047 INFO kablam! | ^^^ Oct 13 00:57:29.047 INFO kablam! Oct 13 00:57:29.047 INFO kablam! warning: function is never used: `inc` Oct 13 00:57:29.047 INFO kablam! --> src/main.rs:126:1 Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! 126 | fn inc(rec2 : &mut Rectangle) { Oct 13 00:57:29.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:57:29.047 INFO kablam! Oct 13 00:57:29.047 INFO kablam! warning: function is never used: `updateVec` Oct 13 00:57:29.047 INFO kablam! --> src/main.rs:134:1 Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! 134 | fn updateVec (v3 : &mut Vec) { Oct 13 00:57:29.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:57:29.047 INFO kablam! Oct 13 00:57:29.047 INFO kablam! warning: function `updateVec` should have a snake case name such as `update_vec` Oct 13 00:57:29.047 INFO kablam! --> src/main.rs:134:1 Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! 134 | / fn updateVec (v3 : &mut Vec) { Oct 13 00:57:29.047 INFO kablam! 135 | | Oct 13 00:57:29.047 INFO kablam! 136 | | } Oct 13 00:57:29.047 INFO kablam! | |_^ Oct 13 00:57:29.047 INFO kablam! | Oct 13 00:57:29.047 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 00:57:29.047 INFO kablam! Oct 13 00:57:29.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 13 00:57:29.707 INFO kablam! su: No module specific data is present Oct 13 00:57:30.621 INFO running `"docker" "rm" "-f" "92a0717e287d1f86c5de462a0143488aec1fc8fb593bbe2d420453326a10eead"` Oct 13 00:57:30.891 INFO blam! 92a0717e287d1f86c5de462a0143488aec1fc8fb593bbe2d420453326a10eead Oct 13 00:57:30.899 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 13 00:57:31.286 INFO blam! b06e3347e9fd1027896235b4f7223b3c2cf78c5f5ebc4a82d8557c4430bbac21 Oct 13 00:57:31.292 INFO running `"docker" "start" "-a" "b06e3347e9fd1027896235b4f7223b3c2cf78c5f5ebc4a82d8557c4430bbac21"` Oct 13 00:57:32.579 INFO kablam! usermod: no changes Oct 13 00:57:32.651 INFO kablam! Compiling guessing_game v0.1.0 (/source) Oct 13 00:57:33.023 INFO kablam! warning: unused variable: `third` Oct 13 00:57:33.023 INFO kablam! --> src/main.rs:40:9 Oct 13 00:57:33.023 INFO kablam! | Oct 13 00:57:33.023 INFO kablam! 40 | let third: &u32 = &v1[2]; Oct 13 00:57:33.023 INFO kablam! | ^^^^^ help: consider using `_third` instead Oct 13 00:57:33.023 INFO kablam! | Oct 13 00:57:33.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:57:33.023 INFO kablam! Oct 13 00:57:33.023 INFO kablam! warning: unused variable: `rec2` Oct 13 00:57:33.023 INFO kablam! --> src/main.rs:126:8 Oct 13 00:57:33.023 INFO kablam! | Oct 13 00:57:33.023 INFO kablam! 126 | fn inc(rec2 : &mut Rectangle) { Oct 13 00:57:33.023 INFO kablam! | ^^^^ help: consider using `_rec2` instead Oct 13 00:57:33.023 INFO kablam! Oct 13 00:57:33.023 INFO kablam! warning: unused variable: `v3` Oct 13 00:57:33.023 INFO kablam! --> src/main.rs:134:15 Oct 13 00:57:33.023 INFO kablam! | Oct 13 00:57:33.023 INFO kablam! 134 | fn updateVec (v3 : &mut Vec) { Oct 13 00:57:33.023 INFO kablam! | ^^ help: consider using `_v3` instead Oct 13 00:57:33.023 INFO kablam! Oct 13 00:57:33.035 INFO kablam! warning: variant is never constructed: `CSE` Oct 13 00:57:33.035 INFO kablam! --> src/main.rs:16:5 Oct 13 00:57:33.035 INFO kablam! | Oct 13 00:57:33.035 INFO kablam! 16 | CSE, Oct 13 00:57:33.035 INFO kablam! | ^^^ Oct 13 00:57:33.035 INFO kablam! | Oct 13 00:57:33.035 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:57:33.035 INFO kablam! Oct 13 00:57:33.035 INFO kablam! warning: variant is never constructed: `ECE` Oct 13 00:57:33.035 INFO kablam! --> src/main.rs:17:5 Oct 13 00:57:33.035 INFO kablam! | Oct 13 00:57:33.035 INFO kablam! 17 | ECE, Oct 13 00:57:33.035 INFO kablam! | ^^^ Oct 13 00:57:33.035 INFO kablam! Oct 13 00:57:33.035 INFO kablam! warning: variant is never constructed: `EEE` Oct 13 00:57:33.035 INFO kablam! --> src/main.rs:18:5 Oct 13 00:57:33.035 INFO kablam! | Oct 13 00:57:33.035 INFO kablam! 18 | EEE Oct 13 00:57:33.035 INFO kablam! | ^^^ Oct 13 00:57:33.035 INFO kablam! Oct 13 00:57:33.035 INFO kablam! warning: function is never used: `inc` Oct 13 00:57:33.035 INFO kablam! --> src/main.rs:126:1 Oct 13 00:57:33.035 INFO kablam! | Oct 13 00:57:33.035 INFO kablam! 126 | fn inc(rec2 : &mut Rectangle) { Oct 13 00:57:33.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:57:33.035 INFO kablam! Oct 13 00:57:33.035 INFO kablam! warning: function is never used: `updateVec` Oct 13 00:57:33.035 INFO kablam! --> src/main.rs:134:1 Oct 13 00:57:33.035 INFO kablam! | Oct 13 00:57:33.035 INFO kablam! 134 | fn updateVec (v3 : &mut Vec) { Oct 13 00:57:33.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:57:33.035 INFO kablam! Oct 13 00:57:33.041 INFO kablam! warning: function `updateVec` should have a snake case name such as `update_vec` Oct 13 00:57:33.041 INFO kablam! --> src/main.rs:134:1 Oct 13 00:57:33.041 INFO kablam! | Oct 13 00:57:33.041 INFO kablam! 134 | / fn updateVec (v3 : &mut Vec) { Oct 13 00:57:33.041 INFO kablam! 135 | | Oct 13 00:57:33.041 INFO kablam! 136 | | } Oct 13 00:57:33.041 INFO kablam! | |_^ Oct 13 00:57:33.041 INFO kablam! | Oct 13 00:57:33.041 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 00:57:33.041 INFO kablam! Oct 13 00:57:33.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 13 00:57:33.551 INFO kablam! su: No module specific data is present Oct 13 00:57:34.585 INFO running `"docker" "rm" "-f" "b06e3347e9fd1027896235b4f7223b3c2cf78c5f5ebc4a82d8557c4430bbac21"` Oct 13 00:57:34.819 INFO blam! b06e3347e9fd1027896235b4f7223b3c2cf78c5f5ebc4a82d8557c4430bbac21 Oct 13 00:57:34.826 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 13 00:57:35.319 INFO blam! 22c795071e84cfd6ed32543c473f256ee5f809648e956ce3d6570e73c0f0be44 Oct 13 00:57:35.327 INFO running `"docker" "start" "-a" "22c795071e84cfd6ed32543c473f256ee5f809648e956ce3d6570e73c0f0be44"` Oct 13 00:57:36.855 INFO kablam! usermod: no changes Oct 13 00:57:36.913 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 00:57:36.913 INFO kablam! Running /target/debug/deps/guessing_game-a3c00201830132d6 Oct 13 00:57:36.920 INFO blam! Oct 13 00:57:36.920 INFO blam! running 0 tests Oct 13 00:57:36.920 INFO blam! Oct 13 00:57:36.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:57:36.920 INFO blam! Oct 13 00:57:36.924 INFO kablam! su: No module specific data is present Oct 13 00:57:37.463 INFO running `"docker" "rm" "-f" "22c795071e84cfd6ed32543c473f256ee5f809648e956ce3d6570e73c0f0be44"` Oct 13 00:57:37.799 INFO blam! 22c795071e84cfd6ed32543c473f256ee5f809648e956ce3d6570e73c0f0be44