Oct 14 12:53:15.518 INFO testing luxrck/rgssad against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:53:15.518 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 14 12:53:15.875 INFO blam! e994038c123ae3a0966baa30f5d1dd04e39d556fbc89179ea43ed0dfd4e785e2 Oct 14 12:53:15.878 INFO running `"docker" "start" "-a" "e994038c123ae3a0966baa30f5d1dd04e39d556fbc89179ea43ed0dfd4e785e2"` Oct 14 12:53:16.664 INFO kablam! usermod: no changes Oct 14 12:53:16.747 INFO kablam! Compiling libc v0.2.40 Oct 14 12:53:16.755 INFO kablam! Compiling regex v1.0.0 Oct 14 12:53:16.755 INFO kablam! Compiling regex-syntax v0.6.0 Oct 14 12:53:18.498 INFO kablam! Compiling memchr v2.0.1 Oct 14 12:53:19.032 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 12:53:38.603 INFO kablam! Compiling rgssad v0.1.4 (/source) Oct 14 12:53:38.996 INFO kablam! warning: unused variable: `key` Oct 14 12:53:38.997 INFO kablam! --> src/main.rs:291:21 Oct 14 12:53:38.997 INFO kablam! | Oct 14 12:53:38.997 INFO kablam! 291 | let key = path.strip_prefix(r).unwrap().to_str().unwrap(); Oct 14 12:53:38.998 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 12:53:38.998 INFO kablam! | Oct 14 12:53:38.998 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:53:38.999 INFO kablam! Oct 14 12:53:38.999 INFO kablam! warning: unused variable: `stream` Oct 14 12:53:38.999 INFO kablam! --> src/main.rs:292:25 Oct 14 12:53:38.999 INFO kablam! | Oct 14 12:53:39.000 INFO kablam! 292 | let mut stream = File::open(&path).unwrap(); Oct 14 12:53:39.000 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 14 12:53:39.000 INFO kablam! Oct 14 12:53:39.000 INFO kablam! warning: unused variable: `buf` Oct 14 12:53:39.001 INFO kablam! --> src/main.rs:76:25 Oct 14 12:53:39.001 INFO kablam! | Oct 14 12:53:39.001 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:39.002 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 14 12:53:39.002 INFO kablam! Oct 14 12:53:39.043 INFO kablam! warning: function is never used: `wu32` Oct 14 12:53:39.043 INFO kablam! --> src/main.rs:47:1 Oct 14 12:53:39.044 INFO kablam! | Oct 14 12:53:39.044 INFO kablam! 47 | fn wu32(stream: &mut File, data: &u32) -> bool { Oct 14 12:53:39.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:39.045 INFO kablam! | Oct 14 12:53:39.045 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:53:39.045 INFO kablam! Oct 14 12:53:39.046 INFO kablam! warning: method is never used: `write` Oct 14 12:53:39.046 INFO kablam! --> src/main.rs:76:5 Oct 14 12:53:39.046 INFO kablam! | Oct 14 12:53:39.047 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:39.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:39.047 INFO kablam! Oct 14 12:53:39.048 INFO kablam! warning: field is never used: `magic` Oct 14 12:53:39.048 INFO kablam! --> src/main.rs:120:5 Oct 14 12:53:39.048 INFO kablam! | Oct 14 12:53:39.048 INFO kablam! 120 | magic: u32, Oct 14 12:53:39.049 INFO kablam! | ^^^^^^^^^^ Oct 14 12:53:39.049 INFO kablam! Oct 14 12:53:39.049 INFO kablam! warning: field is never used: `version` Oct 14 12:53:39.049 INFO kablam! --> src/main.rs:121:5 Oct 14 12:53:39.050 INFO kablam! | Oct 14 12:53:39.050 INFO kablam! 121 | version: u8, Oct 14 12:53:39.050 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:53:39.051 INFO kablam! Oct 14 12:53:39.051 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:53:39.051 INFO kablam! --> src/main.rs:133:9 Oct 14 12:53:39.052 INFO kablam! | Oct 14 12:53:39.052 INFO kablam! 133 | stream.write_all(&[b'R', b'G', b'S', b'S', b'A', b'D', version]); Oct 14 12:53:39.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:39.052 INFO kablam! | Oct 14 12:53:39.053 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:53:39.053 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:53:39.053 INFO kablam! Oct 14 12:53:40.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.03s Oct 14 12:53:40.729 INFO kablam! su: No module specific data is present Oct 14 12:53:41.687 INFO running `"docker" "rm" "-f" "e994038c123ae3a0966baa30f5d1dd04e39d556fbc89179ea43ed0dfd4e785e2"` Oct 14 12:53:41.927 INFO blam! e994038c123ae3a0966baa30f5d1dd04e39d556fbc89179ea43ed0dfd4e785e2 Oct 14 12:53:41.935 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 14 12:53:42.319 INFO blam! 76fd4aa43af43465b459201d44c1d1cb515bf094d3827ff6f42149fdaed50e1d Oct 14 12:53:42.327 INFO running `"docker" "start" "-a" "76fd4aa43af43465b459201d44c1d1cb515bf094d3827ff6f42149fdaed50e1d"` Oct 14 12:53:43.699 INFO kablam! usermod: no changes Oct 14 12:53:43.767 INFO kablam! Compiling rgssad v0.1.4 (/source) Oct 14 12:53:44.127 INFO kablam! warning: unused variable: `key` Oct 14 12:53:44.127 INFO kablam! --> src/main.rs:291:21 Oct 14 12:53:44.127 INFO kablam! | Oct 14 12:53:44.127 INFO kablam! 291 | let key = path.strip_prefix(r).unwrap().to_str().unwrap(); Oct 14 12:53:44.127 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 12:53:44.127 INFO kablam! | Oct 14 12:53:44.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:53:44.127 INFO kablam! Oct 14 12:53:44.127 INFO kablam! warning: unused variable: `stream` Oct 14 12:53:44.127 INFO kablam! --> src/main.rs:292:25 Oct 14 12:53:44.127 INFO kablam! | Oct 14 12:53:44.127 INFO kablam! 292 | let mut stream = File::open(&path).unwrap(); Oct 14 12:53:44.127 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 14 12:53:44.127 INFO kablam! Oct 14 12:53:44.127 INFO kablam! warning: unused variable: `buf` Oct 14 12:53:44.127 INFO kablam! --> src/main.rs:76:25 Oct 14 12:53:44.127 INFO kablam! | Oct 14 12:53:44.127 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:44.127 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 14 12:53:44.127 INFO kablam! Oct 14 12:53:44.179 INFO kablam! warning: function is never used: `wu32` Oct 14 12:53:44.179 INFO kablam! --> src/main.rs:47:1 Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! 47 | fn wu32(stream: &mut File, data: &u32) -> bool { Oct 14 12:53:44.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:53:44.179 INFO kablam! Oct 14 12:53:44.179 INFO kablam! warning: method is never used: `write` Oct 14 12:53:44.179 INFO kablam! --> src/main.rs:76:5 Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:44.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:44.179 INFO kablam! Oct 14 12:53:44.179 INFO kablam! warning: field is never used: `magic` Oct 14 12:53:44.179 INFO kablam! --> src/main.rs:120:5 Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! 120 | magic: u32, Oct 14 12:53:44.179 INFO kablam! | ^^^^^^^^^^ Oct 14 12:53:44.179 INFO kablam! Oct 14 12:53:44.179 INFO kablam! warning: field is never used: `version` Oct 14 12:53:44.179 INFO kablam! --> src/main.rs:121:5 Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! 121 | version: u8, Oct 14 12:53:44.179 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:53:44.179 INFO kablam! Oct 14 12:53:44.179 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:53:44.179 INFO kablam! --> src/main.rs:133:9 Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! 133 | stream.write_all(&[b'R', b'G', b'S', b'S', b'A', b'D', version]); Oct 14 12:53:44.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:44.179 INFO kablam! | Oct 14 12:53:44.179 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:53:44.179 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:53:44.179 INFO kablam! Oct 14 12:53:44.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 14 12:53:44.612 INFO kablam! su: No module specific data is present Oct 14 12:53:45.533 INFO running `"docker" "rm" "-f" "76fd4aa43af43465b459201d44c1d1cb515bf094d3827ff6f42149fdaed50e1d"` Oct 14 12:53:45.867 INFO blam! 76fd4aa43af43465b459201d44c1d1cb515bf094d3827ff6f42149fdaed50e1d Oct 14 12:53:45.873 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 14 12:53:46.227 INFO blam! c5f016643eb8af16e5d7c24da892a5c73e5029ce5bf51e0fe1b2f6fbdde39ae4 Oct 14 12:53:46.235 INFO running `"docker" "start" "-a" "c5f016643eb8af16e5d7c24da892a5c73e5029ce5bf51e0fe1b2f6fbdde39ae4"` Oct 14 12:53:47.650 INFO kablam! usermod: no changes Oct 14 12:53:47.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 12:53:47.720 INFO kablam! Running /target/debug/deps/rgssad-667b2e89c08c6fc3 Oct 14 12:53:47.723 INFO blam! Oct 14 12:53:47.723 INFO blam! running 0 tests Oct 14 12:53:47.731 INFO blam! Oct 14 12:53:47.731 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:53:47.732 INFO blam! Oct 14 12:53:47.742 INFO kablam! su: No module specific data is present Oct 14 12:53:48.958 INFO running `"docker" "rm" "-f" "c5f016643eb8af16e5d7c24da892a5c73e5029ce5bf51e0fe1b2f6fbdde39ae4"` Oct 14 12:53:49.299 INFO blam! c5f016643eb8af16e5d7c24da892a5c73e5029ce5bf51e0fe1b2f6fbdde39ae4