[INFO] crate future_pubsub 0.1.3 is already in cache [INFO] extracting crate future_pubsub 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/future_pubsub/0.1.3 [INFO] extracting crate future_pubsub 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/future_pubsub/0.1.3 [INFO] validating manifest of future_pubsub-0.1.3 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 future_pubsub-0.1.3 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 future_pubsub-0.1.3 [INFO] finished frobbing future_pubsub-0.1.3 [INFO] frobbed toml for future_pubsub-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/future_pubsub/0.1.3/Cargo.toml [INFO] started frobbing future_pubsub-0.1.3 [INFO] finished frobbing future_pubsub-0.1.3 [INFO] frobbed toml for future_pubsub-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/future_pubsub/0.1.3/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 future_pubsub-0.1.3 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/future_pubsub/0.1.3:/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] c2f3aa0efeedc10037def1dfcd7babd4df273d66fb197caba82e4060e20ef025 [INFO] running `"docker" "start" "-a" "c2f3aa0efeedc10037def1dfcd7babd4df273d66fb197caba82e4060e20ef025"` [INFO] [stderr] Compiling future_pubsub v0.1.3 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `"docker" "inspect" "c2f3aa0efeedc10037def1dfcd7babd4df273d66fb197caba82e4060e20ef025"` [INFO] running `"docker" "rm" "-f" "c2f3aa0efeedc10037def1dfcd7babd4df273d66fb197caba82e4060e20ef025"` [INFO] [stdout] c2f3aa0efeedc10037def1dfcd7babd4df273d66fb197caba82e4060e20ef025 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/future_pubsub/0.1.3:/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] 86c2d4a79919e83ed9c78d407b8c8c7bae7889c8552dd0eb783ff56f6ec7bd85 [INFO] running `"docker" "start" "-a" "86c2d4a79919e83ed9c78d407b8c8c7bae7889c8552dd0eb783ff56f6ec7bd85"` [INFO] [stderr] Compiling future_pubsub v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `tokio_core::reactor::Core` [INFO] [stderr] --> tests/unsync_cloneable.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use tokio_core::reactor::Core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ops::Deref` [INFO] [stderr] --> tests/unsync_cloneable.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::ops::Deref; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Sink` [INFO] [stderr] --> tests/unsync_cloneable.rs:7:31 [INFO] [stderr] | [INFO] [stderr] 7 | use futures::{Future, Stream, Sink}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.36s [INFO] running `"docker" "inspect" "86c2d4a79919e83ed9c78d407b8c8c7bae7889c8552dd0eb783ff56f6ec7bd85"` [INFO] running `"docker" "rm" "-f" "86c2d4a79919e83ed9c78d407b8c8c7bae7889c8552dd0eb783ff56f6ec7bd85"` [INFO] [stdout] 86c2d4a79919e83ed9c78d407b8c8c7bae7889c8552dd0eb783ff56f6ec7bd85 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/future_pubsub/0.1.3:/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] 9218897ad0913817c418fdbb4f0a44e4378ff2e95fedf784ffcb38ee0d47ef17 [INFO] running `"docker" "start" "-a" "9218897ad0913817c418fdbb4f0a44e4378ff2e95fedf784ffcb38ee0d47ef17"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/future_pubsub-38177e002ba62a04 [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/unsync_cloneable-5cdc589c988291a4 [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/unsync_unbounded-34ae043fd2322151 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test clone ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test send_recv_shared ... ok [INFO] [stdout] test send_recv ... ok [INFO] [stdout] test send_many_items ... ok [INFO] [stdout] test send_many_items_recv_shared ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests future_pubsub [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9218897ad0913817c418fdbb4f0a44e4378ff2e95fedf784ffcb38ee0d47ef17"` [INFO] running `"docker" "rm" "-f" "9218897ad0913817c418fdbb4f0a44e4378ff2e95fedf784ffcb38ee0d47ef17"` [INFO] [stdout] 9218897ad0913817c418fdbb4f0a44e4378ff2e95fedf784ffcb38ee0d47ef17