Oct 14 17:11:39.475 INFO testing java007hf/Rust_demo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:11:39.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:11:39.673 INFO blam! 198f6bafe0f004024cf5221230c84e1eb4446f2523eabdaaaed79e78367ea566 Oct 14 17:11:39.675 INFO running `"docker" "start" "-a" "198f6bafe0f004024cf5221230c84e1eb4446f2523eabdaaaed79e78367ea566"` Oct 14 17:11:40.113 INFO kablam! usermod: no changes Oct 14 17:11:40.146 INFO kablam! Compiling rust_demo v0.1.0 (/source) Oct 14 17:11:40.327 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:11:40.329 INFO kablam! --> src/main.rs:214:14 Oct 14 17:11:40.329 INFO kablam! | Oct 14 17:11:40.329 INFO kablam! 214 | for x in (0..11) { Oct 14 17:11:40.329 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 14 17:11:40.329 INFO kablam! | Oct 14 17:11:40.329 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:11:40.329 INFO kablam! Oct 14 17:11:40.463 INFO kablam! warning: variable `inferred_type` is assigned to, but never used Oct 14 17:11:40.463 INFO kablam! --> src/main.rs:19:13 Oct 14 17:11:40.463 INFO kablam! | Oct 14 17:11:40.463 INFO kablam! 19 | let mut inferred_type = 12; // Type i64 is inferred from another line Oct 14 17:11:40.463 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:40.463 INFO kablam! | Oct 14 17:11:40.463 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:11:40.463 INFO kablam! = note: consider using `_inferred_type` instead Oct 14 17:11:40.463 INFO kablam! Oct 14 17:11:40.463 INFO kablam! warning: value assigned to `inferred_type` is never read Oct 14 17:11:40.463 INFO kablam! --> src/main.rs:20:5 Oct 14 17:11:40.463 INFO kablam! | Oct 14 17:11:40.463 INFO kablam! 20 | inferred_type = 4294967296i64; Oct 14 17:11:40.463 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:40.463 INFO kablam! | Oct 14 17:11:40.463 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:11:40.463 INFO kablam! Oct 14 17:11:40.463 INFO kablam! warning: variable `mutable` is assigned to, but never used Oct 14 17:11:40.463 INFO kablam! --> src/main.rs:23:13 Oct 14 17:11:40.463 INFO kablam! | Oct 14 17:11:40.463 INFO kablam! 23 | let mut mutable = 12; // Mutable `i32` Oct 14 17:11:40.463 INFO kablam! | ^^^^^^^ Oct 14 17:11:40.463 INFO kablam! | Oct 14 17:11:40.463 INFO kablam! = note: consider using `_mutable` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:24:5 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 24 | mutable = 21; Oct 14 17:11:40.470 INFO kablam! | ^^^^^^^ Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:27:5 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 27 | mutable = 11; Oct 14 17:11:40.470 INFO kablam! | ^^^^^^^ Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `mutable` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:30:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 30 | let mutable = true; Oct 14 17:11:40.470 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `a` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:36:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 36 | let a = [1, 2, 3]; // a: [i32; 3] Oct 14 17:11:40.470 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `middle` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:61:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 61 | let middle = &a[1..3]; Oct 14 17:11:40.470 INFO kablam! | ^^^^^^ help: consider using `_middle` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `a` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:67:10 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:40.470 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `b` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:67:13 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:40.470 INFO kablam! | ^ help: consider using `_b` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `y` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:73:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 73 | let y = tuple.1; Oct 14 17:11:40.470 INFO kablam! | ^ help: consider using `_y` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `z` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:74:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 74 | let z = tuple.2; Oct 14 17:11:40.470 INFO kablam! | ^ help: consider using `_z` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `j` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:91:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 91 | let j: i32 = 0; Oct 14 17:11:40.470 INFO kablam! | ^ help: consider using `_j` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.470 INFO kablam! warning: unused variable: `v2` Oct 14 17:11:40.470 INFO kablam! --> src/main.rs:119:9 Oct 14 17:11:40.470 INFO kablam! | Oct 14 17:11:40.470 INFO kablam! 119 | let v2 = v; Oct 14 17:11:40.470 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 17:11:40.470 INFO kablam! Oct 14 17:11:40.492 INFO kablam! warning: function is never used: `diverges` Oct 14 17:11:40.492 INFO kablam! --> src/main.rs:188:1 Oct 14 17:11:40.492 INFO kablam! | Oct 14 17:11:40.492 INFO kablam! 188 | fn diverges() -> ! { Oct 14 17:11:40.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:11:40.492 INFO kablam! | Oct 14 17:11:40.492 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:11:40.492 INFO kablam! Oct 14 17:11:40.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 14 17:11:40.988 INFO kablam! su: No module specific data is present Oct 14 17:11:41.246 INFO running `"docker" "rm" "-f" "198f6bafe0f004024cf5221230c84e1eb4446f2523eabdaaaed79e78367ea566"` Oct 14 17:11:41.375 INFO blam! 198f6bafe0f004024cf5221230c84e1eb4446f2523eabdaaaed79e78367ea566 Oct 14 17:11:41.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:11:41.607 INFO blam! 88c0ceaafb4f6e0d84769e27cfeef1b949f2dcf5506cc4f4f80bd067d2e08d61 Oct 14 17:11:41.613 INFO running `"docker" "start" "-a" "88c0ceaafb4f6e0d84769e27cfeef1b949f2dcf5506cc4f4f80bd067d2e08d61"` Oct 14 17:11:42.008 INFO kablam! usermod: no changes Oct 14 17:11:42.042 INFO kablam! Compiling rust_demo v0.1.0 (/source) Oct 14 17:11:42.254 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 17:11:42.254 INFO kablam! --> src/main.rs:214:14 Oct 14 17:11:42.254 INFO kablam! | Oct 14 17:11:42.254 INFO kablam! 214 | for x in (0..11) { Oct 14 17:11:42.254 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 14 17:11:42.254 INFO kablam! | Oct 14 17:11:42.256 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 17:11:42.256 INFO kablam! Oct 14 17:11:42.383 INFO kablam! warning: variable `inferred_type` is assigned to, but never used Oct 14 17:11:42.383 INFO kablam! --> src/main.rs:19:13 Oct 14 17:11:42.384 INFO kablam! | Oct 14 17:11:42.384 INFO kablam! 19 | let mut inferred_type = 12; // Type i64 is inferred from another line Oct 14 17:11:42.384 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:42.384 INFO kablam! | Oct 14 17:11:42.385 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:11:42.385 INFO kablam! = note: consider using `_inferred_type` instead Oct 14 17:11:42.385 INFO kablam! Oct 14 17:11:42.385 INFO kablam! warning: value assigned to `inferred_type` is never read Oct 14 17:11:42.386 INFO kablam! --> src/main.rs:20:5 Oct 14 17:11:42.386 INFO kablam! | Oct 14 17:11:42.386 INFO kablam! 20 | inferred_type = 4294967296i64; Oct 14 17:11:42.387 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 17:11:42.387 INFO kablam! | Oct 14 17:11:42.387 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 17:11:42.387 INFO kablam! Oct 14 17:11:42.388 INFO kablam! warning: variable `mutable` is assigned to, but never used Oct 14 17:11:42.388 INFO kablam! --> src/main.rs:23:13 Oct 14 17:11:42.388 INFO kablam! | Oct 14 17:11:42.389 INFO kablam! 23 | let mut mutable = 12; // Mutable `i32` Oct 14 17:11:42.389 INFO kablam! | ^^^^^^^ Oct 14 17:11:42.389 INFO kablam! | Oct 14 17:11:42.389 INFO kablam! = note: consider using `_mutable` instead Oct 14 17:11:42.390 INFO kablam! Oct 14 17:11:42.390 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:42.390 INFO kablam! --> src/main.rs:24:5 Oct 14 17:11:42.391 INFO kablam! | Oct 14 17:11:42.391 INFO kablam! 24 | mutable = 21; Oct 14 17:11:42.391 INFO kablam! | ^^^^^^^ Oct 14 17:11:42.391 INFO kablam! Oct 14 17:11:42.392 INFO kablam! warning: value assigned to `mutable` is never read Oct 14 17:11:42.392 INFO kablam! --> src/main.rs:27:5 Oct 14 17:11:42.392 INFO kablam! | Oct 14 17:11:42.392 INFO kablam! 27 | mutable = 11; Oct 14 17:11:42.393 INFO kablam! | ^^^^^^^ Oct 14 17:11:42.393 INFO kablam! Oct 14 17:11:42.394 INFO kablam! warning: unused variable: `mutable` Oct 14 17:11:42.394 INFO kablam! --> src/main.rs:30:9 Oct 14 17:11:42.394 INFO kablam! | Oct 14 17:11:42.394 INFO kablam! 30 | let mutable = true; Oct 14 17:11:42.395 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:11:42.395 INFO kablam! Oct 14 17:11:42.395 INFO kablam! warning: unused variable: `a` Oct 14 17:11:42.396 INFO kablam! --> src/main.rs:36:9 Oct 14 17:11:42.396 INFO kablam! | Oct 14 17:11:42.396 INFO kablam! 36 | let a = [1, 2, 3]; // a: [i32; 3] Oct 14 17:11:42.396 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:42.397 INFO kablam! Oct 14 17:11:42.397 INFO kablam! warning: unused variable: `middle` Oct 14 17:11:42.397 INFO kablam! --> src/main.rs:61:9 Oct 14 17:11:42.398 INFO kablam! | Oct 14 17:11:42.398 INFO kablam! 61 | let middle = &a[1..3]; Oct 14 17:11:42.398 INFO kablam! | ^^^^^^ help: consider using `_middle` instead Oct 14 17:11:42.398 INFO kablam! Oct 14 17:11:42.398 INFO kablam! warning: unused variable: `a` Oct 14 17:11:42.399 INFO kablam! --> src/main.rs:67:10 Oct 14 17:11:42.399 INFO kablam! | Oct 14 17:11:42.399 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:42.399 INFO kablam! | ^ help: consider using `_a` instead Oct 14 17:11:42.399 INFO kablam! Oct 14 17:11:42.400 INFO kablam! warning: unused variable: `b` Oct 14 17:11:42.400 INFO kablam! --> src/main.rs:67:13 Oct 14 17:11:42.400 INFO kablam! | Oct 14 17:11:42.400 INFO kablam! 67 | let (a, b, c) = y; Oct 14 17:11:42.400 INFO kablam! | ^ help: consider using `_b` instead Oct 14 17:11:42.401 INFO kablam! Oct 14 17:11:42.401 INFO kablam! warning: unused variable: `y` Oct 14 17:11:42.401 INFO kablam! --> src/main.rs:73:9 Oct 14 17:11:42.401 INFO kablam! | Oct 14 17:11:42.401 INFO kablam! 73 | let y = tuple.1; Oct 14 17:11:42.401 INFO kablam! | ^ help: consider using `_y` instead Oct 14 17:11:42.402 INFO kablam! Oct 14 17:11:42.402 INFO kablam! warning: unused variable: `z` Oct 14 17:11:42.402 INFO kablam! --> src/main.rs:74:9 Oct 14 17:11:42.402 INFO kablam! | Oct 14 17:11:42.402 INFO kablam! 74 | let z = tuple.2; Oct 14 17:11:42.404 INFO kablam! | ^ help: consider using `_z` instead Oct 14 17:11:42.404 INFO kablam! Oct 14 17:11:42.404 INFO kablam! warning: unused variable: `j` Oct 14 17:11:42.404 INFO kablam! --> src/main.rs:91:9 Oct 14 17:11:42.405 INFO kablam! | Oct 14 17:11:42.405 INFO kablam! 91 | let j: i32 = 0; Oct 14 17:11:42.405 INFO kablam! | ^ help: consider using `_j` instead Oct 14 17:11:42.405 INFO kablam! Oct 14 17:11:42.405 INFO kablam! warning: unused variable: `v2` Oct 14 17:11:42.405 INFO kablam! --> src/main.rs:119:9 Oct 14 17:11:42.405 INFO kablam! | Oct 14 17:11:42.405 INFO kablam! 119 | let v2 = v; Oct 14 17:11:42.405 INFO kablam! | ^^ help: consider using `_v2` instead Oct 14 17:11:42.405 INFO kablam! Oct 14 17:11:42.418 INFO kablam! warning: function is never used: `diverges` Oct 14 17:11:42.423 INFO kablam! --> src/main.rs:188:1 Oct 14 17:11:42.423 INFO kablam! | Oct 14 17:11:42.423 INFO kablam! 188 | fn diverges() -> ! { Oct 14 17:11:42.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 17:11:42.424 INFO kablam! | Oct 14 17:11:42.424 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:11:42.424 INFO kablam! Oct 14 17:11:42.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 14 17:11:42.899 INFO kablam! su: No module specific data is present Oct 14 17:11:43.228 INFO running `"docker" "rm" "-f" "88c0ceaafb4f6e0d84769e27cfeef1b949f2dcf5506cc4f4f80bd067d2e08d61"` Oct 14 17:11:43.312 INFO blam! 88c0ceaafb4f6e0d84769e27cfeef1b949f2dcf5506cc4f4f80bd067d2e08d61 Oct 14 17:11:43.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:11:43.462 INFO blam! d8c54d95858a2d92fc2ee717464fbef1d92650969860f4e4c8532c6e624bc8c4 Oct 14 17:11:43.463 INFO running `"docker" "start" "-a" "d8c54d95858a2d92fc2ee717464fbef1d92650969860f4e4c8532c6e624bc8c4"` Oct 14 17:11:43.789 INFO kablam! usermod: no changes Oct 14 17:11:43.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:11:43.832 INFO kablam! Running /target/debug/deps/rust_demo-7e6a63d12ef56e61 Oct 14 17:11:43.832 INFO blam! Oct 14 17:11:43.832 INFO kablam! su: No module specific data is present Oct 14 17:11:43.832 INFO blam! running 0 tests Oct 14 17:11:43.832 INFO blam! Oct 14 17:11:43.832 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" "d8c54d95858a2d92fc2ee717464fbef1d92650969860f4e4c8532c6e624bc8c4"` Oct 14 17:11:44.170 INFO blam! d8c54d95858a2d92fc2ee717464fbef1d92650969860f4e4c8532c6e624bc8c4