[INFO] cloning repository https://github.com/JCapucho/anim-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JCapucho/anim-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJCapucho%2Fanim-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJCapucho%2Fanim-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 977771fa6cd143c3cbb57210b37a28338c2eff4d [INFO] checking JCapucho/anim-demo against master#9503ea19edbf01b9435e80e17d60ce1b88390116 for pr-81782 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJCapucho%2Fanim-demo" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JCapucho/anim-demo on toolchain 9503ea19edbf01b9435e80e17d60ce1b88390116 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JCapucho/anim-demo [INFO] finished tweaking git repo https://github.com/JCapucho/anim-demo [INFO] tweaked toml for git repo https://github.com/JCapucho/anim-demo written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/JCapucho/anim-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edbc13a541e83350c06a7e0743b83840ed971324b037370bd64c0d8f955418c1 [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" "edbc13a541e83350c06a7e0743b83840ed971324b037370bd64c0d8f955418c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edbc13a541e83350c06a7e0743b83840ed971324b037370bd64c0d8f955418c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbc13a541e83350c06a7e0743b83840ed971324b037370bd64c0d8f955418c1", kill_on_drop: false }` [INFO] [stdout] edbc13a541e83350c06a7e0743b83840ed971324b037370bd64c0d8f955418c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5dbc4fe6d081b8e8a20b950f19f009fe6f3252cb8ae349eced4f91b3ecb1d9ba [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" "5dbc4fe6d081b8e8a20b950f19f009fe6f3252cb8ae349eced4f91b3ecb1d9ba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.29 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling cranelift-codegen-shared v0.63.0 (https://github.com/bytecodealliance/wasmtime.git#c32c2e82) [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Checking wasmparser v0.55.0 [INFO] [stderr] Compiling wasmtime-environ v0.16.0 (https://github.com/bytecodealliance/wasmtime.git#c32c2e82) [INFO] [stderr] Checking base64 v0.12.1 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking wast v17.0.0 [INFO] [stderr] Checking regalloc v0.0.24 [INFO] [stderr] Checking object v0.18.0 [INFO] [stderr] Compiling vek v0.11.0 [INFO] [stderr] Checking crossbeam-queue v0.2.2 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking errno v0.2.5 [INFO] [stderr] Checking region v2.2.0 [INFO] [stderr] Checking gimli v0.20.0 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking file-per-thread-logger v0.1.3 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling zstd-sys v1.4.16+zstd.1.4.5 [INFO] [stderr] Compiling wasmtime-runtime v0.16.0 (https://github.com/bytecodealliance/wasmtime.git#c32c2e82) [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking wat v1.0.18 [INFO] [stderr] Checking addr2line v0.12.1 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Compiling scroll_derive v0.10.2 [INFO] [stderr] Checking scroll v0.10.1 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking goblin v0.1.3 [INFO] [stderr] Checking serde v1.0.111 [INFO] [stderr] Checking cranelift-entity v0.63.0 (https://github.com/bytecodealliance/wasmtime.git#c32c2e82) [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking string-interner v0.7.1 [INFO] [stderr] Checking faerie v0.15.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.63.0 (https://github.com/bytecodealliance/wasmtime.git#c32c2e82) [INFO] [stderr] Checking cranelift-bforest v0.63.0 (https://github.com/bytecodealliance/wasmtime.git#c32c2e82) [INFO] [stdout] error[E0075]: SIMD vector length must be a power of two [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.11.0/src/vec.rs:2638:13 [INFO] [stdout] | [INFO] [stdout] 2638 | pub struct Vec3 { pub x:T, pub y:T, pub z:T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3030 | / vec_impl_all_vecs!{ [INFO] [stdout] 3031 | | simd [INFO] [stdout] 3032 | | #[repr(simd)] [INFO] [stdout] 3033 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0075]: SIMD vector length must be a power of two [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.11.0/src/vec.rs:2857:13 [INFO] [stdout] | [INFO] [stdout] 2857 | pub struct Extent3 { pub w:T, pub h:T, pub d:T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3030 | / vec_impl_all_vecs!{ [INFO] [stdout] 3031 | | simd [INFO] [stdout] 3032 | | #[repr(simd)] [INFO] [stdout] 3033 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0075]: SIMD vector length must be a power of two [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vek-0.11.0/src/vec.rs:2947:13 [INFO] [stdout] | [INFO] [stdout] 2947 | pub struct Rgb { pub r:T, pub g:T, pub b:T } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 3030 | / vec_impl_all_vecs!{ [INFO] [stdout] 3031 | | simd [INFO] [stdout] 3032 | | #[repr(simd)] [INFO] [stdout] 3033 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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 E0075`. [INFO] [stdout] [INFO] [stderr] error: could not compile `vek` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5dbc4fe6d081b8e8a20b950f19f009fe6f3252cb8ae349eced4f91b3ecb1d9ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dbc4fe6d081b8e8a20b950f19f009fe6f3252cb8ae349eced4f91b3ecb1d9ba", kill_on_drop: false }` [INFO] [stdout] 5dbc4fe6d081b8e8a20b950f19f009fe6f3252cb8ae349eced4f91b3ecb1d9ba