Oct 16 13:11:45.181 INFO testing discard-1.0.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:11:45.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 13:11:45.346 INFO blam! fdb5982bdc0bb349856247459f797b67c494e4025a74ffe38a11c5171b962646 Oct 16 13:11:45.349 INFO running `"docker" "start" "-a" "fdb5982bdc0bb349856247459f797b67c494e4025a74ffe38a11c5171b962646"` Oct 16 13:11:46.262 INFO kablam! usermod: no changes Oct 16 13:11:46.359 INFO kablam! Compiling discard v1.0.4 (/source) Oct 16 13:11:47.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 16 13:11:47.055 INFO kablam! su: No module specific data is present Oct 16 13:11:47.887 INFO running `"docker" "rm" "-f" "fdb5982bdc0bb349856247459f797b67c494e4025a74ffe38a11c5171b962646"` Oct 16 13:11:48.106 INFO blam! fdb5982bdc0bb349856247459f797b67c494e4025a74ffe38a11c5171b962646 Oct 16 13:11:48.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 13:11:48.469 INFO blam! 6ead601273fc5e7fbcfd7513b814521b224f36be2322fb355b5539038003b916 Oct 16 13:11:48.479 INFO running `"docker" "start" "-a" "6ead601273fc5e7fbcfd7513b814521b224f36be2322fb355b5539038003b916"` Oct 16 13:11:49.215 INFO kablam! usermod: no changes Oct 16 13:11:49.270 INFO kablam! Compiling discard v1.0.4 (/source) Oct 16 13:11:50.047 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 16 13:11:50.047 INFO kablam! --> src/lib.rs:261:9 Oct 16 13:11:50.047 INFO kablam! | Oct 16 13:11:50.047 INFO kablam! 261 | DiscardOnDrop::new(Foo::new()); Oct 16 13:11:50.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:50.047 INFO kablam! | Oct 16 13:11:50.047 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:11:50.047 INFO kablam! = note: Oct 16 13:11:50.047 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 16 13:11:50.047 INFO kablam! You probably don't want that to happen. Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! How to fix this: Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 16 13:11:50.047 INFO kablam! discarded (this *will* leak memory!). Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 16 13:11:50.047 INFO kablam! --> src/lib.rs:262:9 Oct 16 13:11:50.047 INFO kablam! | Oct 16 13:11:50.047 INFO kablam! 262 | DiscardOnDrop::new(Foo::new()); Oct 16 13:11:50.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:50.047 INFO kablam! | Oct 16 13:11:50.047 INFO kablam! = note: Oct 16 13:11:50.047 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 16 13:11:50.047 INFO kablam! You probably don't want that to happen. Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! How to fix this: Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 16 13:11:50.047 INFO kablam! discarded (this *will* leak memory!). Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.047 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 16 13:11:50.047 INFO kablam! Oct 16 13:11:50.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 16 13:11:50.607 INFO kablam! su: No module specific data is present Oct 16 13:11:50.933 INFO running `"docker" "rm" "-f" "6ead601273fc5e7fbcfd7513b814521b224f36be2322fb355b5539038003b916"` Oct 16 13:11:51.047 INFO blam! 6ead601273fc5e7fbcfd7513b814521b224f36be2322fb355b5539038003b916 Oct 16 13:11:51.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 13:11:51.284 INFO blam! c24b96e2bdd94fd1d8d0cbba59a14d4304e343302313ed57c2b6596b49957906 Oct 16 13:11:51.286 INFO running `"docker" "start" "-a" "c24b96e2bdd94fd1d8d0cbba59a14d4304e343302313ed57c2b6596b49957906"` Oct 16 13:11:51.792 INFO kablam! usermod: no changes Oct 16 13:11:51.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 13:11:51.832 INFO kablam! Running /target/debug/deps/discard-b4ab2261c875c404 Oct 16 13:11:51.834 INFO blam! Oct 16 13:11:51.834 INFO blam! running 7 tests Oct 16 13:11:51.835 INFO blam! test tests::deref_mut ... ok Oct 16 13:11:51.835 INFO blam! test tests::discard_on_drop ... ok Oct 16 13:11:51.835 INFO blam! test tests::discard ... ok Oct 16 13:11:51.835 INFO blam! test tests::unused ... ok Oct 16 13:11:51.836 INFO blam! test tests::unused_discard_on_drop ... ok Oct 16 13:11:51.836 INFO blam! test tests::no_discard ... ok Oct 16 13:11:51.836 INFO blam! test tests::leak ... ok Oct 16 13:11:51.836 INFO blam! Oct 16 13:11:51.836 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:51.836 INFO blam! Oct 16 13:11:51.836 INFO kablam! Doc-tests discard Oct 16 13:11:52.819 INFO kablam! su: No module specific data is present Oct 16 13:11:52.819 INFO blam! Oct 16 13:11:52.819 INFO blam! running 3 tests Oct 16 13:11:52.819 INFO blam! test src/lib.rs - (line 15) ... ignored Oct 16 13:11:52.819 INFO blam! test src/lib.rs - (line 30) ... ignored Oct 16 13:11:52.819 INFO blam! test src/lib.rs - (line 61) ... ignored Oct 16 13:11:52.819 INFO blam! Oct 16 13:11:52.819 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 16 13:11:52.819 INFO blam! Oct 16 13:11:53.428 INFO running `"docker" "rm" "-f" "c24b96e2bdd94fd1d8d0cbba59a14d4304e343302313ed57c2b6596b49957906"` Oct 16 13:11:53.511 INFO blam! c24b96e2bdd94fd1d8d0cbba59a14d4304e343302313ed57c2b6596b49957906