Oct 15 17:24:41.929 INFO testing subunit-rust-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:24:41.929 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 17:24:42.303 INFO blam! 1e248736752c06490581ef86430548428af8debb7897b15f43cd7736bb918843 Oct 15 17:24:42.304 INFO running `"docker" "start" "-a" "1e248736752c06490581ef86430548428af8debb7897b15f43cd7736bb918843"` Oct 15 17:24:43.787 INFO kablam! usermod: no changes Oct 15 17:24:43.859 INFO kablam! Compiling subunit-rust v0.1.2 (/source) Oct 15 17:24:44.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.943 INFO kablam! --> src/lib.rs:177:9 Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! 177 | ret.write_u8(value as u8); Oct 15 17:24:44.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 17:24:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.943 INFO kablam! Oct 15 17:24:44.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.943 INFO kablam! --> src/lib.rs:182:9 Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! 182 | ret.write_u16::(value as u16 | 0x4000); Oct 15 17:24:44.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.943 INFO kablam! Oct 15 17:24:44.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.943 INFO kablam! --> src/lib.rs:187:9 Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! 187 | ret.write_u8(((value >> 16) | 0x80) as u8); Oct 15 17:24:44.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.943 INFO kablam! Oct 15 17:24:44.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.943 INFO kablam! --> src/lib.rs:188:9 Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! 188 | ret.write_u16::(value as u16 & 0xffff); Oct 15 17:24:44.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.943 INFO kablam! Oct 15 17:24:44.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.943 INFO kablam! --> src/lib.rs:193:9 Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! 193 | ret.write_u32::(value | 0xC0000000); Oct 15 17:24:44.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.943 INFO kablam! Oct 15 17:24:44.943 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.943 INFO kablam! --> src/lib.rs:202:5 Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! 202 | out.write(string.as_bytes()); Oct 15 17:24:44.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.943 INFO kablam! | Oct 15 17:24:44.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.943 INFO kablam! Oct 15 17:24:44.952 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:44.952 INFO kablam! --> src/lib.rs:423:13 Oct 15 17:24:44.952 INFO kablam! | Oct 15 17:24:44.952 INFO kablam! 423 | file_content.write(self.file_content.as_ref().unwrap()); Oct 15 17:24:44.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:44.952 INFO kablam! | Oct 15 17:24:44.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:44.952 INFO kablam! Oct 15 17:24:45.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 15 17:24:45.530 INFO kablam! su: No module specific data is present Oct 15 17:24:46.326 INFO running `"docker" "rm" "-f" "1e248736752c06490581ef86430548428af8debb7897b15f43cd7736bb918843"` Oct 15 17:24:46.537 INFO blam! 1e248736752c06490581ef86430548428af8debb7897b15f43cd7736bb918843 Oct 15 17:24:46.539 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 17:24:47.040 INFO blam! 84fda55728a701800cb05de592034c846380d87c7ed2a70670cd76d4ee01d298 Oct 15 17:24:47.043 INFO running `"docker" "start" "-a" "84fda55728a701800cb05de592034c846380d87c7ed2a70670cd76d4ee01d298"` Oct 15 17:24:49.060 INFO kablam! usermod: no changes Oct 15 17:24:49.163 INFO kablam! Compiling subunit-rust v0.1.2 (/source) Oct 15 17:24:50.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.355 INFO kablam! --> src/lib.rs:177:9 Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! 177 | ret.write_u8(value as u8); Oct 15 17:24:50.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 17:24:50.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.355 INFO kablam! Oct 15 17:24:50.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.355 INFO kablam! --> src/lib.rs:182:9 Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! 182 | ret.write_u16::(value as u16 | 0x4000); Oct 15 17:24:50.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.355 INFO kablam! Oct 15 17:24:50.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.355 INFO kablam! --> src/lib.rs:187:9 Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! 187 | ret.write_u8(((value >> 16) | 0x80) as u8); Oct 15 17:24:50.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.355 INFO kablam! Oct 15 17:24:50.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.355 INFO kablam! --> src/lib.rs:188:9 Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! 188 | ret.write_u16::(value as u16 & 0xffff); Oct 15 17:24:50.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.355 INFO kablam! Oct 15 17:24:50.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.355 INFO kablam! --> src/lib.rs:193:9 Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! 193 | ret.write_u32::(value | 0xC0000000); Oct 15 17:24:50.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.355 INFO kablam! | Oct 15 17:24:50.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.355 INFO kablam! Oct 15 17:24:50.356 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.356 INFO kablam! --> src/lib.rs:202:5 Oct 15 17:24:50.356 INFO kablam! | Oct 15 17:24:50.356 INFO kablam! 202 | out.write(string.as_bytes()); Oct 15 17:24:50.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.356 INFO kablam! | Oct 15 17:24:50.356 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.356 INFO kablam! Oct 15 17:24:50.356 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 17:24:50.356 INFO kablam! --> src/lib.rs:423:13 Oct 15 17:24:50.356 INFO kablam! | Oct 15 17:24:50.356 INFO kablam! 423 | file_content.write(self.file_content.as_ref().unwrap()); Oct 15 17:24:50.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:24:50.356 INFO kablam! | Oct 15 17:24:50.356 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 17:24:50.356 INFO kablam! Oct 15 17:24:51.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Oct 15 17:24:51.955 INFO kablam! su: No module specific data is present Oct 15 17:24:52.627 INFO running `"docker" "rm" "-f" "84fda55728a701800cb05de592034c846380d87c7ed2a70670cd76d4ee01d298"` Oct 15 17:24:52.919 INFO blam! 84fda55728a701800cb05de592034c846380d87c7ed2a70670cd76d4ee01d298 Oct 15 17:24:52.923 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 17:24:53.323 INFO blam! 60397133d8e754e3f883dbb76d4b4b53c8ac3612575122beb1fa5bd0290a2fd5 Oct 15 17:24:53.325 INFO running `"docker" "start" "-a" "60397133d8e754e3f883dbb76d4b4b53c8ac3612575122beb1fa5bd0290a2fd5"` Oct 15 17:24:54.600 INFO kablam! usermod: no changes Oct 15 17:24:54.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 17:24:54.712 INFO kablam! Running /target/debug/deps/subunit_rust-e29ed4feb8401d69 Oct 15 17:24:54.728 INFO blam! Oct 15 17:24:54.728 INFO blam! running 2 tests Oct 15 17:24:54.729 INFO blam! test tests::test_write_event ... ok Oct 15 17:24:54.739 INFO blam! test tests::test_write_full_test_event_with_file_content ... ok Oct 15 17:24:54.739 INFO blam! Oct 15 17:24:54.739 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:24:54.739 INFO blam! Oct 15 17:24:54.745 INFO kablam! Doc-tests subunit-rust Oct 15 17:24:55.925 INFO blam! Oct 15 17:24:55.925 INFO blam! running 0 tests Oct 15 17:24:55.925 INFO blam! Oct 15 17:24:55.925 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:24:55.925 INFO blam! Oct 15 17:24:55.942 INFO kablam! su: No module specific data is present Oct 15 17:24:56.615 INFO running `"docker" "rm" "-f" "60397133d8e754e3f883dbb76d4b4b53c8ac3612575122beb1fa5bd0290a2fd5"` Oct 15 17:24:57.035 INFO blam! 60397133d8e754e3f883dbb76d4b4b53c8ac3612575122beb1fa5bd0290a2fd5