[INFO] fetching crate grape_ml 0.0.1... [INFO] testing grape_ml-0.0.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate grape_ml 0.0.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate grape_ml 0.0.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate grape_ml 0.0.1 [INFO] finished tweaking crates.io crate grape_ml 0.0.1 [INFO] tweaked toml for crates.io crate grape_ml 0.0.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate grape_ml 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a1de96d32cbf3ba9ecaa0114ecce55f3e5222a3462923a1c6af05ffb902e02cf [INFO] running `Command { std: "docker" "start" "-a" "a1de96d32cbf3ba9ecaa0114ecce55f3e5222a3462923a1c6af05ffb902e02cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1de96d32cbf3ba9ecaa0114ecce55f3e5222a3462923a1c6af05ffb902e02cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1de96d32cbf3ba9ecaa0114ecce55f3e5222a3462923a1c6af05ffb902e02cf", kill_on_drop: false }` [INFO] [stdout] a1de96d32cbf3ba9ecaa0114ecce55f3e5222a3462923a1c6af05ffb902e02cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 019eb867bccb26c129ca7ffe47938695e5854bd86db0c8de8b64ec1f44429c6f [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" "019eb867bccb26c129ca7ffe47938695e5854bd86db0c8de8b64ec1f44429c6f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.3 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Compiling paste v0.1.6 [INFO] [stderr] Compiling simdeez v0.6.4 [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simdeez-0.6.4/src/avx2.rs:543:38 [INFO] [stdout] | [INFO] [stdout] 397 | let mem_addr_256 = mem::transmute::<&mut i64, &mut __m256i>(mem_addr); [INFO] [stdout] | __________- [INFO] [stdout] 398 | | _mm256_storeu_si256(mem_addr_256, a.0); [INFO] [stdout] 399 | | } [INFO] [stdout] 400 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 541 | | #[inline(always)] [INFO] [stdout] 542 | | unsafe fn srai_epi32(a: Self::Vi32, amt_const: i32) -> Self::Vi32 { [INFO] [stdout] | |_________________________________________________- help: consider using `const` instead of `let`: `const amt_const` [INFO] [stdout] 543 | I32x8(_mm256_srai_epi32(a.0, amt_const)) [INFO] [stdout] | ^^^^^^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simdeez-0.6.4/src/avx2.rs:566:38 [INFO] [stdout] | [INFO] [stdout] 560 | let mask = _mm256_setr_epi32(0, -1, 0, -1, 0, -1, 0, -1); // mask for high part containing only sign [INFO] [stdout] | ______________- [INFO] [stdout] 561 | | Self::blendv_epi64(I64x4(sra3), I64x4(sign), I64x4(mask)) [INFO] [stdout] 562 | | } [INFO] [stdout] 563 | | } [INFO] [stdout] 564 | | #[inline(always)] [INFO] [stdout] 565 | | unsafe fn srli_epi32(a: Self::Vi32, amt_const: i32) -> Self::Vi32 { [INFO] [stdout] | |_________________________________________________- help: consider using `const` instead of `let`: `const amt_const` [INFO] [stdout] 566 | I32x8(_mm256_srli_epi32(a.0, amt_const)) [INFO] [stdout] | ^^^^^^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0435]: attempt to use a non-constant value in a constant [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/simdeez-0.6.4/src/avx2.rs:570:38 [INFO] [stdout] | [INFO] [stdout] 560 | let mask = _mm256_setr_epi32(0, -1, 0, -1, 0, -1, 0, -1); // mask for high part containing only sign [INFO] [stdout] | ______________- [INFO] [stdout] 561 | | Self::blendv_epi64(I64x4(sra3), I64x4(sign), I64x4(mask)) [INFO] [stdout] 562 | | } [INFO] [stdout] 563 | | } [INFO] [stdout] ... | [INFO] [stdout] 568 | | #[inline(always)] [INFO] [stdout] 569 | | unsafe fn slli_epi32(a: Self::Vi32, amt_const: i32) -> Self::Vi32 { [INFO] [stdout] | |_________________________________________________- help: consider using `const` instead of `let`: `const amt_const` [INFO] [stdout] 570 | I32x8(_mm256_slli_epi32(a.0, amt_const)) [INFO] [stdout] | ^^^^^^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0435`. [INFO] [stdout] [INFO] [stderr] error: could not compile `simdeez` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "019eb867bccb26c129ca7ffe47938695e5854bd86db0c8de8b64ec1f44429c6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "019eb867bccb26c129ca7ffe47938695e5854bd86db0c8de8b64ec1f44429c6f", kill_on_drop: false }` [INFO] [stdout] 019eb867bccb26c129ca7ffe47938695e5854bd86db0c8de8b64ec1f44429c6f