Oct 11 01:57:00.836 INFO testing boyter/rcc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:57:00.837 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:57:00.838 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 11 01:57:01.154 INFO blam! ff47ca914e31d57b1f2843342f7e958d0f7dc67764bcf91ff33aeb5a8e46ce19 Oct 11 01:57:01.156 INFO running `"docker" "start" "-a" "ff47ca914e31d57b1f2843342f7e958d0f7dc67764bcf91ff33aeb5a8e46ce19"` Oct 11 01:57:02.908 INFO kablam! usermod: no changes Oct 11 01:57:03.008 INFO kablam! Compiling walkdir v2.2.0 Oct 11 01:57:04.700 INFO kablam! Compiling rcc v0.1.0 (/source) Oct 11 01:57:05.056 INFO kablam! warning: variable `bytes_count` is assigned to, but never used Oct 11 01:57:05.056 INFO kablam! --> src/main.rs:45:13 Oct 11 01:57:05.056 INFO kablam! | Oct 11 01:57:05.056 INFO kablam! 45 | let mut bytes_count: u32; Oct 11 01:57:05.056 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:57:05.056 INFO kablam! | Oct 11 01:57:05.056 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:57:05.056 INFO kablam! = note: consider using `_bytes_count` instead Oct 11 01:57:05.056 INFO kablam! Oct 11 01:57:05.056 INFO kablam! warning: value assigned to `bytes_count` is never read Oct 11 01:57:05.056 INFO kablam! --> src/main.rs:47:5 Oct 11 01:57:05.056 INFO kablam! | Oct 11 01:57:05.056 INFO kablam! 47 | bytes_count = 0; Oct 11 01:57:05.056 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:57:05.056 INFO kablam! | Oct 11 01:57:05.056 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 01:57:05.056 INFO kablam! Oct 11 01:57:05.071 INFO kablam! warning: variable does not need to be mutable Oct 11 01:57:05.071 INFO kablam! --> src/main.rs:45:9 Oct 11 01:57:05.071 INFO kablam! | Oct 11 01:57:05.071 INFO kablam! 45 | let mut bytes_count: u32; Oct 11 01:57:05.071 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:57:05.071 INFO kablam! | | Oct 11 01:57:05.071 INFO kablam! | help: remove this `mut` Oct 11 01:57:05.071 INFO kablam! | Oct 11 01:57:05.071 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:57:05.071 INFO kablam! Oct 11 01:57:05.071 INFO kablam! warning: field is never used: `code` Oct 11 01:57:05.071 INFO kablam! --> src/main.rs:67:5 Oct 11 01:57:05.071 INFO kablam! | Oct 11 01:57:05.071 INFO kablam! 67 | code: u32, Oct 11 01:57:05.071 INFO kablam! | ^^^^^^^^^ Oct 11 01:57:05.071 INFO kablam! | Oct 11 01:57:05.071 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:57:05.071 INFO kablam! Oct 11 01:57:05.071 INFO kablam! warning: field is never used: `comment` Oct 11 01:57:05.071 INFO kablam! --> src/main.rs:68:5 Oct 11 01:57:05.071 INFO kablam! | Oct 11 01:57:05.071 INFO kablam! 68 | comment: u32, Oct 11 01:57:05.071 INFO kablam! | ^^^^^^^^^^^^ Oct 11 01:57:05.071 INFO kablam! Oct 11 01:57:05.071 INFO kablam! warning: field is never used: `blank` Oct 11 01:57:05.071 INFO kablam! --> src/main.rs:69:5 Oct 11 01:57:05.071 INFO kablam! | Oct 11 01:57:05.071 INFO kablam! 69 | blank: u32, Oct 11 01:57:05.071 INFO kablam! | ^^^^^^^^^^ Oct 11 01:57:05.071 INFO kablam! Oct 11 01:57:05.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:57:05.080 INFO kablam! --> src/main.rs:16:9 Oct 11 01:57:05.080 INFO kablam! | Oct 11 01:57:05.080 INFO kablam! 16 | process_file(&mut file_job); Oct 11 01:57:05.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:57:05.080 INFO kablam! | Oct 11 01:57:05.080 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:57:05.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:57:05.080 INFO kablam! Oct 11 01:57:05.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.70s Oct 11 01:57:05.653 INFO kablam! su: No module specific data is present Oct 11 01:57:06.663 INFO running `"docker" "rm" "-f" "ff47ca914e31d57b1f2843342f7e958d0f7dc67764bcf91ff33aeb5a8e46ce19"` Oct 11 01:57:07.012 INFO blam! ff47ca914e31d57b1f2843342f7e958d0f7dc67764bcf91ff33aeb5a8e46ce19 Oct 11 01:57:07.014 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:57:07.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 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:57:07.422 INFO blam! a01a414e15eee7d5ca85f7f9d46ca62cd5f814c51fbadb491c0a0d16cb6fb963 Oct 11 01:57:07.424 INFO running `"docker" "start" "-a" "a01a414e15eee7d5ca85f7f9d46ca62cd5f814c51fbadb491c0a0d16cb6fb963"` Oct 11 01:57:08.996 INFO kablam! usermod: no changes Oct 11 01:57:09.064 INFO kablam! Compiling rcc v0.1.0 (/source) Oct 11 01:57:09.464 INFO kablam! warning: variable `bytes_count` is assigned to, but never used Oct 11 01:57:09.464 INFO kablam! --> src/main.rs:45:13 Oct 11 01:57:09.464 INFO kablam! | Oct 11 01:57:09.464 INFO kablam! 45 | let mut bytes_count: u32; Oct 11 01:57:09.464 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:57:09.464 INFO kablam! | Oct 11 01:57:09.464 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:57:09.464 INFO kablam! = note: consider using `_bytes_count` instead Oct 11 01:57:09.464 INFO kablam! Oct 11 01:57:09.464 INFO kablam! warning: value assigned to `bytes_count` is never read Oct 11 01:57:09.464 INFO kablam! --> src/main.rs:47:5 Oct 11 01:57:09.464 INFO kablam! | Oct 11 01:57:09.464 INFO kablam! 47 | bytes_count = 0; Oct 11 01:57:09.464 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:57:09.464 INFO kablam! | Oct 11 01:57:09.464 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 01:57:09.464 INFO kablam! Oct 11 01:57:09.476 INFO kablam! warning: variable does not need to be mutable Oct 11 01:57:09.476 INFO kablam! --> src/main.rs:45:9 Oct 11 01:57:09.476 INFO kablam! | Oct 11 01:57:09.476 INFO kablam! 45 | let mut bytes_count: u32; Oct 11 01:57:09.476 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:57:09.476 INFO kablam! | | Oct 11 01:57:09.476 INFO kablam! | help: remove this `mut` Oct 11 01:57:09.476 INFO kablam! | Oct 11 01:57:09.476 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:57:09.476 INFO kablam! Oct 11 01:57:09.476 INFO kablam! warning: field is never used: `code` Oct 11 01:57:09.476 INFO kablam! --> src/main.rs:67:5 Oct 11 01:57:09.476 INFO kablam! | Oct 11 01:57:09.476 INFO kablam! 67 | code: u32, Oct 11 01:57:09.476 INFO kablam! | ^^^^^^^^^ Oct 11 01:57:09.476 INFO kablam! | Oct 11 01:57:09.477 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:57:09.477 INFO kablam! Oct 11 01:57:09.477 INFO kablam! warning: field is never used: `comment` Oct 11 01:57:09.477 INFO kablam! --> src/main.rs:68:5 Oct 11 01:57:09.477 INFO kablam! | Oct 11 01:57:09.477 INFO kablam! 68 | comment: u32, Oct 11 01:57:09.477 INFO kablam! | ^^^^^^^^^^^^ Oct 11 01:57:09.477 INFO kablam! Oct 11 01:57:09.477 INFO kablam! warning: field is never used: `blank` Oct 11 01:57:09.477 INFO kablam! --> src/main.rs:69:5 Oct 11 01:57:09.477 INFO kablam! | Oct 11 01:57:09.477 INFO kablam! 69 | blank: u32, Oct 11 01:57:09.477 INFO kablam! | ^^^^^^^^^^ Oct 11 01:57:09.477 INFO kablam! Oct 11 01:57:09.484 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:57:09.484 INFO kablam! --> src/main.rs:16:9 Oct 11 01:57:09.484 INFO kablam! | Oct 11 01:57:09.484 INFO kablam! 16 | process_file(&mut file_job); Oct 11 01:57:09.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:57:09.484 INFO kablam! | Oct 11 01:57:09.484 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:57:09.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:57:09.484 INFO kablam! Oct 11 01:57:09.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 11 01:57:09.985 INFO kablam! su: No module specific data is present Oct 11 01:57:10.685 INFO running `"docker" "rm" "-f" "a01a414e15eee7d5ca85f7f9d46ca62cd5f814c51fbadb491c0a0d16cb6fb963"` Oct 11 01:57:10.950 INFO blam! a01a414e15eee7d5ca85f7f9d46ca62cd5f814c51fbadb491c0a0d16cb6fb963 Oct 11 01:57:10.958 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:57:10.958 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 11 01:57:11.490 INFO blam! b7d1c169072195cd4a342fd78f7f0727027f254e2d655d3c4e07b94e900af0b1 Oct 11 01:57:11.496 INFO running `"docker" "start" "-a" "b7d1c169072195cd4a342fd78f7f0727027f254e2d655d3c4e07b94e900af0b1"` Oct 11 01:57:13.160 INFO kablam! usermod: no changes Oct 11 01:57:13.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 01:57:13.217 INFO kablam! Running /target/debug/deps/rcc-ba4856924e301281 Oct 11 01:57:13.229 INFO blam! Oct 11 01:57:13.229 INFO blam! running 0 tests Oct 11 01:57:13.229 INFO blam! Oct 11 01:57:13.230 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:57:13.230 INFO kablam! su: No module specific data is present Oct 11 01:57:13.230 INFO blam! Oct 11 01:57:14.090 INFO running `"docker" "rm" "-f" "b7d1c169072195cd4a342fd78f7f0727027f254e2d655d3c4e07b94e900af0b1"` Oct 11 01:57:14.396 INFO blam! b7d1c169072195cd4a342fd78f7f0727027f254e2d655d3c4e07b94e900af0b1