[INFO] fetching crate llml 0.2.3... [INFO] testing llml-0.2.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate llml 0.2.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate llml 0.2.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate llml 0.2.3 [INFO] finished tweaking crates.io crate llml 0.2.3 [INFO] tweaked toml for crates.io crate llml 0.2.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 586fe11eec37ccf1c100d56c6df9cfd94673ceab90db38c31231019fded968cf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "586fe11eec37ccf1c100d56c6df9cfd94673ceab90db38c31231019fded968cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "586fe11eec37ccf1c100d56c6df9cfd94673ceab90db38c31231019fded968cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "586fe11eec37ccf1c100d56c6df9cfd94673ceab90db38c31231019fded968cf", kill_on_drop: false }` [INFO] [stdout] 586fe11eec37ccf1c100d56c6df9cfd94673ceab90db38c31231019fded968cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d26d67458a04d3bbca96c49de9da93ea399dcc3a8792385de05b912ed55f9cc5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d26d67458a04d3bbca96c49de9da93ea399dcc3a8792385de05b912ed55f9cc5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling llml v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:63 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:110 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `import_derives` [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | macro_rules! import_derives { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vec::*` [INFO] [stdout] --> src/generics/mat.rs:1:48 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{mat::{Matf2, Matd2, Matf3, Matd3}, vec::*}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__m128s` should have an upper camel case name [INFO] [stdout] --> src/x86/mod.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | type __m128s = __m128; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `M128s` [INFO] [stdout] | [INFO] [stdout] ::: src/x86/vec2.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | impl_arith_sse!(EucVecf2, f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__m128s` should have an upper camel case name [INFO] [stdout] --> src/x86/mod.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | type __m128s = __m128; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `M128s` [INFO] [stdout] | [INFO] [stdout] ::: src/x86/vec3.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_arith_sse!(EucVecf3, f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `__m128s` should have an upper camel case name [INFO] [stdout] --> src/x86/mod.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | type __m128s = __m128; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `M128s` [INFO] [stdout] | [INFO] [stdout] ::: src/x86/vec4.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | impl_arith_sse!(EucVecf4, f32); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_arith` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intrinsics::transmute` [INFO] [stdout] --> src/x86/double/sse/vec3.rs:3:43 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> src/x86/mod.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x86/double/sse/mat2.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | x86_use!(); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intrinsics::transmute` [INFO] [stdout] --> src/x86/double/sse/mat2.rs:3:43 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{ops::{Add, Sub, Mul, Div, Neg}, intrinsics::transmute}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::arch::x86_64::*` [INFO] [stdout] --> src/x86/mod.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use core::arch::x86_64::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/x86/double/sse/mat3.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | x86_use!(); [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `x86_use` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:1:23 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:1:38 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:1:55 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:1:70 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:1:101 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(once_cell, concat_idents, core_intrinsics, set_ptr_value, portable_simd, trivial_bounds, stdsimd, generic_const_exprs)] [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:71 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(any(target_arch = "x86", target_arch = "x86_64"), feature(stdarch))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `llml` due to 10 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d26d67458a04d3bbca96c49de9da93ea399dcc3a8792385de05b912ed55f9cc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d26d67458a04d3bbca96c49de9da93ea399dcc3a8792385de05b912ed55f9cc5", kill_on_drop: false }` [INFO] [stdout] d26d67458a04d3bbca96c49de9da93ea399dcc3a8792385de05b912ed55f9cc5