[INFO] cloning repository https://github.com/rpruizc/rustipfs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rpruizc/rustipfs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frpruizc%2Frustipfs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frpruizc%2Frustipfs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aca959438a8e8430390896230ad2c419ec42ae74 [INFO] checking rpruizc/rustipfs/aca959438a8e8430390896230ad2c419ec42ae74 against master#4847d6a9d07d4be9ba3196f6ad444af2d7bdde72 for pr-134276 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frpruizc%2Frustipfs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rpruizc/rustipfs on toolchain 4847d6a9d07d4be9ba3196f6ad444af2d7bdde72 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rpruizc/rustipfs [INFO] finished tweaking git repo https://github.com/rpruizc/rustipfs [INFO] tweaked toml for git repo https://github.com/rpruizc/rustipfs written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rpruizc/rustipfs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded poly1305 v0.6.1 [INFO] [stderr] Downloaded ipfs-unixfs v0.2.0 [INFO] [stderr] Downloaded cid v0.5.1 [INFO] [stderr] Downloaded polyval v0.4.2 [INFO] [stderr] Downloaded quick-protobuf v0.7.0 [INFO] [stderr] Downloaded ipfs-bitswap v0.1.0 [INFO] [stderr] Downloaded parity-multiaddr v0.9.6 [INFO] [stderr] Downloaded domain-resolv v0.5.1 [INFO] [stderr] Downloaded domain v0.5.3 [INFO] [stderr] Downloaded ipfs v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77eda754b7f2abf06578e64d92fc8184fea1eaf1751d7f8e8cd4e9b5714ed8ae [INFO] running `Command { std: "docker" "start" "-a" "77eda754b7f2abf06578e64d92fc8184fea1eaf1751d7f8e8cd4e9b5714ed8ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77eda754b7f2abf06578e64d92fc8184fea1eaf1751d7f8e8cd4e9b5714ed8ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77eda754b7f2abf06578e64d92fc8184fea1eaf1751d7f8e8cd4e9b5714ed8ae", kill_on_drop: false }` [INFO] [stdout] 77eda754b7f2abf06578e64d92fc8184fea1eaf1751d7f8e8cd4e9b5714ed8ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+4847d6a9d07d4be9ba3196f6ad444af2d7bdde72" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc7f7c65bd7e608a6d258d9f76445647dbd6e5be7633780d0c615311932e2c92 [INFO] running `Command { std: "docker" "start" "-a" "bc7f7c65bd7e608a6d258d9f76445647dbd6e5be7633780d0c615311932e2c92", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Checking subtle v2.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling multimap v0.8.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking futures-sink v0.3.8 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking smallvec v1.5.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking sha2 v0.9.2 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Compiling cc v1.0.65 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking data-encoding v2.3.1 [INFO] [stderr] Checking unsigned-varint v0.5.1 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Checking blake2s_simd v0.5.11 [INFO] [stderr] Checking blake2b_simd v0.5.11 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Checking sha-1 v0.9.2 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Compiling ring v0.16.19 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking multihash v0.11.4 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking unicode-normalization v0.1.16 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking signature v1.2.2 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking ed25519 v1.0.3 [INFO] [stderr] Checking hmac-drbg v0.2.0 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking bs58 v0.4.0 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking bs58 v0.3.1 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking block-cipher v0.8.0 [INFO] [stderr] Checking universal-hash v0.4.0 [INFO] [stderr] Checking net2 v0.2.36 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Checking polyval v0.4.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking aes-soft v0.5.0 [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Checking stream-cipher v0.7.1 [INFO] [stderr] Checking aead v0.3.2 [INFO] [stderr] Checking aes v0.5.0 [INFO] [stderr] Compiling snow v0.7.2 [INFO] [stderr] Checking ghash v0.3.0 [INFO] [stderr] Checking poly1305 v0.6.1 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking base-x v0.2.8 [INFO] [stderr] Checking blake2 v0.9.1 [INFO] [stderr] Checking aes-gcm v0.7.0 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking c_linked_list v1.1.1 [INFO] [stderr] Checking unsigned-varint v0.3.3 [INFO] [stderr] Checking get_if_addrs v0.5.3 [INFO] [stderr] Checking dns-parser v0.8.0 [INFO] [stderr] Checking uint v0.8.5 [INFO] [stderr] Checking socket2 v0.3.17 [INFO] [stderr] Checking tracing v0.1.22 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Checking cuckoofilter v0.3.2 [INFO] [stderr] Checking domain v0.5.3 [INFO] [stderr] Checking quick-protobuf v0.7.0 [INFO] [stderr] Checking filetime v0.2.13 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking atomic v0.4.6 [INFO] [stderr] Checking dirs v3.0.1 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling zeroize_derive v1.0.1 [INFO] [stderr] Checking zeroize v1.1.1 [INFO] [stderr] Checking curve25519-dalek v3.0.0 [INFO] [stderr] Compiling asn1_der_derive v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Checking asn1_der v0.6.3 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking pin-project v0.4.27 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.9 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Checking tokio v0.2.23 [INFO] [stderr] Checking data-encoding-macro v0.1.10 [INFO] [stderr] Checking chacha20 v0.5.0 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Checking multibase v0.8.0 [INFO] [stderr] Checking x25519-dalek v1.1.0 [INFO] [stderr] Checking chacha20poly1305 v0.6.0 [INFO] [stderr] Checking curve25519-dalek v2.1.0 [INFO] [stderr] Checking cid v0.5.1 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling libp2p-core-derive v0.20.2 [INFO] [stderr] Checking ipfs-unixfs v0.2.0 [INFO] [stderr] Checking async-stream v0.3.0 [INFO] [stderr] Checking x25519-dalek v0.6.0 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling libp2p-core v0.22.1 [INFO] [stderr] Compiling libp2p-floodsub v0.22.0 [INFO] [stderr] Compiling libp2p-kad v0.23.0 [INFO] [stderr] Compiling libp2p-noise v0.24.0 [INFO] [stderr] Compiling libp2p-identify v0.22.0 [INFO] [stderr] Compiling ipfs-bitswap v0.1.0 [INFO] [stderr] Compiling ipfs v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.8 [INFO] [stderr] Checking futures v0.3.8 [INFO] [stderr] Checking futures_codec v0.4.1 [INFO] [stderr] Checking rw-stream-sink v0.2.1 [INFO] [stderr] Checking multistream-select v0.8.5 [INFO] [stderr] Checking wasm-timer v0.2.5 [INFO] [stderr] Checking yamux v0.8.0 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Checking unsigned-varint v0.4.0 [INFO] [stderr] Checking domain-resolv v0.5.1 [INFO] [stderr] Checking ed25519-dalek v1.0.1 [INFO] [stderr] Checking parity-multiaddr v0.9.6 [INFO] [stderr] Checking libp2p-swarm v0.22.0 [INFO] [stderr] Checking libp2p-yamux v0.25.0 [INFO] [stderr] Checking libp2p-mplex v0.22.0 [INFO] [stderr] Checking libp2p-tcp v0.22.0 [INFO] [stderr] Checking libp2p-dns v0.22.0 [INFO] [stderr] Checking libp2p-ping v0.22.0 [INFO] [stderr] Checking libp2p-mdns v0.22.0 [INFO] [stderr] Checking libp2p v0.28.1 [INFO] [stderr] Checking ipfs-client v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: snow v0.7.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "bc7f7c65bd7e608a6d258d9f76445647dbd6e5be7633780d0c615311932e2c92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc7f7c65bd7e608a6d258d9f76445647dbd6e5be7633780d0c615311932e2c92", kill_on_drop: false }` [INFO] [stdout] bc7f7c65bd7e608a6d258d9f76445647dbd6e5be7633780d0c615311932e2c92