Oct 14 17:58:37.627 INFO testing intrepion/example-x-rust-x-rustbyexample-com-x-primitives against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:58:37.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:58:37.837 INFO blam! 9a2a330488330c55399203d56d68c19dfba2e437f26aa0c3f28eb417b0682a65 Oct 14 17:58:37.842 INFO running `"docker" "start" "-a" "9a2a330488330c55399203d56d68c19dfba2e437f26aa0c3f28eb417b0682a65"` Oct 14 17:58:38.394 INFO kablam! usermod: no changes Oct 14 17:58:38.417 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-primitives v0.1.0 (/source) Oct 14 17:58:38.554 INFO kablam! warning: unused variable: `logical` Oct 14 17:58:38.554 INFO kablam! --> src/main.rs:3:9 Oct 14 17:58:38.554 INFO kablam! | Oct 14 17:58:38.554 INFO kablam! 3 | let logical: bool = true; Oct 14 17:58:38.554 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 14 17:58:38.554 INFO kablam! | Oct 14 17:58:38.554 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:58:38.554 INFO kablam! Oct 14 17:58:38.554 INFO kablam! warning: unused variable: `a_float` Oct 14 17:58:38.554 INFO kablam! --> src/main.rs:5:9 Oct 14 17:58:38.554 INFO kablam! | Oct 14 17:58:38.554 INFO kablam! 5 | let a_float: f64 = 1.0; // Regular annotation Oct 14 17:58:38.554 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 14 17:58:38.554 INFO kablam! Oct 14 17:58:38.554 INFO kablam! warning: unused variable: `an_integer` Oct 14 17:58:38.554 INFO kablam! --> src/main.rs:6:9 Oct 14 17:58:38.554 INFO kablam! | Oct 14 17:58:38.554 INFO kablam! 6 | let an_integer = 5i32; // Suffix annotation Oct 14 17:58:38.554 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 14 17:58:38.554 INFO kablam! Oct 14 17:58:38.554 INFO kablam! warning: unused variable: `default_float` Oct 14 17:58:38.554 INFO kablam! --> src/main.rs:9:9 Oct 14 17:58:38.554 INFO kablam! | Oct 14 17:58:38.554 INFO kablam! 9 | let default_float = 3.0; // `f64` Oct 14 17:58:38.554 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 14 17:58:38.554 INFO kablam! Oct 14 17:58:38.554 INFO kablam! warning: unused variable: `default_integer` Oct 14 17:58:38.554 INFO kablam! --> src/main.rs:10:9 Oct 14 17:58:38.554 INFO kablam! | Oct 14 17:58:38.554 INFO kablam! 10 | let default_integer = 7; // `i32` Oct 14 17:58:38.554 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 14 17:58:38.554 INFO kablam! Oct 14 17:58:38.559 INFO kablam! warning: unused variable: `mutable` Oct 14 17:58:38.559 INFO kablam! --> src/main.rs:12:13 Oct 14 17:58:38.559 INFO kablam! | Oct 14 17:58:38.559 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:38.559 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:58:38.559 INFO kablam! Oct 14 17:58:38.559 INFO kablam! warning: variable does not need to be mutable Oct 14 17:58:38.559 INFO kablam! --> src/main.rs:12:9 Oct 14 17:58:38.559 INFO kablam! | Oct 14 17:58:38.559 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:38.559 INFO kablam! | ----^^^^^^^ Oct 14 17:58:38.559 INFO kablam! | | Oct 14 17:58:38.559 INFO kablam! | help: remove this `mut` Oct 14 17:58:38.559 INFO kablam! | Oct 14 17:58:38.559 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:58:38.559 INFO kablam! Oct 14 17:58:38.741 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.33s Oct 14 17:58:38.743 INFO kablam! su: No module specific data is present Oct 14 17:58:38.971 INFO running `"docker" "rm" "-f" "9a2a330488330c55399203d56d68c19dfba2e437f26aa0c3f28eb417b0682a65"` Oct 14 17:58:39.057 INFO blam! 9a2a330488330c55399203d56d68c19dfba2e437f26aa0c3f28eb417b0682a65 Oct 14 17:58:39.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:58:39.210 INFO blam! 0cad8f5a90fc545fc31367e4b853ed430e7e10479d7193279ef2d7e376e43d86 Oct 14 17:58:39.211 INFO running `"docker" "start" "-a" "0cad8f5a90fc545fc31367e4b853ed430e7e10479d7193279ef2d7e376e43d86"` Oct 14 17:58:39.732 INFO kablam! usermod: no changes Oct 14 17:58:39.755 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-primitives v0.1.0 (/source) Oct 14 17:58:39.955 INFO kablam! warning: unused variable: `logical` Oct 14 17:58:39.955 INFO kablam! --> src/main.rs:3:9 Oct 14 17:58:39.955 INFO kablam! | Oct 14 17:58:39.955 INFO kablam! 3 | let logical: bool = true; Oct 14 17:58:39.955 INFO kablam! | ^^^^^^^ help: consider using `_logical` instead Oct 14 17:58:39.955 INFO kablam! | Oct 14 17:58:39.955 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:58:39.955 INFO kablam! Oct 14 17:58:39.955 INFO kablam! warning: unused variable: `a_float` Oct 14 17:58:39.955 INFO kablam! --> src/main.rs:5:9 Oct 14 17:58:39.955 INFO kablam! | Oct 14 17:58:39.955 INFO kablam! 5 | let a_float: f64 = 1.0; // Regular annotation Oct 14 17:58:39.955 INFO kablam! | ^^^^^^^ help: consider using `_a_float` instead Oct 14 17:58:39.955 INFO kablam! Oct 14 17:58:39.955 INFO kablam! warning: unused variable: `an_integer` Oct 14 17:58:39.955 INFO kablam! --> src/main.rs:6:9 Oct 14 17:58:39.955 INFO kablam! | Oct 14 17:58:39.955 INFO kablam! 6 | let an_integer = 5i32; // Suffix annotation Oct 14 17:58:39.955 INFO kablam! | ^^^^^^^^^^ help: consider using `_an_integer` instead Oct 14 17:58:39.955 INFO kablam! Oct 14 17:58:39.955 INFO kablam! warning: unused variable: `default_float` Oct 14 17:58:39.956 INFO kablam! --> src/main.rs:9:9 Oct 14 17:58:39.956 INFO kablam! | Oct 14 17:58:39.956 INFO kablam! 9 | let default_float = 3.0; // `f64` Oct 14 17:58:39.956 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_default_float` instead Oct 14 17:58:39.956 INFO kablam! Oct 14 17:58:39.956 INFO kablam! warning: unused variable: `default_integer` Oct 14 17:58:39.956 INFO kablam! --> src/main.rs:10:9 Oct 14 17:58:39.956 INFO kablam! | Oct 14 17:58:39.956 INFO kablam! 10 | let default_integer = 7; // `i32` Oct 14 17:58:39.956 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_default_integer` instead Oct 14 17:58:39.956 INFO kablam! Oct 14 17:58:39.956 INFO kablam! warning: unused variable: `mutable` Oct 14 17:58:39.956 INFO kablam! --> src/main.rs:12:13 Oct 14 17:58:39.956 INFO kablam! | Oct 14 17:58:39.956 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:39.956 INFO kablam! | ^^^^^^^ help: consider using `_mutable` instead Oct 14 17:58:39.956 INFO kablam! Oct 14 17:58:39.956 INFO kablam! warning: variable does not need to be mutable Oct 14 17:58:39.956 INFO kablam! --> src/main.rs:12:9 Oct 14 17:58:39.956 INFO kablam! | Oct 14 17:58:39.956 INFO kablam! 12 | let mut mutable = 12; // Mutable `i32`. Oct 14 17:58:39.956 INFO kablam! | ----^^^^^^^ Oct 14 17:58:39.956 INFO kablam! | | Oct 14 17:58:39.956 INFO kablam! | help: remove this `mut` Oct 14 17:58:39.956 INFO kablam! | Oct 14 17:58:39.956 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:58:39.956 INFO kablam! Oct 14 17:58:40.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.56s Oct 14 17:58:40.311 INFO kablam! su: No module specific data is present Oct 14 17:58:40.560 INFO running `"docker" "rm" "-f" "0cad8f5a90fc545fc31367e4b853ed430e7e10479d7193279ef2d7e376e43d86"` Oct 14 17:58:40.652 INFO blam! 0cad8f5a90fc545fc31367e4b853ed430e7e10479d7193279ef2d7e376e43d86 Oct 14 17:58:40.654 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 17:58:40.843 INFO blam! 78d48e262259af650d1c667065482dba2d121300053a0aea69132e0f278587fc Oct 14 17:58:40.846 INFO running `"docker" "start" "-a" "78d48e262259af650d1c667065482dba2d121300053a0aea69132e0f278587fc"` Oct 14 17:58:41.174 INFO kablam! usermod: no changes Oct 14 17:58:41.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 17:58:41.198 INFO kablam! Running /target/debug/deps/example_x_rust_x_rustbyexample_com_x_primitives-d9f98404b6d4ef5f Oct 14 17:58:41.199 INFO blam! Oct 14 17:58:41.199 INFO blam! running 0 tests Oct 14 17:58:41.199 INFO blam! Oct 14 17:58:41.200 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:58:41.200 INFO blam! Oct 14 17:58:41.201 INFO kablam! su: No module specific data is present Oct 14 17:58:41.458 INFO running `"docker" "rm" "-f" "78d48e262259af650d1c667065482dba2d121300053a0aea69132e0f278587fc"` Oct 14 17:58:41.546 INFO blam! 78d48e262259af650d1c667065482dba2d121300053a0aea69132e0f278587fc