Oct 14 17:11:39.250 INFO testing java007hf/Rust_demo against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:11:39.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:11:39.528 INFO blam! eb397c265b4b89f092b51c1107ede8319887c1d6c14d57518cb5b2daa1361234 Oct 14 17:11:39.531 INFO running `"docker" "start" "-a" "eb397c265b4b89f092b51c1107ede8319887c1d6c14d57518cb5b2daa1361234"` Oct 14 17:11:39.959 INFO kablam! usermod: no changes Oct 14 17:11:39.997 INFO kablam! Compiling rand v0.3.22 Oct 14 17:11:40.219 INFO kablam! Compiling rust_demo v0.1.0 (/source) Oct 14 17:11:40.366 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:11:40.366 INFO kablam! --> src/main.rs:214:14 Oct 14 17:11:40.366 INFO kablam! | Oct 14 17:11:40.366 INFO kablam! 214 | for x in (0..11) { Oct 14 17:11:40.366 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 14 17:11:40.366 INFO kablam! | Oct 14 17:11:40.366 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:11:40.366 INFO kablam! Oct 14 17:11:40.475 INFO kablam! warning: variable `inferred_type` is assigned to, but never used Oct 14 17:11:40.475 INFO kablam! --> src/main.rs:19:13 Oct 14 17:11:40.475 INFO kablam! | Oct 14 17:11:40.475 INFO kablam! 19 | let mut inferred_type = 12; // Type i64 is inferred from another line Oct 14 17:11:40.475 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:40.475 INFO kablam! | Oct 14 17:11:40.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:11:40.475 INFO kablam! = note: consider using `_inferred_type` instead Oct 14 17:11:40.475 INFO kablam! Oct 14 17:11:40.475 INFO kablam! warning: value assigned to `inferred_type` is never read Oct 14 17:11:40.475 INFO kablam! --> src/main.rs:20:5 Oct 14 17:11:40.475 INFO kablam! | Oct 14 17:11:40.475 INFO kablam! 20 | inferred_type = 4294967296i64; Oct 14 17:11:40.475 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:40.475 INFO kablam! | Oct 14 17:11:40.475 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:11:40.475 INFO kablam! Oct 14 17:11:40.475 INFO kablam! warning: variable `mutable` is assigned to, but never used Oct 14 17:11:40.475 INFO kablam! --> src/main.rs:23:13 Oct 14 17:11:40.475 INFO kablam! | Oct 14 17:11:40.475 INFO kablam! 23 | let mut mutable = 12; // Mutable `i32` Oct 14 17:11:40.475 INFO kablam! | ^^^^^^^ Oct 14 17:11:40.475 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! = note: consider using `_mutable` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:24:5 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 24 | mutable = 21; Oct 14 17:11:40.476 INFO kablam! | ^^^^^^^ Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:27:5 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 27 | mutable = 11; Oct 14 17:11:40.476 INFO kablam! | ^^^^^^^ Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `mutable` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:30:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 30 | let mutable = true; Oct 14 17:11:40.476 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `a` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:36:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 36 | let a = [1, 2, 3]; // a: [i32; 3] Oct 14 17:11:40.476 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `middle` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:61:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 61 | let middle = &a[1..3]; Oct 14 17:11:40.476 INFO kablam! | ^^^^^^ help: consider using `_middle` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `a` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:67:10 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:40.476 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `b` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:67:13 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:40.476 INFO kablam! | ^ help: consider using `_b` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `y` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:73:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 73 | let y = tuple.1; Oct 14 17:11:40.476 INFO kablam! | ^ help: consider using `_y` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `z` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:74:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 74 | let z = tuple.2; Oct 14 17:11:40.476 INFO kablam! | ^ help: consider using `_z` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `j` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:91:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 91 | let j: i32 = 0; Oct 14 17:11:40.476 INFO kablam! | ^ help: consider using `_j` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.476 INFO kablam! warning: unused variable: `v2` Oct 14 17:11:40.476 INFO kablam! --> src/main.rs:119:9 Oct 14 17:11:40.476 INFO kablam! | Oct 14 17:11:40.476 INFO kablam! 119 | let v2 = v; Oct 14 17:11:40.476 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 17:11:40.476 INFO kablam! Oct 14 17:11:40.495 INFO kablam! warning: function is never used: `diverges` Oct 14 17:11:40.495 INFO kablam! --> src/main.rs:188:1 Oct 14 17:11:40.495 INFO kablam! | Oct 14 17:11:40.495 INFO kablam! 188 | fn diverges() -> ! { Oct 14 17:11:40.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:11:40.495 INFO kablam! | Oct 14 17:11:40.495 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:11:40.496 INFO kablam! Oct 14 17:11:40.989 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 14 17:11:40.991 INFO kablam! su: No module specific data is present Oct 14 17:11:41.256 INFO running `"docker" "rm" "-f" "eb397c265b4b89f092b51c1107ede8319887c1d6c14d57518cb5b2daa1361234"` Oct 14 17:11:41.388 INFO blam! eb397c265b4b89f092b51c1107ede8319887c1d6c14d57518cb5b2daa1361234 Oct 14 17:11:41.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:11:41.543 INFO blam! b1876d5583a51331829e874abbf1d09285e11ca4238d20b377b2b4d0f5c85582 Oct 14 17:11:41.550 INFO running `"docker" "start" "-a" "b1876d5583a51331829e874abbf1d09285e11ca4238d20b377b2b4d0f5c85582"` Oct 14 17:11:41.946 INFO kablam! usermod: no changes Oct 14 17:11:41.973 INFO kablam! Compiling rust_demo v0.1.0 (/source) Oct 14 17:11:42.175 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:11:42.176 INFO kablam! --> src/main.rs:214:14 Oct 14 17:11:42.176 INFO kablam! | Oct 14 17:11:42.176 INFO kablam! 214 | for x in (0..11) { Oct 14 17:11:42.176 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 14 17:11:42.176 INFO kablam! | Oct 14 17:11:42.177 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:11:42.177 INFO kablam! Oct 14 17:11:42.311 INFO kablam! warning: variable `inferred_type` is assigned to, but never used Oct 14 17:11:42.311 INFO kablam! --> src/main.rs:19:13 Oct 14 17:11:42.312 INFO kablam! | Oct 14 17:11:42.312 INFO kablam! 19 | let mut inferred_type = 12; // Type i64 is inferred from another line Oct 14 17:11:42.312 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:42.312 INFO kablam! | Oct 14 17:11:42.312 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:11:42.313 INFO kablam! = note: consider using `_inferred_type` instead Oct 14 17:11:42.313 INFO kablam! Oct 14 17:11:42.313 INFO kablam! warning: value assigned to `inferred_type` is never read Oct 14 17:11:42.313 INFO kablam! --> src/main.rs:20:5 Oct 14 17:11:42.313 INFO kablam! | Oct 14 17:11:42.313 INFO kablam! 20 | inferred_type = 4294967296i64; Oct 14 17:11:42.314 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:42.314 INFO kablam! | Oct 14 17:11:42.314 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:11:42.314 INFO kablam! Oct 14 17:11:42.314 INFO kablam! warning: variable `mutable` is assigned to, but never used Oct 14 17:11:42.314 INFO kablam! --> src/main.rs:23:13 Oct 14 17:11:42.314 INFO kablam! | Oct 14 17:11:42.315 INFO kablam! 23 | let mut mutable = 12; // Mutable `i32` Oct 14 17:11:42.315 INFO kablam! | ^^^^^^^ Oct 14 17:11:42.315 INFO kablam! | Oct 14 17:11:42.315 INFO kablam! = note: consider using `_mutable` instead Oct 14 17:11:42.315 INFO kablam! Oct 14 17:11:42.315 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:42.316 INFO kablam! --> src/main.rs:24:5 Oct 14 17:11:42.316 INFO kablam! | Oct 14 17:11:42.316 INFO kablam! 24 | mutable = 21; Oct 14 17:11:42.316 INFO kablam! | ^^^^^^^ Oct 14 17:11:42.316 INFO kablam! Oct 14 17:11:42.316 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:42.317 INFO kablam! --> src/main.rs:27:5 Oct 14 17:11:42.317 INFO kablam! | Oct 14 17:11:42.317 INFO kablam! 27 | mutable = 11; Oct 14 17:11:42.317 INFO kablam! | ^^^^^^^ Oct 14 17:11:42.317 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `mutable` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:30:9 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 30 | let mutable = true; Oct 14 17:11:42.318 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `a` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:36:9 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 36 | let a = [1, 2, 3]; // a: [i32; 3] Oct 14 17:11:42.318 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `middle` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:61:9 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 61 | let middle = &a[1..3]; Oct 14 17:11:42.318 INFO kablam! | ^^^^^^ help: consider using `_middle` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `a` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:67:10 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:42.318 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `b` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:67:13 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:42.318 INFO kablam! | ^ help: consider using `_b` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `y` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:73:9 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 73 | let y = tuple.1; Oct 14 17:11:42.318 INFO kablam! | ^ help: consider using `_y` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `z` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:74:9 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.318 INFO kablam! 74 | let z = tuple.2; Oct 14 17:11:42.318 INFO kablam! | ^ help: consider using `_z` instead Oct 14 17:11:42.318 INFO kablam! Oct 14 17:11:42.318 INFO kablam! warning: unused variable: `j` Oct 14 17:11:42.318 INFO kablam! --> src/main.rs:91:9 Oct 14 17:11:42.318 INFO kablam! | Oct 14 17:11:42.319 INFO kablam! 91 | let j: i32 = 0; Oct 14 17:11:42.319 INFO kablam! | ^ help: consider using `_j` instead Oct 14 17:11:42.319 INFO kablam! Oct 14 17:11:42.319 INFO kablam! warning: unused variable: `v2` Oct 14 17:11:42.319 INFO kablam! --> src/main.rs:119:9 Oct 14 17:11:42.319 INFO kablam! | Oct 14 17:11:42.319 INFO kablam! 119 | let v2 = v; Oct 14 17:11:42.319 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 17:11:42.319 INFO kablam! Oct 14 17:11:42.339 INFO kablam! warning: function is never used: `diverges` Oct 14 17:11:42.339 INFO kablam! --> src/main.rs:188:1 Oct 14 17:11:42.339 INFO kablam! | Oct 14 17:11:42.339 INFO kablam! 188 | fn diverges() -> ! { Oct 14 17:11:42.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:11:42.339 INFO kablam! | Oct 14 17:11:42.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:11:42.339 INFO kablam! Oct 14 17:11:42.798 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 14 17:11:42.798 INFO kablam! su: No module specific data is present Oct 14 17:11:43.164 INFO running `"docker" "rm" "-f" "b1876d5583a51331829e874abbf1d09285e11ca4238d20b377b2b4d0f5c85582"` Oct 14 17:11:43.259 INFO blam! b1876d5583a51331829e874abbf1d09285e11ca4238d20b377b2b4d0f5c85582 Oct 14 17:11:43.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:11:43.415 INFO blam! 08d93cddc86ec6893fee1f674517d0ec558faeaf22068151cf58321ab60d113d Oct 14 17:11:43.415 INFO running `"docker" "start" "-a" "08d93cddc86ec6893fee1f674517d0ec558faeaf22068151cf58321ab60d113d"` Oct 14 17:11:43.793 INFO kablam! usermod: no changes Oct 14 17:11:43.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:11:43.828 INFO kablam! Running /target/debug/deps/rust_demo-c348975440a7d721 Oct 14 17:11:43.833 INFO kablam! su: No module specific data is present Oct 14 17:11:43.833 INFO blam! Oct 14 17:11:43.833 INFO blam! running 0 tests Oct 14 17:11:43.833 INFO blam! Oct 14 17:11:43.833 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:11:43.833 INFO blam! Oct 14 17:11:44.092 INFO running `"docker" "rm" "-f" "08d93cddc86ec6893fee1f674517d0ec558faeaf22068151cf58321ab60d113d"` Oct 14 17:11:44.174 INFO blam! 08d93cddc86ec6893fee1f674517d0ec558faeaf22068151cf58321ab60d113d