[INFO] fetching crate Fasma 1.1.2... [INFO] checking Fasma-1.1.2 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate Fasma 1.1.2 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate Fasma 1.1.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate Fasma 1.1.2 [INFO] tweaked toml for crates.io crate Fasma 1.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate Fasma 1.1.2 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate Fasma 1.1.2 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c1b2030ca990d5426e5c8d8e536f144b380c0c47e2a6f6f662f8d3d196b5346 [INFO] running `Command { std: "docker" "start" "-a" "2c1b2030ca990d5426e5c8d8e536f144b380c0c47e2a6f6f662f8d3d196b5346", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c1b2030ca990d5426e5c8d8e536f144b380c0c47e2a6f6f662f8d3d196b5346", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c1b2030ca990d5426e5c8d8e536f144b380c0c47e2a6f6f662f8d3d196b5346", kill_on_drop: false }` [INFO] [stdout] 2c1b2030ca990d5426e5c8d8e536f144b380c0c47e2a6f6f662f8d3d196b5346 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02bb97b015a2fbf1e6abb827aa23081b9d07e2a3c45ff1e203df9d633e707375 [INFO] running `Command { std: "docker" "start" "-a" "02bb97b015a2fbf1e6abb827aa23081b9d07e2a3c45ff1e203df9d633e707375", kill_on_drop: false }` [INFO] [stderr] Checking Fasma v1.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:38:71 [INFO] [stdout] | [INFO] [stdout] 38 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch_x86_avx512))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:38:71 [INFO] [stdout] | [INFO] [stdout] 38 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch_x86_avx512))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/shift.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/extract.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/reverse.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/compare.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/compare.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/compare.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/bitwise.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/scalar.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eSIMD` in `Fasma` [INFO] [stdout] --> tests/eSIMD/platform/x86/shuffle.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eSIMD::{ [INFO] [stdout] | ^^^^^ could not find `eSIMD` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(feature = "eSIMD")] [INFO] [stdout] | ----------------- the item is gated behind the `eSIMD` feature [INFO] [stdout] 41 | pub mod eSIMD; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `eFunc` in `Fasma` [INFO] [stdout] --> tests/eFunc/mem/platform/x86/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | eFunc::{ [INFO] [stdout] | ^^^^^ could not find `eFunc` in `Fasma` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg(feature = "eFunc")] [INFO] [stdout] | ----------------- the item is gated behind the `eFunc` feature [INFO] [stdout] 44 | pub mod eFunc; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `stdarch_x86_avx512` has been stable since 1.89.0 and no longer requires an attribute to enable [INFO] [stdout] --> tests/lib.rs:39:71 [INFO] [stdout] | [INFO] [stdout] 39 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch_x86_avx512))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `Fasma` (test "lib") due to 10 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "02bb97b015a2fbf1e6abb827aa23081b9d07e2a3c45ff1e203df9d633e707375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02bb97b015a2fbf1e6abb827aa23081b9d07e2a3c45ff1e203df9d633e707375", kill_on_drop: false }` [INFO] [stdout] 02bb97b015a2fbf1e6abb827aa23081b9d07e2a3c45ff1e203df9d633e707375