Oct 12 01:25:18.774 INFO testing discard-1.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:25:18.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 01:25:19.028 INFO blam! b1b0a50ca17a55753d67976135ab76603c18a865bec2f1d03a5e89da56408a38 Oct 12 01:25:19.034 INFO running `"docker" "start" "-a" "b1b0a50ca17a55753d67976135ab76603c18a865bec2f1d03a5e89da56408a38"` Oct 12 01:25:19.535 INFO kablam! usermod: no changes Oct 12 01:25:19.562 INFO kablam! Compiling discard v1.0.4 (/source) Oct 12 01:25:20.127 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.57s Oct 12 01:25:20.131 INFO kablam! su: No module specific data is present Oct 12 01:25:20.471 INFO running `"docker" "rm" "-f" "b1b0a50ca17a55753d67976135ab76603c18a865bec2f1d03a5e89da56408a38"` Oct 12 01:25:20.602 INFO blam! b1b0a50ca17a55753d67976135ab76603c18a865bec2f1d03a5e89da56408a38 Oct 12 01:25:20.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 01:25:20.834 INFO blam! 0e19c3c40e02ca76a0af0b37f5c335d1a96ba2defc929e2f1a73df67c85c7cae Oct 12 01:25:20.834 INFO running `"docker" "start" "-a" "0e19c3c40e02ca76a0af0b37f5c335d1a96ba2defc929e2f1a73df67c85c7cae"` Oct 12 01:25:21.424 INFO kablam! usermod: no changes Oct 12 01:25:21.450 INFO kablam! Compiling discard v1.0.4 (/source) Oct 12 01:25:22.071 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 12 01:25:22.071 INFO kablam! --> src/lib.rs:261:9 Oct 12 01:25:22.071 INFO kablam! | Oct 12 01:25:22.071 INFO kablam! 261 | DiscardOnDrop::new(Foo::new()); Oct 12 01:25:22.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:22.071 INFO kablam! | Oct 12 01:25:22.071 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:25:22.071 INFO kablam! = note: Oct 12 01:25:22.071 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 12 01:25:22.071 INFO kablam! You probably don't want that to happen. Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! How to fix this: Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 12 01:25:22.071 INFO kablam! discarded (this *will* leak memory!). Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! warning: unused `DiscardOnDrop` which must be used Oct 12 01:25:22.071 INFO kablam! --> src/lib.rs:262:9 Oct 12 01:25:22.071 INFO kablam! | Oct 12 01:25:22.071 INFO kablam! 262 | DiscardOnDrop::new(Foo::new()); Oct 12 01:25:22.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:22.071 INFO kablam! | Oct 12 01:25:22.071 INFO kablam! = note: Oct 12 01:25:22.071 INFO kablam! The DiscardOnDrop is unused, which causes it to be immediately discarded. Oct 12 01:25:22.071 INFO kablam! You probably don't want that to happen. Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! How to fix this: Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.071 INFO kablam! * Store the DiscardOnDrop in a variable or data structure. Oct 12 01:25:22.071 INFO kablam! Oct 12 01:25:22.072 INFO kablam! * Or use the DiscardOnDrop::leak function which will cause it to not be Oct 12 01:25:22.072 INFO kablam! discarded (this *will* leak memory!). Oct 12 01:25:22.072 INFO kablam! Oct 12 01:25:22.072 INFO kablam! See the DiscardOnDrop documentation for more details. Oct 12 01:25:22.072 INFO kablam! Oct 12 01:25:22.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 12 01:25:22.508 INFO kablam! su: No module specific data is present Oct 12 01:25:22.821 INFO running `"docker" "rm" "-f" "0e19c3c40e02ca76a0af0b37f5c335d1a96ba2defc929e2f1a73df67c85c7cae"` Oct 12 01:25:22.929 INFO blam! 0e19c3c40e02ca76a0af0b37f5c335d1a96ba2defc929e2f1a73df67c85c7cae Oct 12 01:25:22.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 01:25:23.186 INFO blam! 2d68d7710540f5b62b94612296447340e13741f166e244e1139d871d3e15e38a Oct 12 01:25:23.196 INFO running `"docker" "start" "-a" "2d68d7710540f5b62b94612296447340e13741f166e244e1139d871d3e15e38a"` Oct 12 01:25:23.802 INFO kablam! usermod: no changes Oct 12 01:25:23.833 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 01:25:23.833 INFO kablam! Running /target/debug/deps/discard-ff80d786cba49640 Oct 12 01:25:23.838 INFO blam! Oct 12 01:25:23.839 INFO blam! running 7 tests Oct 12 01:25:23.839 INFO blam! test tests::deref_mut ... ok Oct 12 01:25:23.839 INFO blam! test tests::discard ... ok Oct 12 01:25:23.839 INFO blam! test tests::leak ... ok Oct 12 01:25:23.839 INFO blam! test tests::no_discard ... ok Oct 12 01:25:23.839 INFO blam! test tests::unused_discard_on_drop ... ok Oct 12 01:25:23.839 INFO blam! test tests::discard_on_drop ... ok Oct 12 01:25:23.840 INFO blam! test tests::unused ... ok Oct 12 01:25:23.840 INFO kablam! Doc-tests discard Oct 12 01:25:23.840 INFO blam! Oct 12 01:25:23.840 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:25:23.840 INFO blam! Oct 12 01:25:24.712 INFO blam! Oct 12 01:25:24.712 INFO blam! running 3 tests Oct 12 01:25:24.712 INFO blam! test src/lib.rs - (line 15) ... ignored Oct 12 01:25:24.712 INFO blam! test src/lib.rs - (line 30) ... ignored Oct 12 01:25:24.712 INFO blam! test src/lib.rs - (line 61) ... ignored Oct 12 01:25:24.712 INFO blam! Oct 12 01:25:24.712 INFO blam! test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 12 01:25:24.712 INFO blam! Oct 12 01:25:24.714 INFO kablam! su: No module specific data is present Oct 12 01:25:25.188 INFO running `"docker" "rm" "-f" "2d68d7710540f5b62b94612296447340e13741f166e244e1139d871d3e15e38a"` Oct 12 01:25:25.426 INFO blam! 2d68d7710540f5b62b94612296447340e13741f166e244e1139d871d3e15e38a