[INFO] crate pcap-async 0.1.4 is already in cache [INFO] checking pcap-async-0.1.4 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate pcap-async 0.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate pcap-async 0.1.4 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pcap-async 0.1.4 [INFO] finished tweaking crates.io crate pcap-async 0.1.4 [INFO] tweaked toml for crates.io crate pcap-async 0.1.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f63bce2014cd8abdc1c83e24def1fc6a94860bd025f076ff0241fed98a2fb471 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f63bce2014cd8abdc1c83e24def1fc6a94860bd025f076ff0241fed98a2fb471"` [INFO] [stderr] Compiling pcap-sys v0.1.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking pcap-async v0.1.4 (/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" "f63bce2014cd8abdc1c83e24def1fc6a94860bd025f076ff0241fed98a2fb471"` [INFO] running `"docker" "rm" "-f" "f63bce2014cd8abdc1c83e24def1fc6a94860bd025f076ff0241fed98a2fb471"` [INFO] [stdout] f63bce2014cd8abdc1c83e24def1fc6a94860bd025f076ff0241fed98a2fb471