Oct 11 01:15:57.543 INFO testing chyld/rust_types against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:15:57.543 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:15:57.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 01:15:57.874 INFO blam! 027adeff5a18225fc2d926a63de46f6794a88f63fa41352f343edb4929472829 Oct 11 01:15:57.878 INFO running `"docker" "start" "-a" "027adeff5a18225fc2d926a63de46f6794a88f63fa41352f343edb4929472829"` Oct 11 01:15:58.604 INFO kablam! usermod: no changes Oct 11 01:15:58.672 INFO kablam! Compiling rust_types v0.1.0 (/source) Oct 11 01:15:59.458 INFO kablam! warning: unused variable: `is_true` Oct 11 01:15:59.458 INFO kablam! --> src/main.rs:12:9 Oct 11 01:15:59.458 INFO kablam! | Oct 11 01:15:59.458 INFO kablam! 12 | let is_true: bool = true; Oct 11 01:15:59.458 INFO kablam! | ^^^^^^^ help: consider using `_is_true` instead Oct 11 01:15:59.458 INFO kablam! | Oct 11 01:15:59.458 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:15:59.458 INFO kablam! Oct 11 01:15:59.458 INFO kablam! warning: unused variable: `a` Oct 11 01:15:59.458 INFO kablam! --> src/main.rs:18:9 Oct 11 01:15:59.458 INFO kablam! | Oct 11 01:15:59.458 INFO kablam! 18 | let a: u8 = 50; Oct 11 01:15:59.458 INFO kablam! | ^ help: consider using `_a` instead Oct 11 01:15:59.458 INFO kablam! Oct 11 01:15:59.458 INFO kablam! warning: unused variable: `b` Oct 11 01:15:59.458 INFO kablam! --> src/main.rs:19:9 Oct 11 01:15:59.459 INFO kablam! | Oct 11 01:15:59.459 INFO kablam! 19 | let b: i64 = 100; Oct 11 01:15:59.459 INFO kablam! | ^ help: consider using `_b` instead Oct 11 01:15:59.459 INFO kablam! Oct 11 01:15:59.459 INFO kablam! warning: unused variable: `c` Oct 11 01:15:59.459 INFO kablam! --> src/main.rs:20:9 Oct 11 01:15:59.459 INFO kablam! | Oct 11 01:15:59.459 INFO kablam! 20 | let c: f32 = 1.1; Oct 11 01:15:59.459 INFO kablam! | ^ help: consider using `_c` instead Oct 11 01:15:59.459 INFO kablam! Oct 11 01:15:59.459 INFO kablam! warning: unused variable: `d` Oct 11 01:15:59.459 INFO kablam! --> src/main.rs:21:9 Oct 11 01:15:59.459 INFO kablam! | Oct 11 01:15:59.459 INFO kablam! 21 | let d: f64 = 2.2; Oct 11 01:15:59.459 INFO kablam! | ^ help: consider using `_d` instead Oct 11 01:15:59.459 INFO kablam! Oct 11 01:15:59.459 INFO kablam! warning: unused variable: `e` Oct 11 01:15:59.459 INFO kablam! --> src/main.rs:25:9 Oct 11 01:15:59.459 INFO kablam! | Oct 11 01:15:59.459 INFO kablam! 25 | let e: usize = 200; Oct 11 01:15:59.459 INFO kablam! | ^ help: consider using `_e` instead Oct 11 01:15:59.459 INFO kablam! Oct 11 01:15:59.459 INFO kablam! warning: unused variable: `f` Oct 11 01:15:59.459 INFO kablam! --> src/main.rs:26:9 Oct 11 01:15:59.460 INFO kablam! | Oct 11 01:15:59.460 INFO kablam! 26 | let f: isize = 250; Oct 11 01:15:59.460 INFO kablam! | ^ help: consider using `_f` instead Oct 11 01:15:59.460 INFO kablam! Oct 11 01:15:59.460 INFO kablam! warning: unused variable: `g` Oct 11 01:15:59.460 INFO kablam! --> src/main.rs:30:9 Oct 11 01:15:59.460 INFO kablam! | Oct 11 01:15:59.460 INFO kablam! 30 | let g: char = 'A'; Oct 11 01:15:59.460 INFO kablam! | ^ help: consider using `_g` instead Oct 11 01:15:59.460 INFO kablam! Oct 11 01:15:59.460 INFO kablam! warning: unused variable: `h` Oct 11 01:15:59.460 INFO kablam! --> src/main.rs:31:9 Oct 11 01:15:59.460 INFO kablam! | Oct 11 01:15:59.460 INFO kablam! 31 | let h: &str = "hello world"; Oct 11 01:15:59.460 INFO kablam! | ^ help: consider using `_h` instead Oct 11 01:15:59.460 INFO kablam! Oct 11 01:15:59.460 INFO kablam! warning: unused variable: `i` Oct 11 01:15:59.460 INFO kablam! --> src/main.rs:34:9 Oct 11 01:15:59.460 INFO kablam! | Oct 11 01:15:59.460 INFO kablam! 34 | let i: (char, u8, bool) = ('x', 3, true); Oct 11 01:15:59.460 INFO kablam! | ^ help: consider using `_i` instead Oct 11 01:15:59.461 INFO kablam! Oct 11 01:15:59.461 INFO kablam! warning: unused variable: `k` Oct 11 01:15:59.461 INFO kablam! --> src/main.rs:38:9 Oct 11 01:15:59.461 INFO kablam! | Oct 11 01:15:59.461 INFO kablam! 38 | let k: &[char] = &j[..]; Oct 11 01:15:59.461 INFO kablam! | ^ help: consider using `_k` instead Oct 11 01:15:59.461 INFO kablam! Oct 11 01:15:59.461 INFO kablam! warning: function is never used: `foo` Oct 11 01:15:59.461 INFO kablam! --> src/main.rs:48:5 Oct 11 01:15:59.461 INFO kablam! | Oct 11 01:15:59.461 INFO kablam! 48 | fn foo(){} Oct 11 01:15:59.461 INFO kablam! | ^^^^^^^^ Oct 11 01:15:59.461 INFO kablam! | Oct 11 01:15:59.461 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:15:59.461 INFO kablam! Oct 11 01:15:59.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 11 01:15:59.811 INFO kablam! su: No module specific data is present Oct 11 01:16:00.457 INFO running `"docker" "rm" "-f" "027adeff5a18225fc2d926a63de46f6794a88f63fa41352f343edb4929472829"` Oct 11 01:16:00.560 INFO blam! 027adeff5a18225fc2d926a63de46f6794a88f63fa41352f343edb4929472829 Oct 11 01:16:00.568 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:16:00.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 01:16:00.745 INFO blam! c3730c474a6f911bf519af2929698052c5d5bda5b51e52f43dde242abb783040 Oct 11 01:16:00.747 INFO running `"docker" "start" "-a" "c3730c474a6f911bf519af2929698052c5d5bda5b51e52f43dde242abb783040"` Oct 11 01:16:01.356 INFO kablam! usermod: no changes Oct 11 01:16:01.384 INFO kablam! Compiling rust_types v0.1.0 (/source) Oct 11 01:16:01.988 INFO kablam! warning: unused variable: `is_true` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:12:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 12 | let is_true: bool = true; Oct 11 01:16:01.989 INFO kablam! | ^^^^^^^ help: consider using `_is_true` instead Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `a` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:18:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 18 | let a: u8 = 50; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_a` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `b` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:19:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 19 | let b: i64 = 100; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_b` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `c` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:20:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 20 | let c: f32 = 1.1; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_c` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `d` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:21:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 21 | let d: f64 = 2.2; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_d` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `e` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:25:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 25 | let e: usize = 200; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_e` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `f` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:26:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 26 | let f: isize = 250; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_f` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `g` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:30:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 30 | let g: char = 'A'; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_g` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `h` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:31:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 31 | let h: &str = "hello world"; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_h` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `i` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:34:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 34 | let i: (char, u8, bool) = ('x', 3, true); Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_i` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:01.989 INFO kablam! warning: unused variable: `k` Oct 11 01:16:01.989 INFO kablam! --> src/main.rs:38:9 Oct 11 01:16:01.989 INFO kablam! | Oct 11 01:16:01.989 INFO kablam! 38 | let k: &[char] = &j[..]; Oct 11 01:16:01.989 INFO kablam! | ^ help: consider using `_k` instead Oct 11 01:16:01.989 INFO kablam! Oct 11 01:16:02.402 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 11 01:16:02.404 INFO kablam! su: No module specific data is present Oct 11 01:16:02.715 INFO running `"docker" "rm" "-f" "c3730c474a6f911bf519af2929698052c5d5bda5b51e52f43dde242abb783040"` Oct 11 01:16:02.777 INFO blam! c3730c474a6f911bf519af2929698052c5d5bda5b51e52f43dde242abb783040 Oct 11 01:16:02.778 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:16:02.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 01:16:03.003 INFO blam! 16377bce4551d03920713ab55a89de47a201fa910761d1f65e2a4bd044d68f82 Oct 11 01:16:03.004 INFO running `"docker" "start" "-a" "16377bce4551d03920713ab55a89de47a201fa910761d1f65e2a4bd044d68f82"` Oct 11 01:16:03.394 INFO kablam! usermod: no changes Oct 11 01:16:03.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 01:16:03.417 INFO kablam! Running /target/debug/deps/rust_types-82cd62333cc85fed Oct 11 01:16:03.419 INFO blam! Oct 11 01:16:03.419 INFO blam! running 0 tests Oct 11 01:16:03.419 INFO blam! Oct 11 01:16:03.419 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:16:03.419 INFO blam! Oct 11 01:16:03.420 INFO kablam! su: No module specific data is present Oct 11 01:16:03.735 INFO running `"docker" "rm" "-f" "16377bce4551d03920713ab55a89de47a201fa910761d1f65e2a4bd044d68f82"` Oct 11 01:16:03.829 INFO blam! 16377bce4551d03920713ab55a89de47a201fa910761d1f65e2a4bd044d68f82