[INFO] cloning repository https://github.com/JordanElButler/labyrinth [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JordanElButler/labyrinth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordanElButler%2Flabyrinth", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordanElButler%2Flabyrinth'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c1028e39971bc6a9cefcbcb2bbdc5c4bf302fcc3 [INFO] testing JordanElButler/labyrinth against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordanElButler%2Flabyrinth" "/workspace/builds/worker-87/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-87/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JordanElButler/labyrinth on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JordanElButler/labyrinth [INFO] finished tweaking git repo https://github.com/JordanElButler/labyrinth [INFO] tweaked toml for git repo https://github.com/JordanElButler/labyrinth written to /workspace/builds/worker-87/source/Cargo.toml [INFO] crate git repo https://github.com/JordanElButler/labyrinth already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d44d078230dfe46cd691016ca146b180ba44bdf07542c883b236678b86269c7 [INFO] running `Command { std: "docker" "start" "-a" "3d44d078230dfe46cd691016ca146b180ba44bdf07542c883b236678b86269c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d44d078230dfe46cd691016ca146b180ba44bdf07542c883b236678b86269c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d44d078230dfe46cd691016ca146b180ba44bdf07542c883b236678b86269c7", kill_on_drop: false }` [INFO] [stdout] 3d44d078230dfe46cd691016ca146b180ba44bdf07542c883b236678b86269c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77bcfb2a1c1af7be363d36b09b28025c4b79a7d67fb740b70b2b7336355e89a2 [INFO] running `Command { std: "docker" "start" "-a" "77bcfb2a1c1af7be363d36b09b28025c4b79a7d67fb740b70b2b7336355e89a2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling weezl v0.1.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling bytemuck v1.5.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling simdeez v1.0.6 [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-1.0.6/src/avx2/avx2.rs:527:38 [INFO] [stdout] | [INFO] [stdout] 521 | let mask = _mm256_setr_epi32(0, -1, 0, -1, 0, -1, 0, -1); // mask for high part containing only sign [INFO] [stdout] | ______________- [INFO] [stdout] 522 | | Self::blendv_epi64(I64x4(sra3), I64x4(sign), I64x4(mask)) [INFO] [stdout] 523 | | } [INFO] [stdout] 524 | | } [INFO] [stdout] 525 | | #[inline(always)] [INFO] [stdout] 526 | | 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] 527 | I32x8(_mm256_srli_epi32(a.0, amt_const)) [INFO] [stdout] | ^^^^^^^^^ non-constant value [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tar v0.4.30 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling gl_fun v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stdout] error: aborting due to previous error [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 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "77bcfb2a1c1af7be363d36b09b28025c4b79a7d67fb740b70b2b7336355e89a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77bcfb2a1c1af7be363d36b09b28025c4b79a7d67fb740b70b2b7336355e89a2", kill_on_drop: false }` [INFO] [stdout] 77bcfb2a1c1af7be363d36b09b28025c4b79a7d67fb740b70b2b7336355e89a2