[INFO] fetching crate pcap-async 0.1.5... [INFO] checking pcap-async-0.1.5 against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] extracting crate pcap-async 0.1.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate pcap-async 0.1.5 on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pcap-async 0.1.5 [INFO] finished tweaking crates.io crate pcap-async 0.1.5 [INFO] tweaked toml for crates.io crate pcap-async 0.1.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c519a5cc63eec7145f53b2d6acd8a79d47831f6b3e11ef2a89f01453a2f7c635 [INFO] running `"docker" "start" "-a" "c519a5cc63eec7145f53b2d6acd8a79d47831f6b3e11ef2a89f01453a2f7c635"` [INFO] [stderr] Compiling pcap-sys v0.1.3 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio v0.2.16 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking pcap-async v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> benches/bench_capture.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | BridgeStream::new(Config::default(), vec![handle1.clone(), handle2.clone()]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected struct `std::time::Duration`, found struct `pcap_async::config::Config` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::sync::Arc: futures_core::stream::Stream` is not satisfied [INFO] [stderr] --> benches/bench_capture.rs:80:50 [INFO] [stderr] | [INFO] [stderr] 80 | BridgeStream::new(Config::default(), vec![handle1.clone(), handle2.clone()]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures_core::stream::Stream` is not implemented for `std::sync::Arc` [INFO] [stderr] | [INFO] [stderr] = note: required by `pcap_async::bridge_stream::BridgeStream::::new` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::sync::Arc: futures_core::stream::Stream` is not satisfied [INFO] [stderr] --> benches/bench_capture.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | BridgeStream::new(Config::default(), vec![handle1.clone(), handle2.clone()]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `futures_core::stream::Stream` is not implemented for `std::sync::Arc` [INFO] [stderr] | [INFO] [stderr] = note: required by `pcap_async::bridge_stream::BridgeStream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `expect` found for enum `std::result::Result>, pcap_async::errors::Error>` in the current scope [INFO] [stderr] --> benches/bench_capture.rs:81:18 [INFO] [stderr] | [INFO] [stderr] 81 | .expect("Failed to build"); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result>, pcap_async::errors::Error>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `pcap-async`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c519a5cc63eec7145f53b2d6acd8a79d47831f6b3e11ef2a89f01453a2f7c635"` [INFO] running `"docker" "rm" "-f" "c519a5cc63eec7145f53b2d6acd8a79d47831f6b3e11ef2a89f01453a2f7c635"` [INFO] [stdout] c519a5cc63eec7145f53b2d6acd8a79d47831f6b3e11ef2a89f01453a2f7c635