Oct 11 04:50:01.916 INFO testing Ragnyll/rust_variables against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:50:01.916 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:50:01.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:50:02.352 INFO blam! bbf719934d6367cd37dcfdfb77153e8974946038f00b6abacb56d2ea7da6b749 Oct 11 04:50:02.357 INFO running `"docker" "start" "-a" "bbf719934d6367cd37dcfdfb77153e8974946038f00b6abacb56d2ea7da6b749"` Oct 11 04:50:03.578 INFO kablam! usermod: no changes Oct 11 04:50:03.636 INFO kablam! Compiling variables v0.1.0 (/source) Oct 11 04:50:04.608 INFO kablam! warning: unused variable: `difference` Oct 11 04:50:04.608 INFO kablam! --> src/main.rs:41:9 Oct 11 04:50:04.608 INFO kablam! | Oct 11 04:50:04.608 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 11 04:50:04.608 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 11 04:50:04.608 INFO kablam! | Oct 11 04:50:04.608 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:50:04.608 INFO kablam! Oct 11 04:50:04.608 INFO kablam! warning: unused variable: `product` Oct 11 04:50:04.608 INFO kablam! --> src/main.rs:44:9 Oct 11 04:50:04.608 INFO kablam! | Oct 11 04:50:04.608 INFO kablam! 44 | let product = 4 * 30; Oct 11 04:50:04.608 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 11 04:50:04.608 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `quotient` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:47:9 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 11 04:50:04.609 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `remainder` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:50:9 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 50 | let remainder = 43 % 5; Oct 11 04:50:04.609 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `t` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:53:9 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 11 04:50:04.609 INFO kablam! | ^ help: consider using `_t` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `f` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:55:9 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 11 04:50:04.609 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `x` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:59:10 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 59 | let (x, y, z) = tup; Oct 11 04:50:04.609 INFO kablam! | ^ help: consider using `_x` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `z` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:59:16 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 59 | let (x, y, z) = tup; Oct 11 04:50:04.609 INFO kablam! | ^ help: consider using `_z` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:04.609 INFO kablam! warning: unused variable: `first` Oct 11 04:50:04.609 INFO kablam! --> src/main.rs:67:9 Oct 11 04:50:04.609 INFO kablam! | Oct 11 04:50:04.609 INFO kablam! 67 | let first = months[0]; Oct 11 04:50:04.609 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 11 04:50:04.609 INFO kablam! Oct 11 04:50:05.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.53s Oct 11 04:50:05.140 INFO kablam! su: No module specific data is present Oct 11 04:50:05.658 INFO running `"docker" "rm" "-f" "bbf719934d6367cd37dcfdfb77153e8974946038f00b6abacb56d2ea7da6b749"` Oct 11 04:50:05.996 INFO blam! bbf719934d6367cd37dcfdfb77153e8974946038f00b6abacb56d2ea7da6b749 Oct 11 04:50:05.996 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:50:05.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:50:06.450 INFO blam! 62cbcb78777db113887c3adbde8d6f32d2875a287093d753a62e4022e04abd2b Oct 11 04:50:06.452 INFO running `"docker" "start" "-a" "62cbcb78777db113887c3adbde8d6f32d2875a287093d753a62e4022e04abd2b"` Oct 11 04:50:07.509 INFO kablam! usermod: no changes Oct 11 04:50:07.632 INFO kablam! Compiling variables v0.1.0 (/source) Oct 11 04:50:08.600 INFO kablam! warning: unused variable: `difference` Oct 11 04:50:08.600 INFO kablam! --> src/main.rs:41:9 Oct 11 04:50:08.600 INFO kablam! | Oct 11 04:50:08.600 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 11 04:50:08.600 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 11 04:50:08.600 INFO kablam! | Oct 11 04:50:08.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `product` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:44:9 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 44 | let product = 4 * 30; Oct 11 04:50:08.601 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `quotient` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:47:9 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 11 04:50:08.601 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `remainder` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:50:9 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 50 | let remainder = 43 % 5; Oct 11 04:50:08.601 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `t` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:53:9 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 11 04:50:08.601 INFO kablam! | ^ help: consider using `_t` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `f` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:55:9 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 11 04:50:08.601 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `x` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:59:10 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 59 | let (x, y, z) = tup; Oct 11 04:50:08.601 INFO kablam! | ^ help: consider using `_x` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `z` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:59:16 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 59 | let (x, y, z) = tup; Oct 11 04:50:08.601 INFO kablam! | ^ help: consider using `_z` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:08.601 INFO kablam! warning: unused variable: `first` Oct 11 04:50:08.601 INFO kablam! --> src/main.rs:67:9 Oct 11 04:50:08.601 INFO kablam! | Oct 11 04:50:08.601 INFO kablam! 67 | let first = months[0]; Oct 11 04:50:08.601 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 11 04:50:08.601 INFO kablam! Oct 11 04:50:09.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 11 04:50:09.176 INFO kablam! su: No module specific data is present Oct 11 04:50:09.796 INFO running `"docker" "rm" "-f" "62cbcb78777db113887c3adbde8d6f32d2875a287093d753a62e4022e04abd2b"` Oct 11 04:50:10.128 INFO blam! 62cbcb78777db113887c3adbde8d6f32d2875a287093d753a62e4022e04abd2b Oct 11 04:50:10.144 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:50:10.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:50:10.578 INFO blam! 6417e2208b887fb9423a38aaaa60a2321f3c3ad4ed13fc03a1ba99906c51137f Oct 11 04:50:10.580 INFO running `"docker" "start" "-a" "6417e2208b887fb9423a38aaaa60a2321f3c3ad4ed13fc03a1ba99906c51137f"` Oct 11 04:50:11.784 INFO kablam! usermod: no changes Oct 11 04:50:11.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 04:50:11.844 INFO kablam! Running /target/debug/deps/variables-6795bfcfd4f53da3 Oct 11 04:50:11.847 INFO blam! Oct 11 04:50:11.847 INFO blam! running 0 tests Oct 11 04:50:11.847 INFO blam! Oct 11 04:50:11.847 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:50:11.847 INFO blam! Oct 11 04:50:11.849 INFO kablam! su: No module specific data is present Oct 11 04:50:12.436 INFO running `"docker" "rm" "-f" "6417e2208b887fb9423a38aaaa60a2321f3c3ad4ed13fc03a1ba99906c51137f"` Oct 11 04:50:12.744 INFO blam! 6417e2208b887fb9423a38aaaa60a2321f3c3ad4ed13fc03a1ba99906c51137f