Oct 12 01:25:15.099 INFO testing discard-1.0.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 01:25:15.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 01:25:15.302 INFO blam! a9b434b8ffdbce8931337ea5aba86749794bf87563a5e15e1b5d73dc896dee8b Oct 12 01:25:15.306 INFO running `"docker" "start" "-a" "a9b434b8ffdbce8931337ea5aba86749794bf87563a5e15e1b5d73dc896dee8b"` Oct 12 01:25:15.764 INFO kablam! usermod: no changes Oct 12 01:25:15.800 INFO kablam! Compiling discard v1.0.4 (/source) Oct 12 01:25:16.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 12 01:25:16.068 INFO kablam! su: No module specific data is present Oct 12 01:25:17.125 INFO running `"docker" "rm" "-f" "a9b434b8ffdbce8931337ea5aba86749794bf87563a5e15e1b5d73dc896dee8b"` Oct 12 01:25:17.404 INFO blam! a9b434b8ffdbce8931337ea5aba86749794bf87563a5e15e1b5d73dc896dee8b Oct 12 01:25:17.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 01:25:17.861 INFO blam! 31af1f7a936b6b5f9f456cf387651387429bf0a37dac16465241f3c8b7d627ea Oct 12 01:25:17.864 INFO running `"docker" "start" "-a" "31af1f7a936b6b5f9f456cf387651387429bf0a37dac16465241f3c8b7d627ea"` Oct 12 01:25:18.592 INFO kablam! usermod: no changes Oct 12 01:25:18.631 INFO kablam! Compiling discard v1.0.4 (/source) Oct 12 01:25:18.821 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 12 01:25:18.821 INFO kablam! --> src/lib.rs:261:9 Oct 12 01:25:18.821 INFO kablam! | Oct 12 01:25:18.821 INFO kablam! 261 | DiscardOnDrop::new(Foo::new()); Oct 12 01:25:18.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:18.822 INFO kablam! | Oct 12 01:25:18.822 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:25:18.822 INFO kablam! = note: Oct 12 01:25:18.822 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 12 01:25:18.822 INFO kablam! You probably don't want that to happen. Oct 12 01:25:18.823 INFO kablam! Oct 12 01:25:18.823 INFO kablam! How to fix this: Oct 12 01:25:18.823 INFO kablam! Oct 12 01:25:18.823 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 12 01:25:18.823 INFO kablam! Oct 12 01:25:18.823 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 12 01:25:18.824 INFO kablam! discarded (this *will* leak memory!). Oct 12 01:25:18.824 INFO kablam! Oct 12 01:25:18.824 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 12 01:25:18.824 INFO kablam! Oct 12 01:25:18.824 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 12 01:25:18.824 INFO kablam! --> src/lib.rs:262:9 Oct 12 01:25:18.825 INFO kablam! | Oct 12 01:25:18.825 INFO kablam! 262 | DiscardOnDrop::new(Foo::new()); Oct 12 01:25:18.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:18.825 INFO kablam! | Oct 12 01:25:18.825 INFO kablam! = note: Oct 12 01:25:18.825 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 12 01:25:18.826 INFO kablam! You probably don't want that to happen. Oct 12 01:25:18.826 INFO kablam! Oct 12 01:25:18.826 INFO kablam! How to fix this: Oct 12 01:25:18.826 INFO kablam! Oct 12 01:25:18.826 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 12 01:25:18.826 INFO kablam! Oct 12 01:25:18.827 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 12 01:25:18.827 INFO kablam! discarded (this *will* leak memory!). Oct 12 01:25:18.827 INFO kablam! Oct 12 01:25:18.827 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 12 01:25:18.827 INFO kablam! Oct 12 01:25:19.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 12 01:25:19.280 INFO kablam! su: No module specific data is present Oct 12 01:25:19.638 INFO running `"docker" "rm" "-f" "31af1f7a936b6b5f9f456cf387651387429bf0a37dac16465241f3c8b7d627ea"` Oct 12 01:25:19.776 INFO blam! 31af1f7a936b6b5f9f456cf387651387429bf0a37dac16465241f3c8b7d627ea Oct 12 01:25:19.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 01:25:20.029 INFO blam! 512a3445d54dba49c26385b863876f89406adf2cd05495bef9793903f927f46d Oct 12 01:25:20.031 INFO running `"docker" "start" "-a" "512a3445d54dba49c26385b863876f89406adf2cd05495bef9793903f927f46d"` Oct 12 01:25:20.481 INFO kablam! usermod: no changes Oct 12 01:25:20.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 01:25:20.516 INFO kablam! Running /target/debug/deps/discard-b4ab2261c875c404 Oct 12 01:25:20.518 INFO blam! Oct 12 01:25:20.518 INFO blam! running 7 tests Oct 12 01:25:20.519 INFO blam! test tests::discard ... ok Oct 12 01:25:20.519 INFO blam! test tests::discard_on_drop ... ok Oct 12 01:25:20.521 INFO blam! test tests::leak ... ok Oct 12 01:25:20.521 INFO blam! test tests::deref_mut ... ok Oct 12 01:25:20.522 INFO kablam! Doc-tests discard Oct 12 01:25:20.522 INFO blam! test tests::no_discard ... ok Oct 12 01:25:20.522 INFO blam! test tests::unused ... ok Oct 12 01:25:20.522 INFO blam! test tests::unused_discard_on_drop ... ok Oct 12 01:25:20.523 INFO blam! Oct 12 01:25:20.523 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:25:20.523 INFO blam! Oct 12 01:25:20.667 INFO blam! Oct 12 01:25:20.667 INFO blam! running 3 tests Oct 12 01:25:20.667 INFO blam! test src/lib.rs - (line 15) ... ignored Oct 12 01:25:20.667 INFO blam! test src/lib.rs - (line 30) ... ignored Oct 12 01:25:20.667 INFO blam! test src/lib.rs - (line 61) ... ignored Oct 12 01:25:20.667 INFO blam! Oct 12 01:25:20.667 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 12 01:25:20.667 INFO blam! Oct 12 01:25:20.673 INFO kablam! su: No module specific data is present Oct 12 01:25:21.094 INFO running `"docker" "rm" "-f" "512a3445d54dba49c26385b863876f89406adf2cd05495bef9793903f927f46d"` Oct 12 01:25:21.208 INFO blam! 512a3445d54dba49c26385b863876f89406adf2cd05495bef9793903f927f46d