[INFO] updating cached repository https://github.com/ralfbiedert/simd_aligned_rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 845a0055ec4d254c95bd05115b5734f864360572 [INFO] testing ralfbiedert/simd_aligned_rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fralfbiedert%2Fsimd_aligned_rust" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ralfbiedert/simd_aligned_rust on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ralfbiedert/simd_aligned_rust [INFO] finished tweaking git repo https://github.com/ralfbiedert/simd_aligned_rust [INFO] tweaked toml for git repo https://github.com/ralfbiedert/simd_aligned_rust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ralfbiedert/simd_aligned_rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fc9a3ed89593ad2c595db0e11771c7f5e0e1f29561fa5326b958e8b9cc3ac820 [INFO] running `"docker" "start" "-a" "fc9a3ed89593ad2c595db0e11771c7f5e0e1f29561fa5326b958e8b9cc3ac820"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling packed_simd v0.3.0 [INFO] [stderr] error: cannot find macro `x86_64_mmx_impl` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:478:17 [INFO] [stderr] | [INFO] [stderr] 478 | x86_64_mmx_impl!(m8x8, m8x16); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 614 | impl_mask_all_any!(m8x8); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `x86_64_mmx_impl` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:492:17 [INFO] [stderr] | [INFO] [stderr] 492 | x86_64_mmx_impl!(m16x4, m16x8); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 620 | impl_mask_all_any!(m16x4); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `x86_64_mmx_impl` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:506:17 [INFO] [stderr] | [INFO] [stderr] 506 | x86_64_mmx_impl!(m32x2, m32x4); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | impl_mask_all_any!(m32x2); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/lib.rs:201:1 [INFO] [stderr] | [INFO] [stderr] 201 | / #![feature( [INFO] [stderr] 202 | | rust_2018_preview, [INFO] [stderr] 203 | | repr_simd, [INFO] [stderr] 204 | | const_fn, [INFO] [stderr] ... | [INFO] [stderr] 215 | | custom_inner_attributes, [INFO] [stderr] 216 | | )] [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Simd<[masks::m8; 8]>: codegen::reductions::mask::All` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/api/reductions/mask.rs:9:69 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { crate::codegen::reductions::mask::All::all(self) } [INFO] [stderr] | ^^^^ the trait `codegen::reductions::mask::All` is not implemented for `Simd<[masks::m8; 8]>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | unsafe fn all(self) -> bool; [INFO] [stderr] | ---------------------------- required by `codegen::reductions::mask::All::all` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/v64.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / impl_m!([m8; 8]: m8x8 | i8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 | [INFO] [stderr] 14 | | From: m16x8, m32x8 | [INFO] [stderr] 15 | | /// A 64-bit vector mask with 8 `m8` lanes. [INFO] [stderr] 16 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] and 17 others [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Simd<[masks::m16; 4]>: codegen::reductions::mask::All` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/api/reductions/mask.rs:9:69 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { crate::codegen::reductions::mask::All::all(self) } [INFO] [stderr] | ^^^^ the trait `codegen::reductions::mask::All` is not implemented for `Simd<[masks::m16; 4]>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | unsafe fn all(self) -> bool; [INFO] [stderr] | ---------------------------- required by `codegen::reductions::mask::All::all` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/v64.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / impl_m!([m16; 4]: m16x4 | i16 | test_v64 | x0, x1, x2, x3 | [INFO] [stderr] 27 | | From: m8x4, m32x4, m64x4 | [INFO] [stderr] 28 | | /// A 64-bit vector mask with 4 `m16` lanes. [INFO] [stderr] 29 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] and 17 others [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Simd<[masks::m32; 2]>: codegen::reductions::mask::All` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/api/reductions/mask.rs:9:69 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { crate::codegen::reductions::mask::All::all(self) } [INFO] [stderr] | ^^^^ the trait `codegen::reductions::mask::All` is not implemented for `Simd<[masks::m32; 2]>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | unsafe fn all(self) -> bool; [INFO] [stderr] | ---------------------------- required by `codegen::reductions::mask::All::all` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/v64.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / impl_m!([m32; 2]: m32x2 | i32 | test_v64 | x0, x1 | [INFO] [stderr] 40 | | From: m8x2, m16x2, m64x2, m128x2 | [INFO] [stderr] 41 | | /// A 64-bit vector mask with 2 `m32` lanes. [INFO] [stderr] 42 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] as codegen::reductions::mask::All> [INFO] [stderr] and 17 others [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Simd<[masks::m8; 8]>: codegen::reductions::mask::Any` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/api/reductions/mask.rs:14:69 [INFO] [stderr] | [INFO] [stderr] 14 | unsafe { crate::codegen::reductions::mask::Any::any(self) } [INFO] [stderr] | ^^^^ the trait `codegen::reductions::mask::Any` is not implemented for `Simd<[masks::m8; 8]>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | unsafe fn any(self) -> bool; [INFO] [stderr] | ---------------------------- required by `codegen::reductions::mask::Any::any` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/v64.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / impl_m!([m8; 8]: m8x8 | i8 | test_v64 | x0, x1, x2, x3, x4, x5, x6, x7 | [INFO] [stderr] 14 | | From: m16x8, m32x8 | [INFO] [stderr] 15 | | /// A 64-bit vector mask with 8 `m8` lanes. [INFO] [stderr] 16 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] and 17 others [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Simd<[masks::m16; 4]>: codegen::reductions::mask::Any` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/api/reductions/mask.rs:14:69 [INFO] [stderr] | [INFO] [stderr] 14 | unsafe { crate::codegen::reductions::mask::Any::any(self) } [INFO] [stderr] | ^^^^ the trait `codegen::reductions::mask::Any` is not implemented for `Simd<[masks::m16; 4]>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | unsafe fn any(self) -> bool; [INFO] [stderr] | ---------------------------- required by `codegen::reductions::mask::Any::any` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/v64.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | / impl_m!([m16; 4]: m16x4 | i16 | test_v64 | x0, x1, x2, x3 | [INFO] [stderr] 27 | | From: m8x4, m32x4, m64x4 | [INFO] [stderr] 28 | | /// A 64-bit vector mask with 4 `m16` lanes. [INFO] [stderr] 29 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] and 17 others [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `Simd<[masks::m32; 2]>: codegen::reductions::mask::Any` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/api/reductions/mask.rs:14:69 [INFO] [stderr] | [INFO] [stderr] 14 | unsafe { crate::codegen::reductions::mask::Any::any(self) } [INFO] [stderr] | ^^^^ the trait `codegen::reductions::mask::Any` is not implemented for `Simd<[masks::m32; 2]>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/codegen/reductions/mask.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | unsafe fn any(self) -> bool; [INFO] [stderr] | ---------------------------- required by `codegen::reductions::mask::Any::any` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.0/src/v64.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / impl_m!([m32; 2]: m32x2 | i32 | test_v64 | x0, x1 | [INFO] [stderr] 40 | | From: m8x2, m16x2, m64x2, m128x2 | [INFO] [stderr] 41 | | /// A 64-bit vector mask with 2 `m32` lanes. [INFO] [stderr] 42 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] as codegen::reductions::mask::Any> [INFO] [stderr] and 17 others [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `packed_simd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fc9a3ed89593ad2c595db0e11771c7f5e0e1f29561fa5326b958e8b9cc3ac820"` [INFO] running `"docker" "rm" "-f" "fc9a3ed89593ad2c595db0e11771c7f5e0e1f29561fa5326b958e8b9cc3ac820"` [INFO] [stdout] fc9a3ed89593ad2c595db0e11771c7f5e0e1f29561fa5326b958e8b9cc3ac820