[INFO] fetching crate libp2p-mplex 0.24.0... [INFO] checking libp2p-mplex-0.24.0 against beta for pr-78714 [INFO] extracting crate libp2p-mplex 0.24.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate libp2p-mplex 0.24.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate libp2p-mplex 0.24.0 [INFO] finished tweaking crates.io crate libp2p-mplex 0.24.0 [INFO] tweaked toml for crates.io crate libp2p-mplex 0.24.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d4e8d5e3325983514ac6cf18cd4baeb8c569dc1d6b0a5d9b1dba932bad331d8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d4e8d5e3325983514ac6cf18cd4baeb8c569dc1d6b0a5d9b1dba932bad331d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d4e8d5e3325983514ac6cf18cd4baeb8c569dc1d6b0a5d9b1dba932bad331d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d4e8d5e3325983514ac6cf18cd4baeb8c569dc1d6b0a5d9b1dba932bad331d8", kill_on_drop: false }` [INFO] [stdout] 3d4e8d5e3325983514ac6cf18cd4baeb8c569dc1d6b0a5d9b1dba932bad331d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5953689c9547cd67273e071f772be5380f076337594dcebfcb8d5ff1d2d63d70 [INFO] running `Command { std: "docker" "start" "-a" "5953689c9547cd67273e071f772be5380f076337594dcebfcb8d5ff1d2d63d70", kill_on_drop: false }` [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking humantime v2.0.1 [INFO] [stderr] Checking futures_codec v0.4.1 [INFO] [stderr] Checking env_logger v0.8.1 [INFO] [stderr] Checking unsigned-varint v0.5.1 [INFO] [stderr] Checking multihash v0.11.4 [INFO] [stderr] Checking multistream-select v0.8.5 [INFO] [stderr] Checking parity-multiaddr v0.9.4 [INFO] [stderr] Checking libp2p-core v0.24.0 [INFO] [stderr] Checking libp2p-mplex v0.24.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `libp2p_tcp` [INFO] [stdout] --> tests/two_peers.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libp2p_tcp::TcpConfig; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `libp2p_tcp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `libp2p_tcp` [INFO] [stdout] --> tests/async_write.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use libp2p_tcp::TcpConfig; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `libp2p_tcp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> tests/two_peers.rs:70:69 [INFO] [stdout] | [INFO] [stdout] 70 | if let Some(s) = muxing::event_from_ref_and_wrap(client.clone()).await.unwrap() [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `client` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> tests/two_peers.rs:113:69 [INFO] [stdout] | [INFO] [stdout] 113 | if let Some(s) = muxing::event_from_ref_and_wrap(client.clone()).await.unwrap() [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `client` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Transport` [INFO] [stdout] --> tests/two_peers.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | use libp2p_core::{muxing, upgrade, Transport}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libp2p-mplex` [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> tests/async_write.rs:70:69 [INFO] [stdout] | [INFO] [stdout] 70 | if let Some(s) = muxing::event_from_ref_and_wrap(client.clone()).await.unwrap() [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `client` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `Transport` [INFO] [stdout] --> tests/async_write.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | use libp2p_core::{muxing, upgrade, Transport}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5953689c9547cd67273e071f772be5380f076337594dcebfcb8d5ff1d2d63d70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5953689c9547cd67273e071f772be5380f076337594dcebfcb8d5ff1d2d63d70", kill_on_drop: false }` [INFO] [stdout] 5953689c9547cd67273e071f772be5380f076337594dcebfcb8d5ff1d2d63d70