Oct 12 21:59:48.489 INFO testing team-rust/mailbox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:59:48.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 21:59:48.984 INFO blam! d77d8c8884fce0b41ddfb93a93246ae45f7b4e050b7d484495b28e6e794f753f Oct 12 21:59:48.991 INFO running `"docker" "start" "-a" "d77d8c8884fce0b41ddfb93a93246ae45f7b4e050b7d484495b28e6e794f753f"` Oct 12 21:59:50.133 INFO kablam! usermod: no changes Oct 12 21:59:50.173 INFO kablam! Compiling mailbox v0.1.0 (/source) Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `new` Oct 12 21:59:50.440 INFO kablam! --> src/mailbox.rs:9:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 9 | pub fn new(sender: String, receiver: String, body: String) -> Message { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `new` Oct 12 21:59:50.440 INFO kablam! --> src/mailbox.rs:20:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 20 | pub fn new() -> Mailbox { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `store` Oct 12 21:59:50.440 INFO kablam! --> src/mailbox.rs:24:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 24 | pub fn store(&mut self, m: Message) { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `fetch` Oct 12 21:59:50.440 INFO kablam! --> src/mailbox.rs:28:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 28 | pub fn fetch(&mut self) -> Option { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: struct is never constructed: `SyncedMailbox` Oct 12 21:59:50.440 INFO kablam! --> src/syncedmailbox.rs:4:1 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 4 | struct SyncedMailbox { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `new` Oct 12 21:59:50.440 INFO kablam! --> src/syncedmailbox.rs:9:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 9 | fn new() -> SyncedMailbox { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `store` Oct 12 21:59:50.440 INFO kablam! --> src/syncedmailbox.rs:14:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 14 | fn store(&self, m: mailbox::Message) -> Result<(), String> { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.440 INFO kablam! warning: method is never used: `fetch` Oct 12 21:59:50.440 INFO kablam! --> src/syncedmailbox.rs:21:5 Oct 12 21:59:50.440 INFO kablam! | Oct 12 21:59:50.440 INFO kablam! 21 | fn fetch(&self) -> Result { Oct 12 21:59:50.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:59:50.440 INFO kablam! Oct 12 21:59:50.805 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Oct 12 21:59:50.811 INFO kablam! su: No module specific data is present Oct 12 21:59:51.615 INFO running `"docker" "rm" "-f" "d77d8c8884fce0b41ddfb93a93246ae45f7b4e050b7d484495b28e6e794f753f"` Oct 12 21:59:51.958 INFO blam! d77d8c8884fce0b41ddfb93a93246ae45f7b4e050b7d484495b28e6e794f753f Oct 12 21:59:51.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 21:59:52.636 INFO blam! 7a84cdd731f792c944d8e6f2b231b22b5310f22f9c753c608dc40628e836d5d4 Oct 12 21:59:52.639 INFO running `"docker" "start" "-a" "7a84cdd731f792c944d8e6f2b231b22b5310f22f9c753c608dc40628e836d5d4"` Oct 12 21:59:53.655 INFO kablam! usermod: no changes Oct 12 21:59:53.687 INFO kablam! Compiling mailbox v0.1.0 (/source) Oct 12 21:59:55.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 12 21:59:55.033 INFO kablam! su: No module specific data is present Oct 12 21:59:55.787 INFO running `"docker" "rm" "-f" "7a84cdd731f792c944d8e6f2b231b22b5310f22f9c753c608dc40628e836d5d4"` Oct 12 21:59:56.167 INFO blam! 7a84cdd731f792c944d8e6f2b231b22b5310f22f9c753c608dc40628e836d5d4 Oct 12 21:59:56.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 21:59:56.686 INFO blam! dd40418d6205535d4f68db0b16effb6425772a3bbd57120b1a523af5350aac11 Oct 12 21:59:56.688 INFO running `"docker" "start" "-a" "dd40418d6205535d4f68db0b16effb6425772a3bbd57120b1a523af5350aac11"` Oct 12 21:59:58.137 INFO kablam! usermod: no changes Oct 12 21:59:58.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 21:59:58.200 INFO kablam! Running /target/debug/deps/mailbox-cd72800e6259736f Oct 12 21:59:58.200 INFO blam! Oct 12 21:59:58.200 INFO blam! running 4 tests Oct 12 21:59:58.200 INFO blam! test syncedmailbox::tests::test_store ... ok Oct 12 21:59:58.200 INFO blam! test syncedmailbox::tests::test_fetch ... ok Oct 12 21:59:58.203 INFO blam! test mailbox::tests::test_store ... ok Oct 12 21:59:58.207 INFO blam! test mailbox::tests::test_fetch ... ok Oct 12 21:59:58.207 INFO blam! Oct 12 21:59:58.207 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:59:58.207 INFO blam! Oct 12 21:59:58.211 INFO kablam! su: No module specific data is present Oct 12 21:59:59.355 INFO running `"docker" "rm" "-f" "dd40418d6205535d4f68db0b16effb6425772a3bbd57120b1a523af5350aac11"` Oct 12 21:59:59.623 INFO blam! dd40418d6205535d4f68db0b16effb6425772a3bbd57120b1a523af5350aac11