Oct 15 02:05:24.968 INFO testing boyter/rcc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:05:24.968 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 02:05:25.388 INFO blam! 2fe7b12188b6da6210457a55bae0d7f2c444c0e458be9b8b43ac8278f060e607 Oct 15 02:05:25.399 INFO running `"docker" "start" "-a" "2fe7b12188b6da6210457a55bae0d7f2c444c0e458be9b8b43ac8278f060e607"` Oct 15 02:05:26.783 INFO kablam! usermod: no changes Oct 15 02:05:26.863 INFO kablam! Compiling walkdir v2.2.0 Oct 15 02:05:28.120 INFO kablam! Compiling rcc v0.1.0 (/source) Oct 15 02:05:28.455 INFO kablam! warning: variable `bytes_count` is assigned to, but never used Oct 15 02:05:28.455 INFO kablam! --> src/main.rs:45:13 Oct 15 02:05:28.455 INFO kablam! | Oct 15 02:05:28.455 INFO kablam! 45 | let mut bytes_count: u32; Oct 15 02:05:28.455 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:05:28.455 INFO kablam! | Oct 15 02:05:28.455 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:05:28.455 INFO kablam! = note: consider using `_bytes_count` instead Oct 15 02:05:28.455 INFO kablam! Oct 15 02:05:28.455 INFO kablam! warning: value assigned to `bytes_count` is never read Oct 15 02:05:28.455 INFO kablam! --> src/main.rs:47:5 Oct 15 02:05:28.455 INFO kablam! | Oct 15 02:05:28.455 INFO kablam! 47 | bytes_count = 0; Oct 15 02:05:28.455 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:05:28.455 INFO kablam! | Oct 15 02:05:28.455 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 02:05:28.456 INFO kablam! Oct 15 02:05:28.457 INFO kablam! warning: variable does not need to be mutable Oct 15 02:05:28.457 INFO kablam! --> src/main.rs:45:9 Oct 15 02:05:28.458 INFO kablam! | Oct 15 02:05:28.458 INFO kablam! 45 | let mut bytes_count: u32; Oct 15 02:05:28.458 INFO kablam! | ----^^^^^^^^^^^ Oct 15 02:05:28.458 INFO kablam! | | Oct 15 02:05:28.458 INFO kablam! | help: remove this `mut` Oct 15 02:05:28.458 INFO kablam! | Oct 15 02:05:28.458 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:05:28.458 INFO kablam! Oct 15 02:05:28.458 INFO kablam! warning: field is never used: `code` Oct 15 02:05:28.458 INFO kablam! --> src/main.rs:67:5 Oct 15 02:05:28.458 INFO kablam! | Oct 15 02:05:28.458 INFO kablam! 67 | code: u32, Oct 15 02:05:28.458 INFO kablam! | ^^^^^^^^^ Oct 15 02:05:28.458 INFO kablam! | Oct 15 02:05:28.458 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:05:28.458 INFO kablam! Oct 15 02:05:28.458 INFO kablam! warning: field is never used: `comment` Oct 15 02:05:28.458 INFO kablam! --> src/main.rs:68:5 Oct 15 02:05:28.458 INFO kablam! | Oct 15 02:05:28.458 INFO kablam! 68 | comment: u32, Oct 15 02:05:28.458 INFO kablam! | ^^^^^^^^^^^^ Oct 15 02:05:28.458 INFO kablam! Oct 15 02:05:28.458 INFO kablam! warning: field is never used: `blank` Oct 15 02:05:28.458 INFO kablam! --> src/main.rs:69:5 Oct 15 02:05:28.458 INFO kablam! | Oct 15 02:05:28.458 INFO kablam! 69 | blank: u32, Oct 15 02:05:28.458 INFO kablam! | ^^^^^^^^^^ Oct 15 02:05:28.458 INFO kablam! Oct 15 02:05:28.466 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 02:05:28.466 INFO kablam! --> src/main.rs:16:9 Oct 15 02:05:28.466 INFO kablam! | Oct 15 02:05:28.466 INFO kablam! 16 | process_file(&mut file_job); Oct 15 02:05:28.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:05:28.466 INFO kablam! | Oct 15 02:05:28.466 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:05:28.466 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 02:05:28.466 INFO kablam! Oct 15 02:05:29.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.18s Oct 15 02:05:29.007 INFO kablam! su: No module specific data is present Oct 15 02:05:29.531 INFO running `"docker" "rm" "-f" "2fe7b12188b6da6210457a55bae0d7f2c444c0e458be9b8b43ac8278f060e607"` Oct 15 02:05:29.771 INFO blam! 2fe7b12188b6da6210457a55bae0d7f2c444c0e458be9b8b43ac8278f060e607 Oct 15 02:05:29.783 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 02:05:30.308 INFO blam! 9d6b9d6af64f46a868c655c819b8e8c8d5bb78d7feaeeb503ed817453b737d83 Oct 15 02:05:30.311 INFO running `"docker" "start" "-a" "9d6b9d6af64f46a868c655c819b8e8c8d5bb78d7feaeeb503ed817453b737d83"` Oct 15 02:05:31.287 INFO kablam! usermod: no changes Oct 15 02:05:31.360 INFO kablam! Compiling rcc v0.1.0 (/source) Oct 15 02:05:31.775 INFO kablam! warning: variable `bytes_count` is assigned to, but never used Oct 15 02:05:31.775 INFO kablam! --> src/main.rs:45:13 Oct 15 02:05:31.775 INFO kablam! | Oct 15 02:05:31.775 INFO kablam! 45 | let mut bytes_count: u32; Oct 15 02:05:31.775 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:05:31.775 INFO kablam! | Oct 15 02:05:31.775 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:05:31.775 INFO kablam! = note: consider using `_bytes_count` instead Oct 15 02:05:31.775 INFO kablam! Oct 15 02:05:31.775 INFO kablam! warning: value assigned to `bytes_count` is never read Oct 15 02:05:31.775 INFO kablam! --> src/main.rs:47:5 Oct 15 02:05:31.775 INFO kablam! | Oct 15 02:05:31.775 INFO kablam! 47 | bytes_count = 0; Oct 15 02:05:31.776 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:05:31.776 INFO kablam! | Oct 15 02:05:31.776 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 02:05:31.776 INFO kablam! Oct 15 02:05:31.779 INFO kablam! warning: variable does not need to be mutable Oct 15 02:05:31.779 INFO kablam! --> src/main.rs:45:9 Oct 15 02:05:31.779 INFO kablam! | Oct 15 02:05:31.779 INFO kablam! 45 | let mut bytes_count: u32; Oct 15 02:05:31.779 INFO kablam! | ----^^^^^^^^^^^ Oct 15 02:05:31.779 INFO kablam! | | Oct 15 02:05:31.779 INFO kablam! | help: remove this `mut` Oct 15 02:05:31.779 INFO kablam! | Oct 15 02:05:31.779 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:05:31.779 INFO kablam! Oct 15 02:05:31.779 INFO kablam! warning: field is never used: `code` Oct 15 02:05:31.780 INFO kablam! --> src/main.rs:67:5 Oct 15 02:05:31.780 INFO kablam! | Oct 15 02:05:31.780 INFO kablam! 67 | code: u32, Oct 15 02:05:31.780 INFO kablam! | ^^^^^^^^^ Oct 15 02:05:31.780 INFO kablam! | Oct 15 02:05:31.780 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:05:31.780 INFO kablam! Oct 15 02:05:31.780 INFO kablam! warning: field is never used: `comment` Oct 15 02:05:31.780 INFO kablam! --> src/main.rs:68:5 Oct 15 02:05:31.780 INFO kablam! | Oct 15 02:05:31.780 INFO kablam! 68 | comment: u32, Oct 15 02:05:31.780 INFO kablam! | ^^^^^^^^^^^^ Oct 15 02:05:31.780 INFO kablam! Oct 15 02:05:31.780 INFO kablam! warning: field is never used: `blank` Oct 15 02:05:31.780 INFO kablam! --> src/main.rs:69:5 Oct 15 02:05:31.780 INFO kablam! | Oct 15 02:05:31.780 INFO kablam! 69 | blank: u32, Oct 15 02:05:31.780 INFO kablam! | ^^^^^^^^^^ Oct 15 02:05:31.780 INFO kablam! Oct 15 02:05:31.791 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 02:05:31.791 INFO kablam! --> src/main.rs:16:9 Oct 15 02:05:31.791 INFO kablam! | Oct 15 02:05:31.791 INFO kablam! 16 | process_file(&mut file_job); Oct 15 02:05:31.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:05:31.791 INFO kablam! | Oct 15 02:05:31.791 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:05:31.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 02:05:31.791 INFO kablam! Oct 15 02:05:32.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 15 02:05:32.386 INFO kablam! su: No module specific data is present Oct 15 02:05:32.895 INFO running `"docker" "rm" "-f" "9d6b9d6af64f46a868c655c819b8e8c8d5bb78d7feaeeb503ed817453b737d83"` Oct 15 02:05:33.080 INFO blam! 9d6b9d6af64f46a868c655c819b8e8c8d5bb78d7feaeeb503ed817453b737d83 Oct 15 02:05:33.091 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 02:05:33.513 INFO blam! 225c8b3625afc821b19ab8193b4dd255652132bfb00c64c3fc45e9af8cf70028 Oct 15 02:05:33.517 INFO running `"docker" "start" "-a" "225c8b3625afc821b19ab8193b4dd255652132bfb00c64c3fc45e9af8cf70028"` Oct 15 02:05:34.503 INFO kablam! usermod: no changes Oct 15 02:05:34.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 02:05:34.539 INFO kablam! Running /target/debug/deps/rcc-ba4856924e301281 Oct 15 02:05:34.540 INFO blam! Oct 15 02:05:34.540 INFO blam! running 0 tests Oct 15 02:05:34.540 INFO blam! Oct 15 02:05:34.540 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:05:34.540 INFO blam! Oct 15 02:05:34.545 INFO kablam! su: No module specific data is present Oct 15 02:05:35.099 INFO running `"docker" "rm" "-f" "225c8b3625afc821b19ab8193b4dd255652132bfb00c64c3fc45e9af8cf70028"` Oct 15 02:05:35.379 INFO blam! 225c8b3625afc821b19ab8193b4dd255652132bfb00c64c3fc45e9af8cf70028