[INFO] fetching crate incomplete-rexl 0.1.0...
[INFO] checking incomplete-rexl-0.1.0 against 1.95.0 for pr-155915
[INFO] extracting crate incomplete-rexl 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate incomplete-rexl 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate incomplete-rexl 0.1.0
[INFO] tweaked toml for crates.io crate incomplete-rexl 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate incomplete-rexl 0.1.0 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 incomplete-rexl 0.1.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] bba0eefb69ec2968520ea2957ebfd06ae59c4c8f6bcb12e132c858902b33fef5
[INFO] running `Command { std: "docker" "start" "-a" "bba0eefb69ec2968520ea2957ebfd06ae59c4c8f6bcb12e132c858902b33fef5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bba0eefb69ec2968520ea2957ebfd06ae59c4c8f6bcb12e132c858902b33fef5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bba0eefb69ec2968520ea2957ebfd06ae59c4c8f6bcb12e132c858902b33fef5", kill_on_drop: false }`
[INFO] [stdout] bba0eefb69ec2968520ea2957ebfd06ae59c4c8f6bcb12e132c858902b33fef5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b91fcc3c1ba43d00ba9aa5a2137db1e5162fa589876c3614d849ca9eee157c69
[INFO] running `Command { std: "docker" "start" "-a" "b91fcc3c1ba43d00ba9aa5a2137db1e5162fa589876c3614d849ca9eee157c69", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking incomplete-rexl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(target_feature_inline_always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(target_feature_inline_always)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `#[inline(always)]`-annotated `mm512_hexl_shrdi_epi64_vbmi2` requires the same target features to be inlined
[INFO] [stdout]    --> src/avx512_util.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |         mm512_hexl_shrdi_epi64_vbmi2::<BITSHIFT>(x, y)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: function will not be inlined
[INFO] [stdout]     = note: the following target features are on `mm512_hexl_shrdi_epi64_vbmi2` but missing from `mm512_hexl_shrdi_epi64`: avx512vbmi2
[INFO] [stdout] note: `mm512_hexl_shrdi_epi64_vbmi2` is defined here
[INFO] [stdout]    --> src/avx512_util.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | unsafe fn mm512_hexl_shrdi_epi64_vbmi2<const BITSHIFT: i32>(x: __m512i, y: __m512i) -> __m512i {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(inline_always_mismatching_target_features)]` on by default
[INFO] [stdout] help: add `#[target_feature]` attribute to `mm512_hexl_shrdi_epi64`
[INFO] [stdout]     |
[INFO] [stdout] 361 + #[target_feature(enable = "avx512vbmi2")]
[INFO] [stdout] 362 | pub unsafe fn mm512_hexl_shrdi_epi64<const BITSHIFT: i32>(x: __m512i, y: __m512i) -> __m512i {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `#[inline(always)]`-annotated `mm512_hexl_shrdi_epi64_vbmi2` requires the same target features to be inlined
[INFO] [stdout]    --> src/avx512_util.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 |         mm512_hexl_shrdi_epi64_vbmi2::<BITSHIFT>(x, y)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: function will not be inlined
[INFO] [stdout]     = note: the following target features are on `mm512_hexl_shrdi_epi64_vbmi2` but missing from `mm512_hexl_shrdi_epi64`: avx512vbmi2
[INFO] [stdout] note: `mm512_hexl_shrdi_epi64_vbmi2` is defined here
[INFO] [stdout]    --> src/avx512_util.rs:354:1
[INFO] [stdout]     |
[INFO] [stdout] 354 | unsafe fn mm512_hexl_shrdi_epi64_vbmi2<const BITSHIFT: i32>(x: __m512i, y: __m512i) -> __m512i {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(inline_always_mismatching_target_features)]` on by default
[INFO] [stdout] help: add `#[target_feature]` attribute to `mm512_hexl_shrdi_epi64`
[INFO] [stdout]     |
[INFO] [stdout] 361 + #[target_feature(enable = "avx512vbmi2")]
[INFO] [stdout] 362 | pub unsafe fn mm512_hexl_shrdi_epi64<const BITSHIFT: i32>(x: __m512i, y: __m512i) -> __m512i {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `incomplete-rexl` (lib test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `incomplete-rexl` (lib) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "b91fcc3c1ba43d00ba9aa5a2137db1e5162fa589876c3614d849ca9eee157c69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b91fcc3c1ba43d00ba9aa5a2137db1e5162fa589876c3614d849ca9eee157c69", kill_on_drop: false }`
[INFO] [stdout] b91fcc3c1ba43d00ba9aa5a2137db1e5162fa589876c3614d849ca9eee157c69
