Oct 15 00:47:48.938 INFO testing chyld/rust_types against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:47:48.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 00:47:49.420 INFO blam! 4a00ce8b06c5da8b924ba71ff871a139d233a64c97f543d05dd5a543329896da Oct 15 00:47:49.423 INFO running `"docker" "start" "-a" "4a00ce8b06c5da8b924ba71ff871a139d233a64c97f543d05dd5a543329896da"` Oct 15 00:47:50.931 INFO kablam! usermod: no changes Oct 15 00:47:51.012 INFO kablam! Compiling rust_types v0.1.0 (/source) Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `is_true` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:12:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 12 | let is_true: bool = true; Oct 15 00:47:51.459 INFO kablam! | ^^^^^^^ help: consider using `_is_true` instead Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `a` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:18:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 18 | let a: u8 = 50; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_a` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `b` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:19:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 19 | let b: i64 = 100; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_b` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `c` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:20:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 20 | let c: f32 = 1.1; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_c` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `d` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:21:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 21 | let d: f64 = 2.2; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_d` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `e` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:25:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 25 | let e: usize = 200; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `f` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:26:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 26 | let f: isize = 250; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `g` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:30:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 30 | let g: char = 'A'; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_g` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `h` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:31:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 31 | let h: &str = "hello world"; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `i` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:34:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 34 | let i: (char, u8, bool) = ('x', 3, true); Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_i` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: unused variable: `k` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:38:9 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 38 | let k: &[char] = &j[..]; Oct 15 00:47:51.459 INFO kablam! | ^ help: consider using `_k` instead Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.459 INFO kablam! warning: function is never used: `foo` Oct 15 00:47:51.459 INFO kablam! --> src/main.rs:48:5 Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! 48 | fn foo(){} Oct 15 00:47:51.459 INFO kablam! | ^^^^^^^^ Oct 15 00:47:51.459 INFO kablam! | Oct 15 00:47:51.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:47:51.459 INFO kablam! Oct 15 00:47:51.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 15 00:47:51.891 INFO kablam! su: No module specific data is present Oct 15 00:47:52.805 INFO running `"docker" "rm" "-f" "4a00ce8b06c5da8b924ba71ff871a139d233a64c97f543d05dd5a543329896da"` Oct 15 00:47:53.131 INFO blam! 4a00ce8b06c5da8b924ba71ff871a139d233a64c97f543d05dd5a543329896da Oct 15 00:47:53.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 00:47:53.743 INFO blam! 9431dd80bd30dc8a621ede395639f1282f2c81d7fe8748605d877212bf8dcc99 Oct 15 00:47:53.749 INFO running `"docker" "start" "-a" "9431dd80bd30dc8a621ede395639f1282f2c81d7fe8748605d877212bf8dcc99"` Oct 15 00:47:54.772 INFO kablam! usermod: no changes Oct 15 00:47:54.813 INFO kablam! Compiling rust_types v0.1.0 (/source) Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `is_true` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:12:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 12 | let is_true: bool = true; Oct 15 00:47:55.251 INFO kablam! | ^^^^^^^ help: consider using `_is_true` instead Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `a` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:18:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 18 | let a: u8 = 50; Oct 15 00:47:55.251 INFO kablam! | ^ help: consider using `_a` instead Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `b` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:19:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 19 | let b: i64 = 100; Oct 15 00:47:55.251 INFO kablam! | ^ help: consider using `_b` instead Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `c` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:20:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 20 | let c: f32 = 1.1; Oct 15 00:47:55.251 INFO kablam! | ^ help: consider using `_c` instead Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `d` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:21:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 21 | let d: f64 = 2.2; Oct 15 00:47:55.251 INFO kablam! | ^ help: consider using `_d` instead Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `e` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:25:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 25 | let e: usize = 200; Oct 15 00:47:55.251 INFO kablam! | ^ help: consider using `_e` instead Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `f` Oct 15 00:47:55.251 INFO kablam! --> src/main.rs:26:9 Oct 15 00:47:55.251 INFO kablam! | Oct 15 00:47:55.251 INFO kablam! 26 | let f: isize = 250; Oct 15 00:47:55.251 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:47:55.251 INFO kablam! Oct 15 00:47:55.251 INFO kablam! warning: unused variable: `g` Oct 15 00:47:55.252 INFO kablam! --> src/main.rs:30:9 Oct 15 00:47:55.252 INFO kablam! | Oct 15 00:47:55.252 INFO kablam! 30 | let g: char = 'A'; Oct 15 00:47:55.252 INFO kablam! | ^ help: consider using `_g` instead Oct 15 00:47:55.252 INFO kablam! Oct 15 00:47:55.252 INFO kablam! warning: unused variable: `h` Oct 15 00:47:55.252 INFO kablam! --> src/main.rs:31:9 Oct 15 00:47:55.252 INFO kablam! | Oct 15 00:47:55.252 INFO kablam! 31 | let h: &str = "hello world"; Oct 15 00:47:55.252 INFO kablam! | ^ help: consider using `_h` instead Oct 15 00:47:55.252 INFO kablam! Oct 15 00:47:55.252 INFO kablam! warning: unused variable: `i` Oct 15 00:47:55.252 INFO kablam! --> src/main.rs:34:9 Oct 15 00:47:55.252 INFO kablam! | Oct 15 00:47:55.252 INFO kablam! 34 | let i: (char, u8, bool) = ('x', 3, true); Oct 15 00:47:55.252 INFO kablam! | ^ help: consider using `_i` instead Oct 15 00:47:55.252 INFO kablam! Oct 15 00:47:55.252 INFO kablam! warning: unused variable: `k` Oct 15 00:47:55.252 INFO kablam! --> src/main.rs:38:9 Oct 15 00:47:55.252 INFO kablam! | Oct 15 00:47:55.252 INFO kablam! 38 | let k: &[char] = &j[..]; Oct 15 00:47:55.252 INFO kablam! | ^ help: consider using `_k` instead Oct 15 00:47:55.252 INFO kablam! Oct 15 00:47:55.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 15 00:47:55.903 INFO kablam! su: No module specific data is present Oct 15 00:47:56.883 INFO running `"docker" "rm" "-f" "9431dd80bd30dc8a621ede395639f1282f2c81d7fe8748605d877212bf8dcc99"` Oct 15 00:47:57.174 INFO blam! 9431dd80bd30dc8a621ede395639f1282f2c81d7fe8748605d877212bf8dcc99 Oct 15 00:47:57.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 00:47:57.615 INFO blam! c7b5f9093baac7a12a3f558bf2fcff56119c33b6337ff46284fcf79633999338 Oct 15 00:47:57.623 INFO running `"docker" "start" "-a" "c7b5f9093baac7a12a3f558bf2fcff56119c33b6337ff46284fcf79633999338"` Oct 15 00:47:58.775 INFO kablam! usermod: no changes Oct 15 00:47:58.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 00:47:58.840 INFO blam! Oct 15 00:47:58.840 INFO kablam! Running /target/debug/deps/rust_types-82cd62333cc85fed Oct 15 00:47:58.840 INFO blam! running 0 tests Oct 15 00:47:58.840 INFO blam! Oct 15 00:47:58.840 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:47:58.840 INFO blam! Oct 15 00:47:58.841 INFO kablam! su: No module specific data is present Oct 15 00:47:59.455 INFO running `"docker" "rm" "-f" "c7b5f9093baac7a12a3f558bf2fcff56119c33b6337ff46284fcf79633999338"` Oct 15 00:47:59.695 INFO blam! c7b5f9093baac7a12a3f558bf2fcff56119c33b6337ff46284fcf79633999338