[INFO] crate libp2p-noise 0.13.0 is already in cache [INFO] checking libp2p-noise-0.13.0 against try#9ff4d07208097950831ed4ea9d76feb1eafc8baa for pr-69340 [INFO] extracting crate libp2p-noise 0.13.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate libp2p-noise 0.13.0 on toolchain 9ff4d07208097950831ed4ea9d76feb1eafc8baa [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libp2p-noise 0.13.0 [INFO] finished tweaking crates.io crate libp2p-noise 0.13.0 [INFO] tweaked toml for crates.io crate libp2p-noise 0.13.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "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" "+9ff4d07208097950831ed4ea9d76feb1eafc8baa" "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] 1eeb20008ebbb3cb79c3ed5eb5cbf7d1b516861ea5854b99b0ae325b0cb0f0d8 [INFO] running `"docker" "start" "-a" "1eeb20008ebbb3cb79c3ed5eb5cbf7d1b516861ea5854b99b0ae325b0cb0f0d8"` [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling multimap v0.8.0 [INFO] [stderr] Checking unsigned-varint v0.3.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking ipnet v2.2.0 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking get_if_addrs v0.5.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling snow v0.6.2 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling petgraph v0.5.0 [INFO] [stderr] Compiling asn1_der_derive v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking blake2 v0.8.1 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking hmac-drbg v0.2.0 [INFO] [stderr] Checking parity-multihash v0.2.3 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking sodiumoxide v0.2.5 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking multistream-select v0.7.0 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Checking parity-multiaddr v0.7.2 [INFO] [stderr] Checking asn1_der v0.6.3 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parity-multiaddr-0.7.2/src/onion_addr.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | Self(Cow::Owned(self.0.into_owned()), self.1) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch [INFO] [stderr] | [INFO] [stderr] = note: expected struct `onion_addr::Onion3Addr<'b>` [INFO] [stderr] found struct `onion_addr::Onion3Addr<'a>` [INFO] [stderr] note: the lifetime `'a` as defined on the impl at 10:6... [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parity-multiaddr-0.7.2/src/onion_addr.rs:10:6 [INFO] [stderr] | [INFO] [stderr] 10 | impl<'a> Onion3Addr<'a> { [INFO] [stderr] | ^^ [INFO] [stderr] note: ...does not necessarily outlive the lifetime `'b` as defined on the method body at 22:20 [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parity-multiaddr-0.7.2/src/onion_addr.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn acquire<'b>(self) -> Onion3Addr<'b> { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `parity-multiaddr`. [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: build failed [INFO] running `"docker" "inspect" "1eeb20008ebbb3cb79c3ed5eb5cbf7d1b516861ea5854b99b0ae325b0cb0f0d8"` [INFO] running `"docker" "rm" "-f" "1eeb20008ebbb3cb79c3ed5eb5cbf7d1b516861ea5854b99b0ae325b0cb0f0d8"` [INFO] [stdout] 1eeb20008ebbb3cb79c3ed5eb5cbf7d1b516861ea5854b99b0ae325b0cb0f0d8