Oct 14 12:53:14.801 INFO testing luxrck/rgssad against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:53:14.803 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.255 INFO blam! 3f2fe87675a9fdc1c6e27ae9b39c7c8d2b9e93294daa4670f8fdfe4ef7ab5d77 Oct 14 12:53:15.255 INFO running `"docker" "start" "-a" "3f2fe87675a9fdc1c6e27ae9b39c7c8d2b9e93294daa4670f8fdfe4ef7ab5d77"` Oct 14 12:53:16.086 INFO kablam! usermod: no changes Oct 14 12:53:16.151 INFO kablam! Compiling libc v0.2.40 Oct 14 12:53:17.406 INFO kablam! Compiling memchr v2.0.1 Oct 14 12:53:17.863 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 12:53:18.783 INFO kablam! Compiling regex v1.0.0 Oct 14 12:53:28.267 INFO kablam! Compiling rgssad v0.1.4 (/source) Oct 14 12:53:28.695 INFO kablam! warning: unused variable: `key` Oct 14 12:53:28.695 INFO kablam! --> src/main.rs:291:21 Oct 14 12:53:28.695 INFO kablam! | Oct 14 12:53:28.695 INFO kablam! 291 | let key = path.strip_prefix(r).unwrap().to_str().unwrap(); Oct 14 12:53:28.695 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 12:53:28.695 INFO kablam! | Oct 14 12:53:28.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:53:28.695 INFO kablam! Oct 14 12:53:28.695 INFO kablam! warning: unused variable: `stream` Oct 14 12:53:28.695 INFO kablam! --> src/main.rs:292:25 Oct 14 12:53:28.695 INFO kablam! | Oct 14 12:53:28.695 INFO kablam! 292 | let mut stream = File::open(&path).unwrap(); Oct 14 12:53:28.695 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 14 12:53:28.695 INFO kablam! Oct 14 12:53:28.695 INFO kablam! warning: unused variable: `buf` Oct 14 12:53:28.695 INFO kablam! --> src/main.rs:76:25 Oct 14 12:53:28.695 INFO kablam! | Oct 14 12:53:28.695 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:28.695 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 14 12:53:28.695 INFO kablam! Oct 14 12:53:28.729 INFO kablam! warning: function is never used: `wu32` Oct 14 12:53:28.729 INFO kablam! --> src/main.rs:47:1 Oct 14 12:53:28.729 INFO kablam! | Oct 14 12:53:28.729 INFO kablam! 47 | fn wu32(stream: &mut File, data: &u32) -> bool { Oct 14 12:53:28.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:28.729 INFO kablam! | Oct 14 12:53:28.731 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:53:28.731 INFO kablam! Oct 14 12:53:28.731 INFO kablam! warning: method is never used: `write` Oct 14 12:53:28.731 INFO kablam! --> src/main.rs:76:5 Oct 14 12:53:28.731 INFO kablam! | Oct 14 12:53:28.731 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:28.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:28.731 INFO kablam! Oct 14 12:53:28.731 INFO kablam! warning: field is never used: `magic` Oct 14 12:53:28.731 INFO kablam! --> src/main.rs:120:5 Oct 14 12:53:28.731 INFO kablam! | Oct 14 12:53:28.731 INFO kablam! 120 | magic: u32, Oct 14 12:53:28.731 INFO kablam! | ^^^^^^^^^^ Oct 14 12:53:28.731 INFO kablam! Oct 14 12:53:28.731 INFO kablam! warning: field is never used: `version` Oct 14 12:53:28.731 INFO kablam! --> src/main.rs:121:5 Oct 14 12:53:28.731 INFO kablam! | Oct 14 12:53:28.731 INFO kablam! 121 | version: u8, Oct 14 12:53:28.731 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:53:28.731 INFO kablam! Oct 14 12:53:28.735 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:53:28.735 INFO kablam! --> src/main.rs:133:9 Oct 14 12:53:28.735 INFO kablam! | Oct 14 12:53:28.735 INFO kablam! 133 | stream.write_all(&[b'R', b'G', b'S', b'S', b'A', b'D', version]); Oct 14 12:53:28.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:28.735 INFO kablam! | Oct 14 12:53:28.736 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:53:28.736 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:53:28.736 INFO kablam! Oct 14 12:53:30.413 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.30s Oct 14 12:53:30.417 INFO kablam! su: No module specific data is present Oct 14 12:53:32.052 INFO running `"docker" "rm" "-f" "3f2fe87675a9fdc1c6e27ae9b39c7c8d2b9e93294daa4670f8fdfe4ef7ab5d77"` Oct 14 12:53:32.284 INFO blam! 3f2fe87675a9fdc1c6e27ae9b39c7c8d2b9e93294daa4670f8fdfe4ef7ab5d77 Oct 14 12:53:32.291 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:32.808 INFO blam! 6281acd3324aaf8e59fa012c8a992ffff62bde57b6fb1896440ce9c0d18f9ef8 Oct 14 12:53:32.810 INFO running `"docker" "start" "-a" "6281acd3324aaf8e59fa012c8a992ffff62bde57b6fb1896440ce9c0d18f9ef8"` Oct 14 12:53:35.103 INFO kablam! usermod: no changes Oct 14 12:53:35.223 INFO kablam! Compiling rgssad v0.1.4 (/source) Oct 14 12:53:35.686 INFO kablam! warning: unused variable: `key` Oct 14 12:53:35.686 INFO kablam! --> src/main.rs:291:21 Oct 14 12:53:35.686 INFO kablam! | Oct 14 12:53:35.686 INFO kablam! 291 | let key = path.strip_prefix(r).unwrap().to_str().unwrap(); Oct 14 12:53:35.686 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 12:53:35.686 INFO kablam! | Oct 14 12:53:35.686 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:53:35.686 INFO kablam! Oct 14 12:53:35.686 INFO kablam! warning: unused variable: `stream` Oct 14 12:53:35.686 INFO kablam! --> src/main.rs:292:25 Oct 14 12:53:35.686 INFO kablam! | Oct 14 12:53:35.686 INFO kablam! 292 | let mut stream = File::open(&path).unwrap(); Oct 14 12:53:35.686 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 14 12:53:35.686 INFO kablam! Oct 14 12:53:35.686 INFO kablam! warning: unused variable: `buf` Oct 14 12:53:35.686 INFO kablam! --> src/main.rs:76:25 Oct 14 12:53:35.686 INFO kablam! | Oct 14 12:53:35.686 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:35.686 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 14 12:53:35.686 INFO kablam! Oct 14 12:53:35.725 INFO kablam! warning: function is never used: `wu32` Oct 14 12:53:35.725 INFO kablam! --> src/main.rs:47:1 Oct 14 12:53:35.725 INFO kablam! | Oct 14 12:53:35.725 INFO kablam! 47 | fn wu32(stream: &mut File, data: &u32) -> bool { Oct 14 12:53:35.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:35.725 INFO kablam! | Oct 14 12:53:35.725 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:53:35.725 INFO kablam! Oct 14 12:53:35.725 INFO kablam! warning: method is never used: `write` Oct 14 12:53:35.725 INFO kablam! --> src/main.rs:76:5 Oct 14 12:53:35.725 INFO kablam! | Oct 14 12:53:35.725 INFO kablam! 76 | fn write(&mut self, buf: &Take) { Oct 14 12:53:35.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:35.726 INFO kablam! Oct 14 12:53:35.726 INFO kablam! warning: field is never used: `magic` Oct 14 12:53:35.726 INFO kablam! --> src/main.rs:120:5 Oct 14 12:53:35.726 INFO kablam! | Oct 14 12:53:35.726 INFO kablam! 120 | magic: u32, Oct 14 12:53:35.726 INFO kablam! | ^^^^^^^^^^ Oct 14 12:53:35.726 INFO kablam! Oct 14 12:53:35.726 INFO kablam! warning: field is never used: `version` Oct 14 12:53:35.726 INFO kablam! --> src/main.rs:121:5 Oct 14 12:53:35.726 INFO kablam! | Oct 14 12:53:35.726 INFO kablam! 121 | version: u8, Oct 14 12:53:35.726 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:53:35.726 INFO kablam! Oct 14 12:53:35.728 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:53:35.728 INFO kablam! --> src/main.rs:133:9 Oct 14 12:53:35.728 INFO kablam! | Oct 14 12:53:35.728 INFO kablam! 133 | stream.write_all(&[b'R', b'G', b'S', b'S', b'A', b'D', version]); Oct 14 12:53:35.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:53:35.728 INFO kablam! | Oct 14 12:53:35.728 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:53:35.729 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:53:35.729 INFO kablam! Oct 14 12:53:36.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 14 12:53:36.314 INFO kablam! su: No module specific data is present Oct 14 12:53:37.757 INFO running `"docker" "rm" "-f" "6281acd3324aaf8e59fa012c8a992ffff62bde57b6fb1896440ce9c0d18f9ef8"` Oct 14 12:53:38.124 INFO blam! 6281acd3324aaf8e59fa012c8a992ffff62bde57b6fb1896440ce9c0d18f9ef8 Oct 14 12:53:38.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:38.779 INFO blam! 2b44571ac2eb69f74d1fee9b46d9410ba7c788a311209efbc1202b72d3692781 Oct 14 12:53:38.781 INFO running `"docker" "start" "-a" "2b44571ac2eb69f74d1fee9b46d9410ba7c788a311209efbc1202b72d3692781"` Oct 14 12:53:40.903 INFO kablam! usermod: no changes Oct 14 12:53:40.998 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 12:53:41.007 INFO blam! Oct 14 12:53:41.007 INFO blam! running 0 tests Oct 14 12:53:41.007 INFO blam! Oct 14 12:53:41.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:53:41.007 INFO blam! Oct 14 12:53:41.008 INFO kablam! Running /target/debug/deps/rgssad-ff1e443c487f3dd2 Oct 14 12:53:41.014 INFO kablam! su: No module specific data is present Oct 14 12:53:41.881 INFO running `"docker" "rm" "-f" "2b44571ac2eb69f74d1fee9b46d9410ba7c788a311209efbc1202b72d3692781"` Oct 14 12:53:42.153 INFO blam! 2b44571ac2eb69f74d1fee9b46d9410ba7c788a311209efbc1202b72d3692781