[INFO] crate libp2p-core 0.18.0 is already in cache [INFO] checking libp2p-core-0.18.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate libp2p-core 0.18.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate libp2p-core 0.18.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libp2p-core 0.18.0 [INFO] finished tweaking crates.io crate libp2p-core 0.18.0 [INFO] tweaked toml for crates.io crate libp2p-core 0.18.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] c9cd0e4d04925b14f683a4e2ac8e20c3b05c2122c6bb6b9e48bbd2dc8e4f3c52 [INFO] running `"docker" "start" "-a" "c9cd0e4d04925b14f683a4e2ac8e20c3b05c2122c6bb6b9e48bbd2dc8e4f3c52"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking unsigned-varint v0.3.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking futures-timer v2.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking blake2b_simd v0.5.10 [INFO] [stderr] Checking blake2s_simd v0.5.10 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking kv-log-macro v1.0.5 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking multihash v0.10.1 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking parity-multiaddr v0.8.0 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Compiling libp2p-core v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking multistream-select v0.8.0 [INFO] [stderr] Checking rw-stream-sink v0.2.1 [INFO] [stderr] Checking wasm-timer v0.2.4 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_tcp` [INFO] [stderr] --> tests/network_dial_error.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | let transport = libp2p_tcp::TcpConfig::new() [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `libp2p_tcp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_secio` [INFO] [stderr] --> tests/network_dial_error.rs:50:27 [INFO] [stderr] | [INFO] [stderr] 50 | .authenticate(libp2p_secio::SecioConfig::new(local_key)) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_mplex` [INFO] [stderr] --> tests/network_dial_error.rs:51:24 [INFO] [stderr] | [INFO] [stderr] 51 | .multiplex(libp2p_mplex::MplexConfig::new()) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_mplex` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_tcp` [INFO] [stderr] --> tests/network_dial_error.rs:59:25 [INFO] [stderr] | [INFO] [stderr] 59 | let transport = libp2p_tcp::TcpConfig::new() [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `libp2p_tcp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_secio` [INFO] [stderr] --> tests/network_dial_error.rs:61:27 [INFO] [stderr] | [INFO] [stderr] 61 | .authenticate(libp2p_secio::SecioConfig::new(local_key)) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_mplex` [INFO] [stderr] --> tests/network_dial_error.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | .multiplex(libp2p_mplex::MplexConfig::new()) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_mplex` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libp2p_mplex` [INFO] [stderr] --> tests/transport_upgrade.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | use libp2p_mplex::MplexConfig; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_mplex` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `libp2p_secio` [INFO] [stderr] --> tests/transport_upgrade.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use libp2p_secio::SecioConfig; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_tcp` [INFO] [stderr] --> tests/network_dial_error.rs:125:25 [INFO] [stderr] | [INFO] [stderr] 125 | let transport = libp2p_tcp::TcpConfig::new() [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `libp2p_tcp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_secio` [INFO] [stderr] --> tests/network_dial_error.rs:127:27 [INFO] [stderr] | [INFO] [stderr] 127 | .authenticate(libp2p_secio::SecioConfig::new(local_key)) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_mplex` [INFO] [stderr] --> tests/network_dial_error.rs:128:24 [INFO] [stderr] | [INFO] [stderr] 128 | .multiplex(libp2p_mplex::MplexConfig::new()) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_mplex` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_tcp` [INFO] [stderr] --> tests/network_dial_error.rs:200:25 [INFO] [stderr] | [INFO] [stderr] 200 | let transport = libp2p_tcp::TcpConfig::new() [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `libp2p_tcp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_secio` [INFO] [stderr] --> tests/network_dial_error.rs:202:27 [INFO] [stderr] | [INFO] [stderr] 202 | .authenticate(libp2p_secio::SecioConfig::new(local_key)) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_mplex` [INFO] [stderr] --> tests/network_dial_error.rs:203:24 [INFO] [stderr] | [INFO] [stderr] 203 | .multiplex(libp2p_mplex::MplexConfig::new()) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_mplex` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_tcp` [INFO] [stderr] --> tests/network_dial_error.rs:219:25 [INFO] [stderr] | [INFO] [stderr] 219 | let transport = libp2p_tcp::TcpConfig::new() [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `libp2p_tcp` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_secio` [INFO] [stderr] --> tests/network_dial_error.rs:221:27 [INFO] [stderr] | [INFO] [stderr] 221 | .authenticate(libp2p_secio::SecioConfig::new(local_key)) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `libp2p_mplex` [INFO] [stderr] --> tests/network_dial_error.rs:222:24 [INFO] [stderr] | [INFO] [stderr] 222 | .multiplex(libp2p_mplex::MplexConfig::new()) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `libp2p_mplex` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Transport` [INFO] [stderr] --> tests/network_dial_error.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | Transport, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `libp2p-core`. [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] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `libp2p-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c9cd0e4d04925b14f683a4e2ac8e20c3b05c2122c6bb6b9e48bbd2dc8e4f3c52"` [INFO] running `"docker" "rm" "-f" "c9cd0e4d04925b14f683a4e2ac8e20c3b05c2122c6bb6b9e48bbd2dc8e4f3c52"` [INFO] [stdout] c9cd0e4d04925b14f683a4e2ac8e20c3b05c2122c6bb6b9e48bbd2dc8e4f3c52