Oct 16 13:11:48.581 INFO testing discard-1.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:11:48.581 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 13:11:49.028 INFO blam! 2a3e421765e6ebb558d45319586c3bb8292565530624a53642316c8e8d625089 Oct 16 13:11:49.030 INFO running `"docker" "start" "-a" "2a3e421765e6ebb558d45319586c3bb8292565530624a53642316c8e8d625089"` Oct 16 13:11:49.887 INFO kablam! usermod: no changes Oct 16 13:11:49.951 INFO kablam! Compiling discard v1.0.4 (/source) Oct 16 13:11:50.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 16 13:11:50.635 INFO kablam! su: No module specific data is present Oct 16 13:11:50.933 INFO running `"docker" "rm" "-f" "2a3e421765e6ebb558d45319586c3bb8292565530624a53642316c8e8d625089"` Oct 16 13:11:51.090 INFO blam! 2a3e421765e6ebb558d45319586c3bb8292565530624a53642316c8e8d625089 Oct 16 13:11:51.094 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 13:11:51.325 INFO blam! 44bf71ee0485895524d0d7b4aafb5f3597e9e69cc5bcb1d331a71905a4bf978b Oct 16 13:11:51.331 INFO running `"docker" "start" "-a" "44bf71ee0485895524d0d7b4aafb5f3597e9e69cc5bcb1d331a71905a4bf978b"` Oct 16 13:11:51.807 INFO kablam! usermod: no changes Oct 16 13:11:51.841 INFO kablam! Compiling discard v1.0.4 (/source) Oct 16 13:11:52.659 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 16 13:11:52.659 INFO kablam! --> src/lib.rs:261:9 Oct 16 13:11:52.659 INFO kablam! | Oct 16 13:11:52.659 INFO kablam! 261 | DiscardOnDrop::new(Foo::new()); Oct 16 13:11:52.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:52.659 INFO kablam! | Oct 16 13:11:52.659 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 13:11:52.659 INFO kablam! = note: Oct 16 13:11:52.659 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 16 13:11:52.659 INFO kablam! You probably don't want that to happen. Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! How to fix this: Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 16 13:11:52.659 INFO kablam! discarded (this *will* leak memory!). Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 16 13:11:52.659 INFO kablam! --> src/lib.rs:262:9 Oct 16 13:11:52.659 INFO kablam! | Oct 16 13:11:52.659 INFO kablam! 262 | DiscardOnDrop::new(Foo::new()); Oct 16 13:11:52.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:52.659 INFO kablam! | Oct 16 13:11:52.659 INFO kablam! = note: Oct 16 13:11:52.659 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 16 13:11:52.659 INFO kablam! You probably don't want that to happen. Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! How to fix this: Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 16 13:11:52.659 INFO kablam! discarded (this *will* leak memory!). Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:52.659 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 16 13:11:52.659 INFO kablam! Oct 16 13:11:53.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 16 13:11:53.286 INFO kablam! su: No module specific data is present Oct 16 13:11:53.541 INFO running `"docker" "rm" "-f" "44bf71ee0485895524d0d7b4aafb5f3597e9e69cc5bcb1d331a71905a4bf978b"` Oct 16 13:11:53.679 INFO blam! 44bf71ee0485895524d0d7b4aafb5f3597e9e69cc5bcb1d331a71905a4bf978b Oct 16 13:11:53.681 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 13:11:53.907 INFO blam! b8abcb08984c4c6201d2747a2c29f04c9e85ddb55f9eab03ed8dc310fc808118 Oct 16 13:11:53.909 INFO running `"docker" "start" "-a" "b8abcb08984c4c6201d2747a2c29f04c9e85ddb55f9eab03ed8dc310fc808118"` Oct 16 13:11:54.270 INFO kablam! usermod: no changes Oct 16 13:11:54.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 16 13:11:54.291 INFO kablam! Running /target/debug/deps/discard-ff80d786cba49640 Oct 16 13:11:54.298 INFO blam! Oct 16 13:11:54.298 INFO blam! running 7 tests Oct 16 13:11:54.302 INFO blam! test tests::deref_mut ... ok Oct 16 13:11:54.303 INFO blam! test tests::discard ... ok Oct 16 13:11:54.303 INFO blam! test tests::no_discard ... ok Oct 16 13:11:54.303 INFO blam! test tests::discard_on_drop ... ok Oct 16 13:11:54.303 INFO blam! test tests::unused ... ok Oct 16 13:11:54.303 INFO blam! test tests::leak ... ok Oct 16 13:11:54.303 INFO blam! test tests::unused_discard_on_drop ... ok Oct 16 13:11:54.303 INFO blam! Oct 16 13:11:54.303 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:54.303 INFO blam! Oct 16 13:11:54.305 INFO kablam! Doc-tests discard Oct 16 13:11:55.214 INFO blam! Oct 16 13:11:55.214 INFO blam! running 3 tests Oct 16 13:11:55.214 INFO blam! test src/lib.rs - (line 15) ... ignored Oct 16 13:11:55.214 INFO blam! test src/lib.rs - (line 30) ... ignored Oct 16 13:11:55.214 INFO blam! test src/lib.rs - (line 61) ... ignored Oct 16 13:11:55.214 INFO blam! Oct 16 13:11:55.214 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 16 13:11:55.214 INFO blam! Oct 16 13:11:55.224 INFO kablam! su: No module specific data is present Oct 16 13:11:55.792 INFO running `"docker" "rm" "-f" "b8abcb08984c4c6201d2747a2c29f04c9e85ddb55f9eab03ed8dc310fc808118"` Oct 16 13:11:56.026 INFO blam! b8abcb08984c4c6201d2747a2c29f04c9e85ddb55f9eab03ed8dc310fc808118