[INFO] crate plumcast 0.1.5 is already in cache [INFO] extracting crate plumcast 0.1.5 into work/ex/beta-1.37-6/sources/1.36.0/reg/plumcast/0.1.5 [INFO] extracting crate plumcast 0.1.5 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/plumcast/0.1.5 [INFO] validating manifest of plumcast-0.1.5 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 plumcast-0.1.5 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/plumcast/0.1.5/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 plumcast-0.1.5 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-1/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/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-07-23" "build" "--frozen"` [INFO] [stdout] 9cc621d4493e21c5c47664884dcd8a9e9fbe3bacaf7cb5e243c39d4217e74e45 [INFO] running `"docker" "start" "-a" "9cc621d4493e21c5c47664884dcd8a9e9fbe3bacaf7cb5e243c39d4217e74e45"` [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling atomic_immut v0.1.4 [INFO] [stderr] Compiling nbchan v0.1.3 [INFO] [stderr] Compiling splay_tree v0.2.10 [INFO] [stderr] Compiling factory v0.1.2 [INFO] [stderr] Compiling plumtree v0.1.1 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling hyparview v0.1.3 [INFO] [stderr] Compiling fibers v0.1.12 [INFO] [stderr] Compiling trackable v0.2.22 [INFO] [stderr] Compiling bytecodec v0.4.11 [INFO] [stderr] Compiling prometrics v0.1.11 [INFO] [stderr] Compiling tasque v0.1.4 [INFO] [stderr] Compiling fibers_tasque v0.1.2 [INFO] [stderr] Compiling fibers_rpc v0.3.1 [INFO] [stderr] Compiling plumcast v0.1.5 (/opt/crater/workdir) [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 24.90s [INFO] running `"docker" "inspect" "9cc621d4493e21c5c47664884dcd8a9e9fbe3bacaf7cb5e243c39d4217e74e45"` [INFO] running `"docker" "rm" "-f" "9cc621d4493e21c5c47664884dcd8a9e9fbe3bacaf7cb5e243c39d4217e74e45"` [INFO] [stdout] 9cc621d4493e21c5c47664884dcd8a9e9fbe3bacaf7cb5e243c39d4217e74e45 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/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/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 81f1bacf3a8b28fb905efa331b42f4db6d805bc5c9131270649c0871e2c08a59 [INFO] running `"docker" "start" "-a" "81f1bacf3a8b28fb905efa331b42f4db6d805bc5c9131270649c0871e2c08a59"` [INFO] [stderr] Compiling slog-scope v4.1.2 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling slog-kvfilter v0.7.0 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling fibers_global v0.1.2 [INFO] [stderr] Compiling slog-stdlog v3.0.5 [INFO] [stderr] Compiling sloggers v0.3.2 [INFO] [stderr] Compiling plumcast v0.1.5 (/opt/crater/workdir) [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 15.02s [INFO] running `"docker" "inspect" "81f1bacf3a8b28fb905efa331b42f4db6d805bc5c9131270649c0871e2c08a59"` [INFO] running `"docker" "rm" "-f" "81f1bacf3a8b28fb905efa331b42f4db6d805bc5c9131270649c0871e2c08a59"` [INFO] [stdout] 81f1bacf3a8b28fb905efa331b42f4db6d805bc5c9131270649c0871e2c08a59 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/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/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-07-23" "test" "--frozen"` [INFO] [stdout] 80b03b79f47c2e76e99a964c6a9f544fc31c0bae55b16241c5b171a62d2c2ebf [INFO] running `"docker" "start" "-a" "80b03b79f47c2e76e99a964c6a9f544fc31c0bae55b16241c5b171a62d2c2ebf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/plumcast-eb4d1f7ad0cfc552 [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" "80b03b79f47c2e76e99a964c6a9f544fc31c0bae55b16241c5b171a62d2c2ebf"` [INFO] running `"docker" "rm" "-f" "80b03b79f47c2e76e99a964c6a9f544fc31c0bae55b16241c5b171a62d2c2ebf"` [INFO] [stdout] 80b03b79f47c2e76e99a964c6a9f544fc31c0bae55b16241c5b171a62d2c2ebf