[INFO] fetching crate chicago-tdd-tools 26.7.1... [INFO] checking chicago-tdd-tools-26.7.1 against d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-25 [INFO] extracting crate chicago-tdd-tools 26.7.1 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate chicago-tdd-tools 26.7.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate chicago-tdd-tools 26.7.1 [INFO] tweaked toml for crates.io crate chicago-tdd-tools 26.7.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate chicago-tdd-tools 26.7.1 on toolchain d0ab665d12770dbaae620b539ee4319b83445f45 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate chicago-tdd-tools 26.7.1 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" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91 [INFO] running `Command { std: "docker" "start" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.8.2 [INFO] [stderr] Compiling autocfg v1.5.1 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Checking typenum v1.20.1 [INFO] [stderr] Compiling zerocopy v0.8.52 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Checking uuid v1.23.3 [INFO] [stderr] Compiling winnow v1.0.3 [INFO] [stderr] Compiling hashbrown v0.17.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling chicago-tdd-tools v26.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cc v1.2.63 [INFO] [stderr] Checking log v0.4.32 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking bitflags v2.13.0 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling target-triple v1.0.0 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Checking toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking quick-xml v0.36.2 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Compiling blake3 v1.8.5 [INFO] [stderr] Checking rand v0.9.4 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking toml v1.1.2+spec-1.1.0 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking regex v1.12.4 [INFO] [stderr] Compiling toml_edit v0.25.12+spec-1.1.0 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.52 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling chicago-tdd-tools-proc-macros v26.7.1 [INFO] [stderr] Compiling star-toml-derive v26.6.29 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling ntest_test_cases v0.9.5 [INFO] [stderr] Compiling ntest_timeout v0.9.5 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking ntest v0.9.5 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking trybuild v1.0.116 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking tokio-stream v0.1.18 [INFO] [stderr] Checking wasm4pm-compat v26.6.28 [INFO] [stderr] Checking tokio-test v0.4.5 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stdout] error[E0001]: `-Znext-solver=globally` and `generic_const_exprs` are incompatible, using them at the same time is not allowed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm4pm-compat-26.6.28/src/lib.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 148 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: remove one of these features [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0001`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasm4pm-compat` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91", kill_on_drop: false }` [INFO] [stdout] 88bcd75b90d289ced738d2819d24c03db37751bd6b98f86c228cf55c17f5ef91