[INFO] crate plumcast 0.1.5 is already in cache [INFO] extracting crate plumcast 0.1.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/plumcast/0.1.5 [INFO] extracting crate plumcast 0.1.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/plumcast/0.1.5 [INFO] validating manifest of plumcast-0.1.5 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 plumcast-0.1.5 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 plumcast-0.1.5 [INFO] finished frobbing plumcast-0.1.5 [INFO] frobbed toml for plumcast-0.1.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/plumcast/0.1.5/Cargo.toml [INFO] started frobbing plumcast-0.1.5 [INFO] finished frobbing plumcast-0.1.5 [INFO] frobbed toml for plumcast-0.1.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/plumcast/0.1.5/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fibers_rpc v0.3.2 [INFO] [stderr] Downloaded tasque v0.1.5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing plumcast-0.1.5 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/plumcast/0.1.5:/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-08-13" "build" "--frozen"` [INFO] [stdout] 7c14c993013d74bf8c73602ad01d5b236ef2569edcfc500035079795d77f45e4 [INFO] running `"docker" "start" "-a" "7c14c993013d74bf8c73602ad01d5b236ef2569edcfc500035079795d77f45e4"` [INFO] [stderr] Compiling plumtree v0.1.1 [INFO] [stderr] Compiling hyparview v0.1.3 [INFO] [stderr] Compiling tasque v0.1.5 [INFO] [stderr] Compiling fibers_tasque v0.1.2 [INFO] [stderr] Compiling fibers_rpc v0.3.2 [INFO] [stderr] Compiling plumcast v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'derive_traits_for_trackable_error_newtype': please use `#[derive(TrackableError)]` instead [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node_id_generator.rs:18:47 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) struct ArcLocalNodeIdGenerator(Arc); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenerateLocalNodeId` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | type ArcFn = Arc + Send>) + Send + Sync + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Box + Send>) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | type ArcFn = Arc + Send>) + Send + Sync + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | fn spawn_boxed(&self, fiber: Box + Send>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.55s [INFO] running `"docker" "inspect" "7c14c993013d74bf8c73602ad01d5b236ef2569edcfc500035079795d77f45e4"` [INFO] running `"docker" "rm" "-f" "7c14c993013d74bf8c73602ad01d5b236ef2569edcfc500035079795d77f45e4"` [INFO] [stdout] 7c14c993013d74bf8c73602ad01d5b236ef2569edcfc500035079795d77f45e4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/plumcast/0.1.5:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 191449606b00377c65498494ea76b1aa7b9c70a8c50e34a85bee3b8e0b157f53 [INFO] running `"docker" "start" "-a" "191449606b00377c65498494ea76b1aa7b9c70a8c50e34a85bee3b8e0b157f53"` [INFO] [stderr] Compiling fibers_global v0.1.2 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling sloggers v0.3.3 [INFO] [stderr] Compiling plumcast v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'derive_traits_for_trackable_error_newtype': please use `#[derive(TrackableError)]` instead [INFO] [stderr] --> src/error.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | derive_traits_for_trackable_error_newtype!(Error, ErrorKind); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/node_id_generator.rs:18:47 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) struct ArcLocalNodeIdGenerator(Arc); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GenerateLocalNodeId` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | type ArcFn = Arc + Send>) + Send + Sync + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Box + Send>) + Send + Sync + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc.rs:13:25 [INFO] [stderr] | [INFO] [stderr] 13 | type ArcFn = Arc + Send>) + Send + Sync + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/misc.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | fn spawn_boxed(&self, fiber: Box + Send>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.32s [INFO] running `"docker" "inspect" "191449606b00377c65498494ea76b1aa7b9c70a8c50e34a85bee3b8e0b157f53"` [INFO] running `"docker" "rm" "-f" "191449606b00377c65498494ea76b1aa7b9c70a8c50e34a85bee3b8e0b157f53"` [INFO] [stdout] 191449606b00377c65498494ea76b1aa7b9c70a8c50e34a85bee3b8e0b157f53 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/plumcast/0.1.5:/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-08-13" "test" "--frozen"` [INFO] [stdout] 555687aa7bc0b56c504d5cd5a9497cdb8098a13b5b92c31a1fc8db11d001934b [INFO] running `"docker" "start" "-a" "555687aa7bc0b56c504d5cd5a9497cdb8098a13b5b92c31a1fc8db11d001934b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/plumcast-b9a6162cd902477d [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test node_id_generator::tests::serial_id_generator_works ... ok [INFO] [stdout] test node_id_generator::tests::unixtime_id_generator_works ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests plumcast [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/node_id_generator.rs - node_id_generator::SerialLocalNodeIdGenerator::new (line 47) ... ok [INFO] [stdout] test src/node_id_generator.rs - node_id_generator::SerialLocalNodeIdGenerator::with_offset (line 63) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "555687aa7bc0b56c504d5cd5a9497cdb8098a13b5b92c31a1fc8db11d001934b"` [INFO] running `"docker" "rm" "-f" "555687aa7bc0b56c504d5cd5a9497cdb8098a13b5b92c31a1fc8db11d001934b"` [INFO] [stdout] 555687aa7bc0b56c504d5cd5a9497cdb8098a13b5b92c31a1fc8db11d001934b