[INFO] cloning repository https://github.com/nlaha/world-gen-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nlaha/world-gen-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlaha%2Fworld-gen-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlaha%2Fworld-gen-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7cea09a2520ed5824df16bbe9a45f687f31c0bd8 [INFO] testing nlaha/world-gen-rs against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlaha%2Fworld-gen-rs" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nlaha/world-gen-rs 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] removed /workspace/builds/worker-2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/nlaha/world-gen-rs [INFO] finished tweaking git repo https://github.com/nlaha/world-gen-rs [INFO] tweaked toml for git repo https://github.com/nlaha/world-gen-rs written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/nlaha/world-gen-rs 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simdnoise v3.1.6 [INFO] [stderr] Downloaded bevy_fly_camera v0.6.0 [INFO] [stderr] Downloaded rectangle-pack v0.2.2 [INFO] [stderr] Downloaded simdeez v1.0.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 4a37655e5dabf135109dc008f311b1ee5758da1c1b16b2b67f0e2319a36469b4 [INFO] running `Command { std: "docker" "start" "-a" "4a37655e5dabf135109dc008f311b1ee5758da1c1b16b2b67f0e2319a36469b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a37655e5dabf135109dc008f311b1ee5758da1c1b16b2b67f0e2319a36469b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a37655e5dabf135109dc008f311b1ee5758da1c1b16b2b67f0e2319a36469b4", kill_on_drop: false }` [INFO] [stdout] 4a37655e5dabf135109dc008f311b1ee5758da1c1b16b2b67f0e2319a36469b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8791369e26e8405a171b01cff30a61fc3782b49e4fcbfa092f3b4f7cbaf03353 [INFO] running `Command { std: "docker" "start" "-a" "8791369e26e8405a171b01cff30a61fc3782b49e4fcbfa092f3b4f7cbaf03353", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling vec-arena v1.1.0 [INFO] [stderr] Compiling fixedbitset v0.3.2 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling bevy-glsl-to-spirv v0.2.1 [INFO] [stderr] Compiling glam v0.13.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling ttf-parser v0.12.0 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling cpal v0.13.2 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling rectangle-pack v0.2.2 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling glam v0.11.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling ash v0.31.0 [INFO] [stderr] Compiling wgpu-types v0.6.1 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling spirv_headers v1.5.0 [INFO] [stderr] Compiling euclid v0.22.2 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling simdeez v1.0.6 [INFO] [stderr] Compiling owned_ttf_parser v0.12.0 [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 ab_glyph v0.2.10 [INFO] [stderr] Compiling stretch v0.3.2 [INFO] [stderr] Compiling guillotiere v0.6.0 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling hexasphere v3.2.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling glyph_brush_layout v0.2.1 [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" "8791369e26e8405a171b01cff30a61fc3782b49e4fcbfa092f3b4f7cbaf03353", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8791369e26e8405a171b01cff30a61fc3782b49e4fcbfa092f3b4f7cbaf03353", kill_on_drop: false }` [INFO] [stdout] 8791369e26e8405a171b01cff30a61fc3782b49e4fcbfa092f3b4f7cbaf03353