[INFO] cloning repository https://github.com/CIPHER-and-SPROUT/sui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CIPHER-and-SPROUT/sui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCIPHER-and-SPROUT%2Fsui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCIPHER-and-SPROUT%2Fsui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8b99b50a17998726286087e3ffa2552c384cdb2b
[INFO] checking CIPHER-and-SPROUT/sui against try#ddcf048784667508cd676fef4667f88ae15628a3 for pr-148271
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCIPHER-and-SPROUT%2Fsui" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  41% (5557/13265)
Updating files:  42% (5572/13265)
Updating files:  43% (5704/13265)
Updating files:  44% (5837/13265)
Updating files:  45% (5970/13265)
Updating files:  46% (6102/13265)
Updating files:  47% (6235/13265)
Updating files:  48% (6368/13265)
Updating files:  49% (6500/13265)
Updating files:  50% (6633/13265)
Updating files:  51% (6766/13265)
Updating files:  52% (6898/13265)
Updating files:  53% (7031/13265)
Updating files:  54% (7164/13265)
Updating files:  55% (7296/13265)
Updating files:  56% (7429/13265)
Updating files:  57% (7562/13265)
Updating files:  58% (7694/13265)
Updating files:  59% (7827/13265)
Updating files:  60% (7959/13265)
Updating files:  61% (8092/13265)
Updating files:  62% (8225/13265)
Updating files:  63% (8357/13265)
Updating files:  64% (8490/13265)
Updating files:  65% (8623/13265)
Updating files:  66% (8755/13265)
Updating files:  67% (8888/13265)
Updating files:  68% (9021/13265)
Updating files:  69% (9153/13265)
Updating files:  70% (9286/13265)
Updating files:  71% (9419/13265)
Updating files:  72% (9551/13265)
Updating files:  73% (9684/13265)
Updating files:  74% (9817/13265)
Updating files:  75% (9949/13265)
Updating files:  76% (10082/13265)
Updating files:  77% (10215/13265)
Updating files:  78% (10347/13265)
Updating files:  79% (10480/13265)
Updating files:  80% (10612/13265)
Updating files:  81% (10745/13265)
Updating files:  82% (10878/13265)
Updating files:  83% (11010/13265)
Updating files:  84% (11143/13265)
Updating files:  85% (11276/13265)
Updating files:  86% (11408/13265)
Updating files:  87% (11541/13265)
Updating files:  88% (11674/13265)
Updating files:  89% (11806/13265)
Updating files:  90% (11939/13265)
Updating files:  91% (12072/13265)
Updating files:  92% (12204/13265)
Updating files:  93% (12337/13265)
Updating files:  94% (12470/13265)
Updating files:  95% (12602/13265)
Updating files:  96% (12735/13265)
Updating files:  97% (12868/13265)
Updating files:  98% (13000/13265)
Updating files:  99% (13133/13265)
Updating files: 100% (13265/13265)
Updating files: 100% (13265/13265), done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/CIPHER-and-SPROUT/sui
[INFO] finished tweaking git repo https://github.com/CIPHER-and-SPROUT/sui
[INFO] tweaked toml for git repo https://github.com/CIPHER-and-SPROUT/sui written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CIPHER-and-SPROUT/sui on toolchain ddcf048784667508cd676fef4667f88ae15628a3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CIPHER-and-SPROUT/sui 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" "+ddcf048784667508cd676fef4667f88ae15628a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-core/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-bridge-cli/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-cluster-test/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-tls/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/narwhal/node/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-sdk/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/narwhal/worker/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-rest-api/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-json-rpc-tests/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-security-watchdog/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-proxy/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/narwhal/primary/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-rosetta/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-storage/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/suiop-cli/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-bridge/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-graphql-rpc/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-oracle/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-metric-checker/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `prometheus-http-query` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-metric-checker/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-node/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-aws-orchestrator/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_core` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_kms` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-telemetry/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-graphql-rpc-client/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /workspace/builds/worker-3-tc2/source/crates/sui-config/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3dfa235f4e8af7aab6bfa1c4308283eae1fd3a4f4278ccc167a6aa87f3f74ee9
[INFO] running `Command { std: "docker" "start" "-a" "3dfa235f4e8af7aab6bfa1c4308283eae1fd3a4f4278ccc167a6aa87f3f74ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dfa235f4e8af7aab6bfa1c4308283eae1fd3a4f4278ccc167a6aa87f3f74ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dfa235f4e8af7aab6bfa1c4308283eae1fd3a4f4278ccc167a6aa87f3f74ee9", kill_on_drop: false }`
[INFO] [stdout] 3dfa235f4e8af7aab6bfa1c4308283eae1fd3a4f4278ccc167a6aa87f3f74ee9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ddcf048784667508cd676fef4667f88ae15628a3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c20455f0a6021dc0d5986eacb96e829b737da1a5d4694edd2c5db26eabbc8fb8
[INFO] running `Command { std: "docker" "start" "-a" "c20455f0a6021dc0d5986eacb96e829b737da1a5d4694edd2c5db26eabbc8fb8", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-cluster-test/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-node/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_core` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_kms` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-security-watchdog/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-tls/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-json-rpc-tests/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/narwhal/node/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-rest-api/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-metric-checker/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `prometheus-http-query` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-metric-checker/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-graphql-rpc-client/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-core/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/narwhal/primary/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-bridge-cli/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-sdk/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-telemetry/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/suiop-cli/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-rosetta/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-storage/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-oracle/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/narwhal/worker/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-aws-orchestrator/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-graphql-rpc/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-config/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-bridge/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/sui-proxy/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `reqwest` dependency)
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.112
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking lock_api v0.4.11
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]     Checking linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking ahash v0.7.6
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stdout] error[E0635]: unknown feature `stdsimd`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.7.6/src/lib.rs:33:42
[INFO] [stdout]    |
[INFO] [stdout] 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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" "c20455f0a6021dc0d5986eacb96e829b737da1a5d4694edd2c5db26eabbc8fb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c20455f0a6021dc0d5986eacb96e829b737da1a5d4694edd2c5db26eabbc8fb8", kill_on_drop: false }`
[INFO] [stdout] c20455f0a6021dc0d5986eacb96e829b737da1a5d4694edd2c5db26eabbc8fb8
