[INFO] crate discard 1.0.4 is already in cache [INFO] extracting crate discard 1.0.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/discard/1.0.4 [INFO] extracting crate discard 1.0.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/discard/1.0.4 [INFO] validating manifest of discard-1.0.4 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of discard-1.0.4 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing discard-1.0.4 [INFO] finished frobbing discard-1.0.4 [INFO] frobbed toml for discard-1.0.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/discard/1.0.4/Cargo.toml [INFO] started frobbing discard-1.0.4 [INFO] finished frobbing discard-1.0.4 [INFO] frobbed toml for discard-1.0.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/discard/1.0.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing discard-1.0.4 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/discard/1.0.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 79a1d74e74f2b5024adbc913b37af8c7303219513a1c0d84aa5872980fc5cb8c [INFO] running `"docker" "start" "-a" "79a1d74e74f2b5024adbc913b37af8c7303219513a1c0d84aa5872980fc5cb8c"` [INFO] [stderr] Compiling discard v1.0.4 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `"docker" "inspect" "79a1d74e74f2b5024adbc913b37af8c7303219513a1c0d84aa5872980fc5cb8c"` [INFO] running `"docker" "rm" "-f" "79a1d74e74f2b5024adbc913b37af8c7303219513a1c0d84aa5872980fc5cb8c"` [INFO] [stdout] 79a1d74e74f2b5024adbc913b37af8c7303219513a1c0d84aa5872980fc5cb8c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/discard/1.0.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e59eb14e69e63ee75df6f30592c05258ec3486e7f42ed206c82630c696d71c10 [INFO] running `"docker" "start" "-a" "e59eb14e69e63ee75df6f30592c05258ec3486e7f42ed206c82630c696d71c10"` [INFO] [stderr] Compiling discard v1.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: unused `DiscardOnDrop` that must be used [INFO] [stderr] --> src/lib.rs:261:9 [INFO] [stderr] | [INFO] [stderr] 261 | DiscardOnDrop::new(Foo::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: [INFO] [stderr] The DiscardOnDrop is unused, which causes it to be immediately discarded. [INFO] [stderr] You probably don't want that to happen. [INFO] [stderr] [INFO] [stderr] How to fix this: [INFO] [stderr] [INFO] [stderr] * Store the DiscardOnDrop in a variable or data structure. [INFO] [stderr] [INFO] [stderr] * Or use the DiscardOnDrop::leak function which will cause it to not be [INFO] [stderr] discarded (this *will* leak memory!). [INFO] [stderr] [INFO] [stderr] See the DiscardOnDrop documentation for more details. [INFO] [stderr] [INFO] [stderr] warning: unused `DiscardOnDrop` that must be used [INFO] [stderr] --> src/lib.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | DiscardOnDrop::new(Foo::new()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: [INFO] [stderr] The DiscardOnDrop is unused, which causes it to be immediately discarded. [INFO] [stderr] You probably don't want that to happen. [INFO] [stderr] [INFO] [stderr] How to fix this: [INFO] [stderr] [INFO] [stderr] * Store the DiscardOnDrop in a variable or data structure. [INFO] [stderr] [INFO] [stderr] * Or use the DiscardOnDrop::leak function which will cause it to not be [INFO] [stderr] discarded (this *will* leak memory!). [INFO] [stderr] [INFO] [stderr] See the DiscardOnDrop documentation for more details. [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "e59eb14e69e63ee75df6f30592c05258ec3486e7f42ed206c82630c696d71c10"` [INFO] running `"docker" "rm" "-f" "e59eb14e69e63ee75df6f30592c05258ec3486e7f42ed206c82630c696d71c10"` [INFO] [stdout] e59eb14e69e63ee75df6f30592c05258ec3486e7f42ed206c82630c696d71c10 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/discard/1.0.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] eeeb9f10b47f1aab9c2e64d49c916c2e453de1c1bd819130033ef7f01e05b0c8 [INFO] running `"docker" "start" "-a" "eeeb9f10b47f1aab9c2e64d49c916c2e453de1c1bd819130033ef7f01e05b0c8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/discard-cf204bd6418961a3 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::deref_mut ... ok [INFO] [stdout] test tests::discard ... ok [INFO] [stdout] test tests::discard_on_drop ... ok [INFO] [stdout] test tests::no_discard ... ok [INFO] [stdout] test tests::unused ... ok [INFO] [stdout] test tests::unused_discard_on_drop ... ok [INFO] [stderr] Doc-tests discard [INFO] [stdout] test tests::leak ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 15) ... ignored [INFO] [stdout] test src/lib.rs - (line 30) ... ignored [INFO] [stdout] test src/lib.rs - (line 61) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "eeeb9f10b47f1aab9c2e64d49c916c2e453de1c1bd819130033ef7f01e05b0c8"` [INFO] running `"docker" "rm" "-f" "eeeb9f10b47f1aab9c2e64d49c916c2e453de1c1bd819130033ef7f01e05b0c8"` [INFO] [stdout] eeeb9f10b47f1aab9c2e64d49c916c2e453de1c1bd819130033ef7f01e05b0c8