[INFO] cloning repository https://github.com/wmedrano/bats [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wmedrano/bats" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwmedrano%2Fbats", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwmedrano%2Fbats'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 24c7f916435bd98b934c70c48443e142f46acd2d [INFO] testing wmedrano/bats against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwmedrano%2Fbats" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/wmedrano/bats [INFO] finished tweaking git repo https://github.com/wmedrano/bats [INFO] tweaked toml for git repo https://github.com/wmedrano/bats written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/wmedrano/bats on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/wmedrano/bats 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-5-tc1/source/bats-dsp/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `criterion` dependency) [INFO] [stderr] warning: /workspace/builds/worker-5-tc1/source/bats-lib/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `criterion` dependency) [INFO] [stderr] warning: /workspace/builds/worker-5-tc1/source/bmidi/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `criterion` dependency) [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lru v0.12.0 [INFO] [stderr] Downloaded atomic-polyfill v0.1.11 [INFO] [stderr] Downloaded cobs v0.2.3 [INFO] [stderr] Downloaded indoc v2.0.4 [INFO] [stderr] Downloaded ciborium-ll v0.2.1 [INFO] [stderr] Downloaded ciborium-io v0.2.1 [INFO] [stderr] Downloaded jack-sys v0.5.1 [INFO] [stderr] Downloaded jack v0.11.4 [INFO] [stderr] Downloaded clap v4.4.8 [INFO] [stderr] Downloaded postcard v1.0.8 [INFO] [stderr] Downloaded ciborium v0.2.1 [INFO] [stderr] Downloaded errno v0.3.7 [INFO] [stderr] Downloaded heapless v0.7.16 [INFO] [stderr] Downloaded ratatui v0.24.0 [INFO] [stderr] Downloaded embedded-io v0.4.0 [INFO] [stderr] Downloaded critical-section v1.1.2 [INFO] [stderr] Downloaded clap_builder v4.4.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37f98b930ee8a319587e289733455c3e34abc24d8cecc691721cd74503ccc2c7 [INFO] running `Command { std: "docker" "start" "-a" "37f98b930ee8a319587e289733455c3e34abc24d8cecc691721cd74503ccc2c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37f98b930ee8a319587e289733455c3e34abc24d8cecc691721cd74503ccc2c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37f98b930ee8a319587e289733455c3e34abc24d8cecc691721cd74503ccc2c7", kill_on_drop: false }` [INFO] [stdout] 37f98b930ee8a319587e289733455c3e34abc24d8cecc691721cd74503ccc2c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0a7c36bf4dd79086e7b99acabfdf16a3393e1ff1cb17ada83715faf41a0c175b [INFO] running `Command { std: "docker" "start" "-a" "0a7c36bf4dd79086e7b99acabfdf16a3393e1ff1cb17ada83715faf41a0c175b", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/bats-lib/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `criterion` dependency) [INFO] [stderr] warning: /opt/rustwide/workdir/bats-dsp/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `criterion` dependency) [INFO] [stderr] warning: /opt/rustwide/workdir/bmidi/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `criterion` dependency) [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling zerocopy v0.7.26 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling hound v3.5.1 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling hash32 v0.2.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] Compiling spin v0.9.8 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stdout] For more information about this error, try `rustc --explain E0635`. [INFO] [stdout] [INFO] [stderr] Compiling colorchoice v1.0.0 [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" "0a7c36bf4dd79086e7b99acabfdf16a3393e1ff1cb17ada83715faf41a0c175b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a7c36bf4dd79086e7b99acabfdf16a3393e1ff1cb17ada83715faf41a0c175b", kill_on_drop: false }` [INFO] [stdout] 0a7c36bf4dd79086e7b99acabfdf16a3393e1ff1cb17ada83715faf41a0c175b