[INFO] fetching crate flatrv 0.1.1... [INFO] testing flatrv-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate flatrv 0.1.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate flatrv 0.1.1 [INFO] finished tweaking crates.io crate flatrv 0.1.1 [INFO] tweaked toml for crates.io crate flatrv 0.1.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate flatrv 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.9.4) [INFO] [stderr] Adding goblin v0.1.3 (available: v0.10.1) [INFO] [stderr] Adding spin v0.5.2 (available: v0.10.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2064da3cb551fa78188018b0c4d11bc5621571c41be536708ab3e4368dca419c [INFO] running `Command { std: "docker" "start" "-a" "2064da3cb551fa78188018b0c4d11bc5621571c41be536708ab3e4368dca419c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2064da3cb551fa78188018b0c4d11bc5621571c41be536708ab3e4368dca419c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2064da3cb551fa78188018b0c4d11bc5621571c41be536708ab3e4368dca419c", kill_on_drop: false }` [INFO] [stdout] 2064da3cb551fa78188018b0c4d11bc5621571c41be536708ab3e4368dca419c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 688c73222efcc812ab3c9e1721695d02cebd24c251370f0661126f015ad5ead2 [INFO] running `Command { std: "docker" "start" "-a" "688c73222efcc812ab3c9e1721695d02cebd24c251370f0661126f015ad5ead2", kill_on_drop: false }` [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling goblin v0.1.3 [INFO] [stderr] Compiling flatrv v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(core_intrinsics, const_fn, atomic_min_max, stdsimd)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in 1.54.0; see for more information [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: flatrv depends on release mode for correctness [INFO] [stdout] --> src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | compile_error!("flatrv depends on release mode for correctness"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(core_intrinsics, const_fn, atomic_min_max, stdsimd)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(core_intrinsics, const_fn, atomic_min_max, stdsimd)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using it is strongly discouraged [INFO] [stdout] = note: `#[warn(internal_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `atomic_min_max` has been stable since 1.45.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(core_intrinsics, const_fn, atomic_min_max, stdsimd)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> src/lib.rs:2:55 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(core_intrinsics, const_fn, atomic_min_max, stdsimd)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_rtm` [INFO] [stdout] --> src/exec_x86_64.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | let status = unsafe { _xbegin() }; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #111138 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_rtm` [INFO] [stdout] --> src/exec_x86_64.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | if status == _XBEGIN_STARTED { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #111138 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_rtm` [INFO] [stdout] --> src/exec_x86_64.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | use core::arch::x86_64::{_xbegin, _XBEGIN_STARTED}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #111138 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_rtm` [INFO] [stdout] --> src/exec_x86_64.rs:13:39 [INFO] [stdout] | [INFO] [stdout] 13 | use core::arch::x86_64::{_xbegin, _XBEGIN_STARTED}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #111138 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_rtm` [INFO] [stdout] --> src/exec_x86_64.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | _xend(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #111138 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature `stdarch_x86_rtm` [INFO] [stdout] --> src/exec_x86_64.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | use core::arch::x86_64::_xend; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #111138 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557, E0635, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `flatrv` (lib) due to 10 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "688c73222efcc812ab3c9e1721695d02cebd24c251370f0661126f015ad5ead2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "688c73222efcc812ab3c9e1721695d02cebd24c251370f0661126f015ad5ead2", kill_on_drop: false }` [INFO] [stdout] 688c73222efcc812ab3c9e1721695d02cebd24c251370f0661126f015ad5ead2