[INFO] cloning repository https://github.com/nahco314/onefmt-biome
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nahco314/onefmt-biome" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnahco314%2Fonefmt-biome", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnahco314%2Fonefmt-biome'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 105e7d136af9ed44f1b60105278668792ec720fc
[INFO] testing nahco314/onefmt-biome against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnahco314%2Fonefmt-biome" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/nahco314/onefmt-biome on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/nahco314/onefmt-biome
[INFO] finished tweaking git repo https://github.com/nahco314/onefmt-biome
[INFO] tweaked toml for git repo https://github.com/nahco314/onefmt-biome written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/nahco314/onefmt-biome 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d5ffc6eafc26d2e7cf83dd98af8179bde79ca440cf924958263eee45cf49ba50
[INFO] running `Command { std: "docker" "start" "-a" "d5ffc6eafc26d2e7cf83dd98af8179bde79ca440cf924958263eee45cf49ba50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5ffc6eafc26d2e7cf83dd98af8179bde79ca440cf924958263eee45cf49ba50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5ffc6eafc26d2e7cf83dd98af8179bde79ca440cf924958263eee45cf49ba50", kill_on_drop: false }`
[INFO] [stdout] d5ffc6eafc26d2e7cf83dd98af8179bde79ca440cf924958263eee45cf49ba50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 642d57d278ea38b727a0cdf2042bc0434adc4706e3ffe5f89e2d7ffb6125c329
[INFO] running `Command { std: "docker" "start" "-a" "642d57d278ea38b727a0cdf2042bc0434adc4706e3ffe5f89e2d7ffb6125c329", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling gimli v0.31.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling biome_diagnostics_categories v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling json-strip-comments v1.0.4
[INFO] [stderr]    Compiling object v0.36.4
[INFO] [stderr]    Compiling biome_markup v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling simdutf8 v0.1.4
[INFO] [stderr]    Compiling result v1.0.0
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling biome_unicode_table v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling drop_bomb v0.1.5
[INFO] [stderr]    Compiling biome_string_case v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling biome_aria_metadata v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling anyhow v1.0.87
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling addr2line v0.24.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling rust-lapper v1.1.0
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling natord v1.0.9
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling biome_diagnostics_macros v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling biome_deserialize_macros v0.6.0 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling bytemuck v1.18.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling elsa v1.10.0
[INFO] [stderr]    Compiling roaring v0.10.6
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling bpaf_derive v0.5.13
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling derive_builder_core v0.13.1
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling bpaf v0.9.13
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling derive_builder_macro v0.13.1
[INFO] [stderr]    Compiling derive_builder v0.13.1
[INFO] [stderr]    Compiling biome_aria v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling path-dedot v3.1.1
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling path-absolutize v3.1.1
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling globset v0.4.15
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling enumflags2 v0.7.10
[INFO] [stderr]    Compiling serde_ini v0.2.0
[INFO] [stderr]    Compiling node-semver v2.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling grit-util v0.3.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling grit-pattern-matcher v0.3.0
[INFO] [stderr]    Compiling oxc_resolver v1.11.0
[INFO] [stderr]    Compiling foro-plugin-utils v0.2.0 (https://github.com/nahco314/foro-plugin-utils#17a4bc23)
[INFO] [stderr]    Compiling biome_text_size v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling biome_text_edit v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling biome_console v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling biome_rowan v0.5.7 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stderr]    Compiling biome_flags v0.0.0 (https://github.com/biomejs/biome/?branch=main#bea79083)
[INFO] [stdout] error[E0080]: evaluation of constant value failed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/biome-2319164891def0dd/bea7908/crates/biome_rowan/src/utility_types.rs:152:24
[INFO] [stdout]     |
[INFO] [stdout] 152 |         const _: i32 = 0 / $expr as i32;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ attempt to divide `0_i32` by zero
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/git/checkouts/biome-2319164891def0dd/bea7908/crates/biome_rowan/src/green/node.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout] 61  | static_assert!(mem::size_of::<Slot>() == mem::size_of::<usize>() * 2);
[INFO] [stdout]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `static_assert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `biome_rowan` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "642d57d278ea38b727a0cdf2042bc0434adc4706e3ffe5f89e2d7ffb6125c329", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "642d57d278ea38b727a0cdf2042bc0434adc4706e3ffe5f89e2d7ffb6125c329", kill_on_drop: false }`
[INFO] [stdout] 642d57d278ea38b727a0cdf2042bc0434adc4706e3ffe5f89e2d7ffb6125c329
