Oct 15 07:23:40.744 INFO testing Ragnyll/rust_variables against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:23:40.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 07:23:41.221 INFO blam! ba908d79164c50037e1f3c84961a0f5dc73ed91598af83a18ae6f4ca0699a4c3 Oct 15 07:23:41.223 INFO running `"docker" "start" "-a" "ba908d79164c50037e1f3c84961a0f5dc73ed91598af83a18ae6f4ca0699a4c3"` Oct 15 07:23:42.531 INFO kablam! usermod: no changes Oct 15 07:23:42.583 INFO kablam! Compiling variables v0.1.0 (/source) Oct 15 07:23:43.023 INFO kablam! warning: unused variable: `difference` Oct 15 07:23:43.023 INFO kablam! --> src/main.rs:41:9 Oct 15 07:23:43.024 INFO kablam! | Oct 15 07:23:43.024 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 15 07:23:43.024 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 15 07:23:43.024 INFO kablam! | Oct 15 07:23:43.025 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:23:43.025 INFO kablam! Oct 15 07:23:43.025 INFO kablam! warning: unused variable: `product` Oct 15 07:23:43.025 INFO kablam! --> src/main.rs:44:9 Oct 15 07:23:43.026 INFO kablam! | Oct 15 07:23:43.026 INFO kablam! 44 | let product = 4 * 30; Oct 15 07:23:43.026 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 15 07:23:43.026 INFO kablam! Oct 15 07:23:43.027 INFO kablam! warning: unused variable: `quotient` Oct 15 07:23:43.027 INFO kablam! --> src/main.rs:47:9 Oct 15 07:23:43.027 INFO kablam! | Oct 15 07:23:43.027 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 15 07:23:43.028 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 15 07:23:43.028 INFO kablam! Oct 15 07:23:43.028 INFO kablam! warning: unused variable: `remainder` Oct 15 07:23:43.028 INFO kablam! --> src/main.rs:50:9 Oct 15 07:23:43.029 INFO kablam! | Oct 15 07:23:43.029 INFO kablam! 50 | let remainder = 43 % 5; Oct 15 07:23:43.029 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 15 07:23:43.029 INFO kablam! Oct 15 07:23:43.030 INFO kablam! warning: unused variable: `t` Oct 15 07:23:43.030 INFO kablam! --> src/main.rs:53:9 Oct 15 07:23:43.030 INFO kablam! | Oct 15 07:23:43.030 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 15 07:23:43.031 INFO kablam! | ^ help: consider using `_t` instead Oct 15 07:23:43.031 INFO kablam! Oct 15 07:23:43.031 INFO kablam! warning: unused variable: `f` Oct 15 07:23:43.031 INFO kablam! --> src/main.rs:55:9 Oct 15 07:23:43.032 INFO kablam! | Oct 15 07:23:43.032 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 15 07:23:43.032 INFO kablam! | ^ help: consider using `_f` instead Oct 15 07:23:43.032 INFO kablam! Oct 15 07:23:43.033 INFO kablam! warning: unused variable: `x` Oct 15 07:23:43.033 INFO kablam! --> src/main.rs:59:10 Oct 15 07:23:43.033 INFO kablam! | Oct 15 07:23:43.034 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:43.034 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:23:43.034 INFO kablam! Oct 15 07:23:43.034 INFO kablam! warning: unused variable: `z` Oct 15 07:23:43.035 INFO kablam! --> src/main.rs:59:16 Oct 15 07:23:43.035 INFO kablam! | Oct 15 07:23:43.035 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:43.036 INFO kablam! | ^ help: consider using `_z` instead Oct 15 07:23:43.036 INFO kablam! Oct 15 07:23:43.036 INFO kablam! warning: unused variable: `first` Oct 15 07:23:43.036 INFO kablam! --> src/main.rs:67:9 Oct 15 07:23:43.037 INFO kablam! | Oct 15 07:23:43.037 INFO kablam! 67 | let first = months[0]; Oct 15 07:23:43.037 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 15 07:23:43.038 INFO kablam! Oct 15 07:23:43.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 15 07:23:43.491 INFO kablam! su: No module specific data is present Oct 15 07:23:44.179 INFO running `"docker" "rm" "-f" "ba908d79164c50037e1f3c84961a0f5dc73ed91598af83a18ae6f4ca0699a4c3"` Oct 15 07:23:44.523 INFO blam! ba908d79164c50037e1f3c84961a0f5dc73ed91598af83a18ae6f4ca0699a4c3 Oct 15 07:23:44.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 07:23:44.943 INFO blam! f417d17f0d90526a2654949980a3a12ed414bea5e74258ed03bccf85681ec6bd Oct 15 07:23:44.946 INFO running `"docker" "start" "-a" "f417d17f0d90526a2654949980a3a12ed414bea5e74258ed03bccf85681ec6bd"` Oct 15 07:23:46.387 INFO kablam! usermod: no changes Oct 15 07:23:46.425 INFO kablam! Compiling variables v0.1.0 (/source) Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `difference` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:41:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 41 | let difference = 95.5 - 4.3; Oct 15 07:23:47.035 INFO kablam! | ^^^^^^^^^^ help: consider using `_difference` instead Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `product` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:44:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 44 | let product = 4 * 30; Oct 15 07:23:47.035 INFO kablam! | ^^^^^^^ help: consider using `_product` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `quotient` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:47:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 47 | let quotient = 56.7 / 32.2; Oct 15 07:23:47.035 INFO kablam! | ^^^^^^^^ help: consider using `_quotient` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `remainder` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:50:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 50 | let remainder = 43 % 5; Oct 15 07:23:47.035 INFO kablam! | ^^^^^^^^^ help: consider using `_remainder` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `t` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:53:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 53 | let t = true; // without explicit type annotation Oct 15 07:23:47.035 INFO kablam! | ^ help: consider using `_t` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `f` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:55:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 55 | let f: bool = false; // with explicit type annotation Oct 15 07:23:47.035 INFO kablam! | ^ help: consider using `_f` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `x` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:59:10 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:47.035 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `z` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:59:16 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 59 | let (x, y, z) = tup; Oct 15 07:23:47.035 INFO kablam! | ^ help: consider using `_z` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.035 INFO kablam! warning: unused variable: `first` Oct 15 07:23:47.035 INFO kablam! --> src/main.rs:67:9 Oct 15 07:23:47.035 INFO kablam! | Oct 15 07:23:47.035 INFO kablam! 67 | let first = months[0]; Oct 15 07:23:47.035 INFO kablam! | ^^^^^ help: consider using `_first` instead Oct 15 07:23:47.035 INFO kablam! Oct 15 07:23:47.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 15 07:23:47.559 INFO kablam! su: No module specific data is present Oct 15 07:23:48.140 INFO running `"docker" "rm" "-f" "f417d17f0d90526a2654949980a3a12ed414bea5e74258ed03bccf85681ec6bd"` Oct 15 07:23:48.511 INFO blam! f417d17f0d90526a2654949980a3a12ed414bea5e74258ed03bccf85681ec6bd Oct 15 07:23:48.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 07:23:48.838 INFO blam! f7a5cf13866457cc0dfd347bae82e7dde91874ab423f399d9047891e43e31f7c Oct 15 07:23:48.840 INFO running `"docker" "start" "-a" "f7a5cf13866457cc0dfd347bae82e7dde91874ab423f399d9047891e43e31f7c"` Oct 15 07:23:50.086 INFO kablam! usermod: no changes Oct 15 07:23:50.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 07:23:50.168 INFO kablam! Running /target/debug/deps/variables-dd0245f0b269b354 Oct 15 07:23:50.176 INFO kablam! su: No module specific data is present Oct 15 07:23:50.176 INFO blam! Oct 15 07:23:50.176 INFO blam! running 0 tests Oct 15 07:23:50.176 INFO blam! Oct 15 07:23:50.176 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:23:50.176 INFO blam! Oct 15 07:23:51.071 INFO running `"docker" "rm" "-f" "f7a5cf13866457cc0dfd347bae82e7dde91874ab423f399d9047891e43e31f7c"` Oct 15 07:23:51.367 INFO blam! f7a5cf13866457cc0dfd347bae82e7dde91874ab423f399d9047891e43e31f7c