[INFO] cloning repository https://github.com/vlad9486/libp2p-simulation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vlad9486/libp2p-simulation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvlad9486%2Flibp2p-simulation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvlad9486%2Flibp2p-simulation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 15e4f44668375dbc4d7efa325e85df8f59bd80c8 [INFO] checking vlad9486/libp2p-simulation against try#121a90d34197f711021eeb158e7f4184b8be8ceb for pr-140313 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvlad9486%2Flibp2p-simulation" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vlad9486/libp2p-simulation on toolchain 121a90d34197f711021eeb158e7f4184b8be8ceb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vlad9486/libp2p-simulation [INFO] finished tweaking git repo https://github.com/vlad9486/libp2p-simulation [INFO] tweaked toml for git repo https://github.com/vlad9486/libp2p-simulation written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/vlad9486/libp2p-simulation 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" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/openmina/rust-libp2p` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/mcginty/snow` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded id-set v0.2.2 [INFO] [stderr] Downloaded choice v0.0.2 [INFO] [stderr] Downloaded yamux v0.12.0 [INFO] [stderr] Downloaded multiaddr v0.18.1 [INFO] [stderr] Downloaded libp2p-identity v0.2.7 [INFO] [stderr] Downloaded stateright v0.30.1 [INFO] [stderr] Downloaded fiat-crypto v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd64ced23f58388897c723a52ead682b7dcf512aa7b48168ae6664e6d28a8e08 [INFO] running `Command { std: "docker" "start" "-a" "dd64ced23f58388897c723a52ead682b7dcf512aa7b48168ae6664e6d28a8e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd64ced23f58388897c723a52ead682b7dcf512aa7b48168ae6664e6d28a8e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd64ced23f58388897c723a52ead682b7dcf512aa7b48168ae6664e6d28a8e08", kill_on_drop: false }` [INFO] [stdout] dd64ced23f58388897c723a52ead682b7dcf512aa7b48168ae6664e6d28a8e08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+121a90d34197f711021eeb158e7f4184b8be8ceb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7928dbd686f1d914e2f0ecb1b6fc3dd99636343f71ff350bfeb7d1e20866b94f [INFO] running `Command { std: "docker" "start" "-a" "7928dbd686f1d914e2f0ecb1b6fc3dd99636343f71ff350bfeb7d1e20866b94f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Checking futures-io v0.3.29 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Compiling platforms v3.2.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking cpufeatures v0.2.11 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking signature v2.1.0 [INFO] [stderr] Compiling data-encoding v2.4.0 [INFO] [stderr] Checking quick-protobuf v0.8.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Checking core2 v0.4.0 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking bs58 v0.5.0 [INFO] [stderr] Checking base-x v0.2.11 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling rustix v0.38.21 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking chunked_transfer v1.4.1 [INFO] [stderr] Checking zerocopy v0.7.25 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking linux-raw-sys v0.4.11 [INFO] [stderr] Compiling curve25519-dalek v4.1.1 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling snow v0.9.0 (https://github.com/mcginty/snow#009411d2) [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking hashbrown v0.14.2 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking ascii v1.1.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.6/src/lib.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking choice v0.0.2 [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ahash` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7928dbd686f1d914e2f0ecb1b6fc3dd99636343f71ff350bfeb7d1e20866b94f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7928dbd686f1d914e2f0ecb1b6fc3dd99636343f71ff350bfeb7d1e20866b94f", kill_on_drop: false }` [INFO] [stdout] 7928dbd686f1d914e2f0ecb1b6fc3dd99636343f71ff350bfeb7d1e20866b94f