Oct 15 17:24:39.826 INFO testing subunit-rust-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:24:39.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 17:24:40.261 INFO blam! 0997b980d7b2c9e4cc42a0b253a4bd7d694449522ef8e48a6cd4386fc90052bb Oct 15 17:24:40.263 INFO running `"docker" "start" "-a" "0997b980d7b2c9e4cc42a0b253a4bd7d694449522ef8e48a6cd4386fc90052bb"` Oct 15 17:24:41.852 INFO kablam! usermod: no changes Oct 15 17:24:41.967 INFO kablam! Compiling subunit-rust v0.1.2 (/source) Oct 15 17:24:43.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.115 INFO kablam! --> src/lib.rs:177:9 Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! 177 | ret.write_u8(value as u8); Oct 15 17:24:43.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 17:24:43.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.115 INFO kablam! Oct 15 17:24:43.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.115 INFO kablam! --> src/lib.rs:182:9 Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! 182 | ret.write_u16::(value as u16 | 0x4000); Oct 15 17:24:43.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.115 INFO kablam! Oct 15 17:24:43.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.115 INFO kablam! --> src/lib.rs:187:9 Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! 187 | ret.write_u8(((value >> 16) | 0x80) as u8); Oct 15 17:24:43.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.115 INFO kablam! Oct 15 17:24:43.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.115 INFO kablam! --> src/lib.rs:188:9 Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! 188 | ret.write_u16::(value as u16 & 0xffff); Oct 15 17:24:43.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.115 INFO kablam! Oct 15 17:24:43.115 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.115 INFO kablam! --> src/lib.rs:193:9 Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! 193 | ret.write_u32::(value | 0xC0000000); Oct 15 17:24:43.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.115 INFO kablam! | Oct 15 17:24:43.115 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.116 INFO kablam! Oct 15 17:24:43.116 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.116 INFO kablam! --> src/lib.rs:202:5 Oct 15 17:24:43.116 INFO kablam! | Oct 15 17:24:43.116 INFO kablam! 202 | out.write(string.as_bytes()); Oct 15 17:24:43.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.116 INFO kablam! | Oct 15 17:24:43.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.116 INFO kablam! Oct 15 17:24:43.125 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:43.125 INFO kablam! --> src/lib.rs:423:13 Oct 15 17:24:43.125 INFO kablam! | Oct 15 17:24:43.125 INFO kablam! 423 | file_content.write(self.file_content.as_ref().unwrap()); Oct 15 17:24:43.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:43.125 INFO kablam! | Oct 15 17:24:43.125 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:43.125 INFO kablam! Oct 15 17:24:43.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 15 17:24:43.675 INFO kablam! su: No module specific data is present Oct 15 17:24:44.606 INFO running `"docker" "rm" "-f" "0997b980d7b2c9e4cc42a0b253a4bd7d694449522ef8e48a6cd4386fc90052bb"` Oct 15 17:24:44.963 INFO blam! 0997b980d7b2c9e4cc42a0b253a4bd7d694449522ef8e48a6cd4386fc90052bb Oct 15 17:24:44.965 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 17:24:45.426 INFO blam! 07f275dfcacfe5d8204b227bbeaaa41b46f11b0e7605bcfc71f32df5a4a61688 Oct 15 17:24:45.428 INFO running `"docker" "start" "-a" "07f275dfcacfe5d8204b227bbeaaa41b46f11b0e7605bcfc71f32df5a4a61688"` Oct 15 17:24:46.771 INFO kablam! usermod: no changes Oct 15 17:24:46.875 INFO kablam! Compiling subunit-rust v0.1.2 (/source) Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:177:9 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 177 | ret.write_u8(value as u8); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:182:9 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 182 | ret.write_u16::(value as u16 | 0x4000); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:187:9 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 187 | ret.write_u8(((value >> 16) | 0x80) as u8); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:188:9 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 188 | ret.write_u16::(value as u16 & 0xffff); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:193:9 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 193 | ret.write_u32::(value | 0xC0000000); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:202:5 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 202 | out.write(string.as_bytes()); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:48.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:48.195 INFO kablam! --> src/lib.rs:423:13 Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! 423 | file_content.write(self.file_content.as_ref().unwrap()); Oct 15 17:24:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:48.195 INFO kablam! | Oct 15 17:24:48.195 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:48.195 INFO kablam! Oct 15 17:24:49.766 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.97s Oct 15 17:24:49.780 INFO kablam! su: No module specific data is present Oct 15 17:24:50.907 INFO running `"docker" "rm" "-f" "07f275dfcacfe5d8204b227bbeaaa41b46f11b0e7605bcfc71f32df5a4a61688"` Oct 15 17:24:51.267 INFO blam! 07f275dfcacfe5d8204b227bbeaaa41b46f11b0e7605bcfc71f32df5a4a61688 Oct 15 17:24:51.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 17:24:51.747 INFO blam! 8dfe50b91a16732fa27f833395590bc5695487293c0a7103f6a9ca8ea499fc8b Oct 15 17:24:51.755 INFO running `"docker" "start" "-a" "8dfe50b91a16732fa27f833395590bc5695487293c0a7103f6a9ca8ea499fc8b"` Oct 15 17:24:53.040 INFO kablam! usermod: no changes Oct 15 17:24:53.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 17:24:53.123 INFO kablam! Running /target/debug/deps/subunit_rust-8a1c235851436f9f Oct 15 17:24:53.139 INFO kablam! Doc-tests subunit-rust Oct 15 17:24:53.139 INFO blam! Oct 15 17:24:53.140 INFO blam! running 2 tests Oct 15 17:24:53.140 INFO blam! test tests::test_write_event ... ok Oct 15 17:24:53.140 INFO blam! test tests::test_write_full_test_event_with_file_content ... ok Oct 15 17:24:53.141 INFO blam! Oct 15 17:24:53.141 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:24:53.142 INFO blam! Oct 15 17:24:54.315 INFO blam! Oct 15 17:24:54.315 INFO blam! running 0 tests Oct 15 17:24:54.315 INFO blam! Oct 15 17:24:54.315 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:24:54.315 INFO blam! Oct 15 17:24:54.331 INFO kablam! su: No module specific data is present Oct 15 17:24:54.950 INFO running `"docker" "rm" "-f" "8dfe50b91a16732fa27f833395590bc5695487293c0a7103f6a9ca8ea499fc8b"` Oct 15 17:24:55.447 INFO blam! 8dfe50b91a16732fa27f833395590bc5695487293c0a7103f6a9ca8ea499fc8b