Oct 15 07:23:42.143 INFO testing Ragnyll/rust_variables against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:23:42.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 07:23:42.729 INFO blam! f077e5984f5d54dabefb51a0a8732647e99afff73e0496a4c2f8e2a2779342ec Oct 15 07:23:42.731 INFO running `"docker" "start" "-a" "f077e5984f5d54dabefb51a0a8732647e99afff73e0496a4c2f8e2a2779342ec"` Oct 15 07:23:43.911 INFO kablam! usermod: no changes Oct 15 07:23:43.963 INFO kablam! Compiling variables v0.1.0 (/source) Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `difference` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:41:9 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 15 07:23:44.547 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `product` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:44:9 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 44 | let product = 4 * 30; Oct 15 07:23:44.547 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `quotient` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:47:9 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 15 07:23:44.547 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `remainder` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:50:9 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 50 | let remainder = 43 % 5; Oct 15 07:23:44.547 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `t` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:53:9 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 15 07:23:44.547 INFO kablam! | ^ help: consider using `_t` instead Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `f` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:55:9 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 15 07:23:44.547 INFO kablam! | ^ help: consider using `_f` instead Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `x` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:59:10 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:44.547 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:23:44.547 INFO kablam! Oct 15 07:23:44.547 INFO kablam! warning: unused variable: `z` Oct 15 07:23:44.547 INFO kablam! --> src/main.rs:59:16 Oct 15 07:23:44.547 INFO kablam! | Oct 15 07:23:44.547 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:44.547 INFO kablam! | ^ help: consider using `_z` instead Oct 15 07:23:44.548 INFO kablam! Oct 15 07:23:44.548 INFO kablam! warning: unused variable: `first` Oct 15 07:23:44.548 INFO kablam! --> src/main.rs:67:9 Oct 15 07:23:44.548 INFO kablam! | Oct 15 07:23:44.548 INFO kablam! 67 | let first = months[0]; Oct 15 07:23:44.548 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 15 07:23:44.548 INFO kablam! Oct 15 07:23:44.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 07:23:44.971 INFO kablam! su: No module specific data is present Oct 15 07:23:45.614 INFO running `"docker" "rm" "-f" "f077e5984f5d54dabefb51a0a8732647e99afff73e0496a4c2f8e2a2779342ec"` Oct 15 07:23:45.867 INFO blam! f077e5984f5d54dabefb51a0a8732647e99afff73e0496a4c2f8e2a2779342ec Oct 15 07:23:45.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 07:23:46.403 INFO blam! c74f499ac1c2693ea33ff5ef763da36a283632f83b06891265b66e56ada50c4c Oct 15 07:23:46.405 INFO running `"docker" "start" "-a" "c74f499ac1c2693ea33ff5ef763da36a283632f83b06891265b66e56ada50c4c"` Oct 15 07:23:47.907 INFO kablam! usermod: no changes Oct 15 07:23:47.959 INFO kablam! Compiling variables v0.1.0 (/source) Oct 15 07:23:48.547 INFO kablam! warning: unused variable: `difference` Oct 15 07:23:48.548 INFO kablam! --> src/main.rs:41:9 Oct 15 07:23:48.548 INFO kablam! | Oct 15 07:23:48.548 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 15 07:23:48.549 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 15 07:23:48.549 INFO kablam! | Oct 15 07:23:48.549 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:23:48.550 INFO kablam! Oct 15 07:23:48.550 INFO kablam! warning: unused variable: `product` Oct 15 07:23:48.550 INFO kablam! --> src/main.rs:44:9 Oct 15 07:23:48.551 INFO kablam! | Oct 15 07:23:48.551 INFO kablam! 44 | let product = 4 * 30; Oct 15 07:23:48.551 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 15 07:23:48.551 INFO kablam! Oct 15 07:23:48.552 INFO kablam! warning: unused variable: `quotient` Oct 15 07:23:48.552 INFO kablam! --> src/main.rs:47:9 Oct 15 07:23:48.552 INFO kablam! | Oct 15 07:23:48.553 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 15 07:23:48.553 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 15 07:23:48.553 INFO kablam! Oct 15 07:23:48.553 INFO kablam! warning: unused variable: `remainder` Oct 15 07:23:48.554 INFO kablam! --> src/main.rs:50:9 Oct 15 07:23:48.554 INFO kablam! | Oct 15 07:23:48.554 INFO kablam! 50 | let remainder = 43 % 5; Oct 15 07:23:48.555 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 15 07:23:48.555 INFO kablam! Oct 15 07:23:48.555 INFO kablam! warning: unused variable: `t` Oct 15 07:23:48.556 INFO kablam! --> src/main.rs:53:9 Oct 15 07:23:48.556 INFO kablam! | Oct 15 07:23:48.556 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 15 07:23:48.556 INFO kablam! | ^ help: consider using `_t` instead Oct 15 07:23:48.557 INFO kablam! Oct 15 07:23:48.557 INFO kablam! warning: unused variable: `f` Oct 15 07:23:48.557 INFO kablam! --> src/main.rs:55:9 Oct 15 07:23:48.558 INFO kablam! | Oct 15 07:23:48.558 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 15 07:23:48.558 INFO kablam! | ^ help: consider using `_f` instead Oct 15 07:23:48.559 INFO kablam! Oct 15 07:23:48.559 INFO kablam! warning: unused variable: `x` Oct 15 07:23:48.559 INFO kablam! --> src/main.rs:59:10 Oct 15 07:23:48.559 INFO kablam! | Oct 15 07:23:48.560 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:48.560 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:23:48.560 INFO kablam! Oct 15 07:23:48.561 INFO kablam! warning: unused variable: `z` Oct 15 07:23:48.561 INFO kablam! --> src/main.rs:59:16 Oct 15 07:23:48.561 INFO kablam! | Oct 15 07:23:48.562 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:48.562 INFO kablam! | ^ help: consider using `_z` instead Oct 15 07:23:48.562 INFO kablam! Oct 15 07:23:48.562 INFO kablam! warning: unused variable: `first` Oct 15 07:23:48.563 INFO kablam! --> src/main.rs:67:9 Oct 15 07:23:48.563 INFO kablam! | Oct 15 07:23:48.563 INFO kablam! 67 | let first = months[0]; Oct 15 07:23:48.564 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 15 07:23:48.564 INFO kablam! Oct 15 07:23:49.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 15 07:23:49.114 INFO kablam! su: No module specific data is present Oct 15 07:23:49.682 INFO running `"docker" "rm" "-f" "c74f499ac1c2693ea33ff5ef763da36a283632f83b06891265b66e56ada50c4c"` Oct 15 07:23:49.991 INFO blam! c74f499ac1c2693ea33ff5ef763da36a283632f83b06891265b66e56ada50c4c Oct 15 07:23:49.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 07:23:50.430 INFO blam! f1a68c25160111b8909b602db66a82feda80f870cb5ca12e99b8e3efb07361b9 Oct 15 07:23:50.433 INFO running `"docker" "start" "-a" "f1a68c25160111b8909b602db66a82feda80f870cb5ca12e99b8e3efb07361b9"` Oct 15 07:23:51.851 INFO kablam! usermod: no changes Oct 15 07:23:51.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 07:23:51.943 INFO kablam! Running /target/debug/deps/variables-6795bfcfd4f53da3 Oct 15 07:23:51.949 INFO blam! Oct 15 07:23:51.949 INFO blam! running 0 tests Oct 15 07:23:51.949 INFO blam! Oct 15 07:23:51.949 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:23:51.950 INFO blam! Oct 15 07:23:51.953 INFO kablam! su: No module specific data is present Oct 15 07:23:52.799 INFO running `"docker" "rm" "-f" "f1a68c25160111b8909b602db66a82feda80f870cb5ca12e99b8e3efb07361b9"` Oct 15 07:23:53.091 INFO blam! f1a68c25160111b8909b602db66a82feda80f870cb5ca12e99b8e3efb07361b9