Oct 14 17:58:37.499 INFO testing intrepion/example-x-rust-x-rustbyexample-com-x-primitives against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:58:37.499 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 14 17:58:37.665 INFO blam! f90514002e966dc0fdd0bd6fc69f78743d2fcf14a7680e62bbfcad557f894cb0 Oct 14 17:58:37.675 INFO running `"docker" "start" "-a" "f90514002e966dc0fdd0bd6fc69f78743d2fcf14a7680e62bbfcad557f894cb0"` Oct 14 17:58:38.045 INFO kablam! usermod: no changes Oct 14 17:58:38.073 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-primitives v0.1.0 (/source) Oct 14 17:58:38.239 INFO kablam! warning: unused variable: `logical` Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:3:9 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 3 | let logical: bool = true; Oct 14 17:58:38.239 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.239 INFO kablam! warning: unused variable: `a_float` Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:5:9 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 5 | let a_float: f64 = 1.0; // Regular annotation Oct 14 17:58:38.239 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.239 INFO kablam! warning: unused variable: `an_integer` Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:6:9 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 6 | let an_integer = 5i32; // Suffix annotation Oct 14 17:58:38.239 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.239 INFO kablam! warning: unused variable: `default_float` Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:9:9 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 9 | let default_float = 3.0; // `f64` Oct 14 17:58:38.239 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.239 INFO kablam! warning: unused variable: `default_integer` Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:10:9 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 10 | let default_integer = 7; // `i32` Oct 14 17:58:38.239 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.239 INFO kablam! warning: unused variable: `mutable` Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:12:13 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:38.239 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.239 INFO kablam! warning: variable does not need to be mutable Oct 14 17:58:38.239 INFO kablam! --> src/main.rs:12:9 Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:38.239 INFO kablam! | ----^^^^^^^ Oct 14 17:58:38.239 INFO kablam! | | Oct 14 17:58:38.239 INFO kablam! | help: remove this `mut` Oct 14 17:58:38.239 INFO kablam! | Oct 14 17:58:38.239 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:58:38.239 INFO kablam! Oct 14 17:58:38.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.39s Oct 14 17:58:38.462 INFO kablam! su: No module specific data is present Oct 14 17:58:38.687 INFO running `"docker" "rm" "-f" "f90514002e966dc0fdd0bd6fc69f78743d2fcf14a7680e62bbfcad557f894cb0"` Oct 14 17:58:38.798 INFO blam! f90514002e966dc0fdd0bd6fc69f78743d2fcf14a7680e62bbfcad557f894cb0 Oct 14 17:58:38.798 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 14 17:58:39.002 INFO blam! b50bef6cfa20ec62688cc10258a10b22b64bdeb0f7135a69f9b07c18d5a7f619 Oct 14 17:58:39.004 INFO running `"docker" "start" "-a" "b50bef6cfa20ec62688cc10258a10b22b64bdeb0f7135a69f9b07c18d5a7f619"` Oct 14 17:58:39.543 INFO kablam! usermod: no changes Oct 14 17:58:39.563 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-primitives v0.1.0 (/source) Oct 14 17:58:39.749 INFO kablam! warning: unused variable: `logical` Oct 14 17:58:39.749 INFO kablam! --> src/main.rs:3:9 Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! 3 | let logical: bool = true; Oct 14 17:58:39.749 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:58:39.749 INFO kablam! Oct 14 17:58:39.749 INFO kablam! warning: unused variable: `a_float` Oct 14 17:58:39.749 INFO kablam! --> src/main.rs:5:9 Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! 5 | let a_float: f64 = 1.0; // Regular annotation Oct 14 17:58:39.749 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 14 17:58:39.749 INFO kablam! Oct 14 17:58:39.749 INFO kablam! warning: unused variable: `an_integer` Oct 14 17:58:39.749 INFO kablam! --> src/main.rs:6:9 Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! 6 | let an_integer = 5i32; // Suffix annotation Oct 14 17:58:39.749 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 14 17:58:39.749 INFO kablam! Oct 14 17:58:39.749 INFO kablam! warning: unused variable: `default_float` Oct 14 17:58:39.749 INFO kablam! --> src/main.rs:9:9 Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! 9 | let default_float = 3.0; // `f64` Oct 14 17:58:39.749 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 14 17:58:39.749 INFO kablam! Oct 14 17:58:39.749 INFO kablam! warning: unused variable: `default_integer` Oct 14 17:58:39.749 INFO kablam! --> src/main.rs:10:9 Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! 10 | let default_integer = 7; // `i32` Oct 14 17:58:39.749 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 14 17:58:39.749 INFO kablam! Oct 14 17:58:39.749 INFO kablam! warning: unused variable: `mutable` Oct 14 17:58:39.749 INFO kablam! --> src/main.rs:12:13 Oct 14 17:58:39.749 INFO kablam! | Oct 14 17:58:39.749 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:39.749 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:58:39.749 INFO kablam! Oct 14 17:58:39.751 INFO kablam! warning: variable does not need to be mutable Oct 14 17:58:39.751 INFO kablam! --> src/main.rs:12:9 Oct 14 17:58:39.751 INFO kablam! | Oct 14 17:58:39.751 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:39.751 INFO kablam! | ----^^^^^^^ Oct 14 17:58:39.751 INFO kablam! | | Oct 14 17:58:39.752 INFO kablam! | help: remove this `mut` Oct 14 17:58:39.752 INFO kablam! | Oct 14 17:58:39.752 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:58:39.752 INFO kablam! Oct 14 17:58:40.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Oct 14 17:58:40.069 INFO kablam! su: No module specific data is present Oct 14 17:58:40.316 INFO running `"docker" "rm" "-f" "b50bef6cfa20ec62688cc10258a10b22b64bdeb0f7135a69f9b07c18d5a7f619"` Oct 14 17:58:40.380 INFO blam! b50bef6cfa20ec62688cc10258a10b22b64bdeb0f7135a69f9b07c18d5a7f619 Oct 14 17:58:40.381 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 14 17:58:40.564 INFO blam! 944a76259c94301a07142952cc5addb225834ea74aa658cbbe2aebb0f9f832fb Oct 14 17:58:40.566 INFO running `"docker" "start" "-a" "944a76259c94301a07142952cc5addb225834ea74aa658cbbe2aebb0f9f832fb"` Oct 14 17:58:40.986 INFO kablam! usermod: no changes Oct 14 17:58:41.010 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:58:41.010 INFO kablam! Running /target/debug/deps/example_x_rust_x_rustbyexample_com_x_primitives-9a960e737b5f759c Oct 14 17:58:41.012 INFO blam! Oct 14 17:58:41.012 INFO blam! running 0 tests Oct 14 17:58:41.012 INFO blam! Oct 14 17:58:41.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:58:41.012 INFO blam! Oct 14 17:58:41.013 INFO kablam! su: No module specific data is present Oct 14 17:58:41.211 INFO running `"docker" "rm" "-f" "944a76259c94301a07142952cc5addb225834ea74aa658cbbe2aebb0f9f832fb"` Oct 14 17:58:41.283 INFO blam! 944a76259c94301a07142952cc5addb225834ea74aa658cbbe2aebb0f9f832fb