Oct 10 21:35:27.015 INFO testing intrepion/example-x-rust-x-rustbyexample-com-x-primitives against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:35:27.015 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:35:27.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 21:35:27.231 INFO blam! d609fbec12d8333dc6d4454b6e78c2e3282e5391abe65d52071401e121b21aec Oct 10 21:35:27.233 INFO running `"docker" "start" "-a" "d609fbec12d8333dc6d4454b6e78c2e3282e5391abe65d52071401e121b21aec"` Oct 10 21:35:27.644 INFO kablam! usermod: no changes Oct 10 21:35:27.665 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-primitives v0.1.0 (/source) Oct 10 21:35:27.783 INFO kablam! warning: unused variable: `logical` Oct 10 21:35:27.783 INFO kablam! --> src/main.rs:3:9 Oct 10 21:35:27.783 INFO kablam! | Oct 10 21:35:27.783 INFO kablam! 3 | let logical: bool = true; Oct 10 21:35:27.783 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 10 21:35:27.783 INFO kablam! | Oct 10 21:35:27.783 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:35:27.783 INFO kablam! Oct 10 21:35:27.783 INFO kablam! warning: unused variable: `a_float` Oct 10 21:35:27.783 INFO kablam! --> src/main.rs:5:9 Oct 10 21:35:27.783 INFO kablam! | Oct 10 21:35:27.783 INFO kablam! 5 | let a_float: f64 = 1.0; // Regular annotation Oct 10 21:35:27.783 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 10 21:35:27.783 INFO kablam! Oct 10 21:35:27.783 INFO kablam! warning: unused variable: `an_integer` Oct 10 21:35:27.784 INFO kablam! --> src/main.rs:6:9 Oct 10 21:35:27.784 INFO kablam! | Oct 10 21:35:27.784 INFO kablam! 6 | let an_integer = 5i32; // Suffix annotation Oct 10 21:35:27.784 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 10 21:35:27.784 INFO kablam! Oct 10 21:35:27.784 INFO kablam! warning: unused variable: `default_float` Oct 10 21:35:27.784 INFO kablam! --> src/main.rs:9:9 Oct 10 21:35:27.784 INFO kablam! | Oct 10 21:35:27.784 INFO kablam! 9 | let default_float = 3.0; // `f64` Oct 10 21:35:27.784 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 10 21:35:27.784 INFO kablam! Oct 10 21:35:27.784 INFO kablam! warning: unused variable: `default_integer` Oct 10 21:35:27.784 INFO kablam! --> src/main.rs:10:9 Oct 10 21:35:27.784 INFO kablam! | Oct 10 21:35:27.784 INFO kablam! 10 | let default_integer = 7; // `i32` Oct 10 21:35:27.784 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 10 21:35:27.784 INFO kablam! Oct 10 21:35:27.784 INFO kablam! warning: unused variable: `mutable` Oct 10 21:35:27.784 INFO kablam! --> src/main.rs:12:13 Oct 10 21:35:27.784 INFO kablam! | Oct 10 21:35:27.784 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 10 21:35:27.784 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 10 21:35:27.784 INFO kablam! Oct 10 21:35:27.784 INFO kablam! warning: variable does not need to be mutable Oct 10 21:35:27.784 INFO kablam! --> src/main.rs:12:9 Oct 10 21:35:27.784 INFO kablam! | Oct 10 21:35:27.784 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 10 21:35:27.784 INFO kablam! | ----^^^^^^^ Oct 10 21:35:27.784 INFO kablam! | | Oct 10 21:35:27.784 INFO kablam! | help: remove this `mut` Oct 10 21:35:27.784 INFO kablam! | Oct 10 21:35:27.784 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:35:27.784 INFO kablam! Oct 10 21:35:27.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.33s Oct 10 21:35:27.998 INFO kablam! su: No module specific data is present Oct 10 21:35:28.232 INFO running `"docker" "rm" "-f" "d609fbec12d8333dc6d4454b6e78c2e3282e5391abe65d52071401e121b21aec"` Oct 10 21:35:28.338 INFO blam! d609fbec12d8333dc6d4454b6e78c2e3282e5391abe65d52071401e121b21aec Oct 10 21:35:28.339 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:35:28.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 21:35:28.519 INFO blam! 830ad34f9a3c7d4ead9d80bcd134437be2cbb13baf02de9a829381a65a71f27a Oct 10 21:35:28.532 INFO running `"docker" "start" "-a" "830ad34f9a3c7d4ead9d80bcd134437be2cbb13baf02de9a829381a65a71f27a"` Oct 10 21:35:28.848 INFO kablam! usermod: no changes Oct 10 21:35:28.871 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-primitives v0.1.0 (/source) Oct 10 21:35:28.990 INFO kablam! warning: unused variable: `logical` Oct 10 21:35:28.990 INFO kablam! --> src/main.rs:3:9 Oct 10 21:35:28.990 INFO kablam! | Oct 10 21:35:28.990 INFO kablam! 3 | let logical: bool = true; Oct 10 21:35:28.990 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 10 21:35:28.990 INFO kablam! | Oct 10 21:35:28.990 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:35:28.990 INFO kablam! Oct 10 21:35:28.990 INFO kablam! warning: unused variable: `a_float` Oct 10 21:35:28.990 INFO kablam! --> src/main.rs:5:9 Oct 10 21:35:28.990 INFO kablam! | Oct 10 21:35:28.990 INFO kablam! 5 | let a_float: f64 = 1.0; // Regular annotation Oct 10 21:35:28.990 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 10 21:35:28.990 INFO kablam! Oct 10 21:35:28.992 INFO kablam! warning: unused variable: `an_integer` Oct 10 21:35:28.992 INFO kablam! --> src/main.rs:6:9 Oct 10 21:35:28.992 INFO kablam! | Oct 10 21:35:28.992 INFO kablam! 6 | let an_integer = 5i32; // Suffix annotation Oct 10 21:35:28.992 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 10 21:35:28.992 INFO kablam! Oct 10 21:35:28.992 INFO kablam! warning: unused variable: `default_float` Oct 10 21:35:28.993 INFO kablam! --> src/main.rs:9:9 Oct 10 21:35:28.993 INFO kablam! | Oct 10 21:35:28.993 INFO kablam! 9 | let default_float = 3.0; // `f64` Oct 10 21:35:28.993 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 10 21:35:28.993 INFO kablam! Oct 10 21:35:28.993 INFO kablam! warning: unused variable: `default_integer` Oct 10 21:35:28.993 INFO kablam! --> src/main.rs:10:9 Oct 10 21:35:28.993 INFO kablam! | Oct 10 21:35:28.993 INFO kablam! 10 | let default_integer = 7; // `i32` Oct 10 21:35:28.993 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 10 21:35:28.993 INFO kablam! Oct 10 21:35:28.993 INFO kablam! warning: unused variable: `mutable` Oct 10 21:35:28.993 INFO kablam! --> src/main.rs:12:13 Oct 10 21:35:28.993 INFO kablam! | Oct 10 21:35:28.993 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 10 21:35:28.993 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 10 21:35:28.993 INFO kablam! Oct 10 21:35:28.993 INFO kablam! warning: variable does not need to be mutable Oct 10 21:35:28.993 INFO kablam! --> src/main.rs:12:9 Oct 10 21:35:28.993 INFO kablam! | Oct 10 21:35:28.993 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 10 21:35:28.993 INFO kablam! | ----^^^^^^^ Oct 10 21:35:28.993 INFO kablam! | | Oct 10 21:35:28.993 INFO kablam! | help: remove this `mut` Oct 10 21:35:28.993 INFO kablam! | Oct 10 21:35:28.993 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:35:28.993 INFO kablam! Oct 10 21:35:29.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.42s Oct 10 21:35:29.292 INFO kablam! su: No module specific data is present Oct 10 21:35:29.509 INFO running `"docker" "rm" "-f" "830ad34f9a3c7d4ead9d80bcd134437be2cbb13baf02de9a829381a65a71f27a"` Oct 10 21:35:29.628 INFO blam! 830ad34f9a3c7d4ead9d80bcd134437be2cbb13baf02de9a829381a65a71f27a Oct 10 21:35:29.630 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:35:29.630 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 21:35:29.815 INFO blam! 922ac87281dfe83ec17186119feeb03520e1532d2bce311375a6472d4e329df5 Oct 10 21:35:29.817 INFO running `"docker" "start" "-a" "922ac87281dfe83ec17186119feeb03520e1532d2bce311375a6472d4e329df5"` Oct 10 21:35:30.193 INFO kablam! usermod: no changes Oct 10 21:35:30.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 21:35:30.230 INFO kablam! Running /target/debug/deps/example_x_rust_x_rustbyexample_com_x_primitives-d9f98404b6d4ef5f Oct 10 21:35:30.230 INFO blam! Oct 10 21:35:30.230 INFO blam! running 0 tests Oct 10 21:35:30.230 INFO blam! Oct 10 21:35:30.230 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:35:30.230 INFO blam! Oct 10 21:35:30.231 INFO kablam! su: No module specific data is present Oct 10 21:35:30.453 INFO running `"docker" "rm" "-f" "922ac87281dfe83ec17186119feeb03520e1532d2bce311375a6472d4e329df5"` Oct 10 21:35:30.524 INFO blam! 922ac87281dfe83ec17186119feeb03520e1532d2bce311375a6472d4e329df5