[INFO] fetching crate xaeroflux-core 0.9.8-alpha.3...
[INFO] checking xaeroflux-core-0.9.8-alpha.3 against 1.95.0 for pr-155915
[INFO] extracting crate xaeroflux-core 0.9.8-alpha.3 into /workspace/builds/worker-5-tc1/source
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate xaeroflux-core 0.9.8-alpha.3
[INFO] finished tweaking crates.io crate xaeroflux-core 0.9.8-alpha.3
[INFO] tweaked toml for crates.io crate xaeroflux-core 0.9.8-alpha.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate xaeroflux-core 0.9.8-alpha.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate xaeroflux-core 0.9.8-alpha.3 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytecheck_derive v0.8.1
[INFO] [stderr]   Downloaded xaeroid v0.4.1
[INFO] [stderr]   Downloaded pqcrypto-traits v0.3.5
[INFO] [stderr]   Downloaded bytecheck v0.8.1
[INFO] [stderr]   Downloaded munge_macro v0.4.5
[INFO] [stderr]   Downloaded figlet-rs v0.1.5
[INFO] [stderr]   Downloaded munge v0.4.5
[INFO] [stderr]   Downloaded pqcrypto-internals v0.2.10
[INFO] [stderr]   Downloaded memmap2 v0.9.7
[INFO] [stderr]   Downloaded rusted-ring v0.5.6
[INFO] [stderr]   Downloaded pqcrypto-falcon v0.4.0
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6698b1495e2b97ddc0578ea3daf551a3327b4a25a3a336feaf6de2b7d5d7299
[INFO] running `Command { std: "docker" "start" "-a" "c6698b1495e2b97ddc0578ea3daf551a3327b4a25a3a336feaf6de2b7d5d7299", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6698b1495e2b97ddc0578ea3daf551a3327b4a25a3a336feaf6de2b7d5d7299", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6698b1495e2b97ddc0578ea3daf551a3327b4a25a3a336feaf6de2b7d5d7299", kill_on_drop: false }`
[INFO] [stdout] c6698b1495e2b97ddc0578ea3daf551a3327b4a25a3a336feaf6de2b7d5d7299
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e73f220c9673ff77ee206162efc43b953aad359a4d5150fe231119c928eb4d3
[INFO] running `Command { std: "docker" "start" "-a" "8e73f220c9673ff77ee206162efc43b953aad359a4d5150fe231119c928eb4d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking pqcrypto-traits v0.3.5
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking memmap2 v0.9.7
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking figlet-rs v0.1.5
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling pqcrypto-internals v0.2.10
[INFO] [stderr]    Compiling pqcrypto-falcon v0.4.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]     Checking ark-std v0.5.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling ark-serialize-derive v0.5.0
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling ark-ff-asm v0.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling bytecheck_derive v0.8.1
[INFO] [stderr]    Compiling ark-crypto-primitives-macros v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling munge_macro v0.4.5
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.16
[INFO] [stderr]    Compiling rkyv_derive v0.8.10
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking ptr_meta v0.3.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking rancor v0.1.0
[INFO] [stderr]     Checking data-encoding-macro v0.1.18
[INFO] [stderr]     Checking ark-serialize v0.5.0
[INFO] [stderr]     Checking multibase v0.9.1
[INFO] [stderr]     Checking munge v0.4.5
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking bytecheck v0.8.1
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]     Checking rend v0.5.2
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking rusted-ring v0.5.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking ark-ff v0.5.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking rkyv v0.8.10
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ark-poly v0.5.0
[INFO] [stderr]     Checking ark-relations v0.5.1
[INFO] [stderr]     Checking ark-snark v0.5.1
[INFO] [stderr]     Checking ark-ec v0.5.0
[INFO] [stderr]     Checking ark-crypto-primitives v0.5.0
[INFO] [stderr]     Checking ark-bn254 v0.5.0
[INFO] [stderr]     Checking ark-r1cs-std v0.5.0
[INFO] [stderr]     Checking ark-groth16 v0.5.0
[INFO] [stderr]     Checking xaeroid v0.4.1
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/xaeroid-0.4.1/src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(trivial_bounds)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xaeroid` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "8e73f220c9673ff77ee206162efc43b953aad359a4d5150fe231119c928eb4d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e73f220c9673ff77ee206162efc43b953aad359a4d5150fe231119c928eb4d3", kill_on_drop: false }`
[INFO] [stdout] 8e73f220c9673ff77ee206162efc43b953aad359a4d5150fe231119c928eb4d3
