[INFO] crate skew-heap 0.2.0 is already in cache [INFO] extracting crate skew-heap 0.2.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/skew-heap/0.2.0 [INFO] extracting crate skew-heap 0.2.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/skew-heap/0.2.0 [INFO] validating manifest of skew-heap-0.2.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of skew-heap-0.2.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing skew-heap-0.2.0 [INFO] finished frobbing skew-heap-0.2.0 [INFO] frobbed toml for skew-heap-0.2.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/skew-heap/0.2.0/Cargo.toml [INFO] started frobbing skew-heap-0.2.0 [INFO] finished frobbing skew-heap-0.2.0 [INFO] frobbed toml for skew-heap-0.2.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/skew-heap/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing skew-heap-0.2.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/skew-heap/0.2.0:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 5c123798f5b3846e93a42744265977b1e752fa75214f5c255db4327a9f1326cc [INFO] running `"docker" "start" "-a" "5c123798f5b3846e93a42744265977b1e752fa75214f5c255db4327a9f1326cc"` [INFO] [stderr] Compiling skew-heap v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `"docker" "inspect" "5c123798f5b3846e93a42744265977b1e752fa75214f5c255db4327a9f1326cc"` [INFO] running `"docker" "rm" "-f" "5c123798f5b3846e93a42744265977b1e752fa75214f5c255db4327a9f1326cc"` [INFO] [stdout] 5c123798f5b3846e93a42744265977b1e752fa75214f5c255db4327a9f1326cc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/skew-heap/0.2.0:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] fb954ca5dc7258d397949aaf780654c4d9ba0a9c018745f36e60ed781c022c1e [INFO] running `"docker" "start" "-a" "fb954ca5dc7258d397949aaf780654c4d9ba0a9c018745f36e60ed781c022c1e"` [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling skew-heap v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/quickcheck.rs:28:29 [INFO] [stderr] | [INFO] [stderr] 28 | fn shrink(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.61s [INFO] running `"docker" "inspect" "fb954ca5dc7258d397949aaf780654c4d9ba0a9c018745f36e60ed781c022c1e"` [INFO] running `"docker" "rm" "-f" "fb954ca5dc7258d397949aaf780654c4d9ba0a9c018745f36e60ed781c022c1e"` [INFO] [stdout] fb954ca5dc7258d397949aaf780654c4d9ba0a9c018745f36e60ed781c022c1e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/skew-heap/0.2.0:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 2aea4191e4e2b980e60958b72a733c83f20ba480f09b1ca1c04ab9b9c6783278 [INFO] running `"docker" "start" "-a" "2aea4191e4e2b980e60958b72a733c83f20ba480f09b1ca1c04ab9b9c6783278"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/quickcheck-a3365e722f7a5798 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test iter_agrees_with_binary_heap_iter ... ok [INFO] [stdout] test agrees_with_binary_heap ... ok [INFO] [stdout] test into_iter_agrees_with_binary_heap_iter ... ok [INFO] [stdout] test clone_from ... ok [INFO] [stdout] test append ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests skew-heap [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - SkewHeap::replace (line 175) ... ok [INFO] [stdout] test src/lib.rs - SkewHeap::append (line 90) ... ok [INFO] [stdout] test src/lib.rs - SkewHeap::push_pop (line 132) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "2aea4191e4e2b980e60958b72a733c83f20ba480f09b1ca1c04ab9b9c6783278"` [INFO] running `"docker" "rm" "-f" "2aea4191e4e2b980e60958b72a733c83f20ba480f09b1ca1c04ab9b9c6783278"` [INFO] [stdout] 2aea4191e4e2b980e60958b72a733c83f20ba480f09b1ca1c04ab9b9c6783278