[INFO] cloning repository https://github.com/sourcedennis/wasm-pathtracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sourcedennis/wasm-pathtracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsourcedennis%2Fwasm-pathtracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsourcedennis%2Fwasm-pathtracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b44cf6e5d2d64372df4864726d69e51aa30e8af9 [INFO] checking sourcedennis/wasm-pathtracer against master#80ed61fbd64936ed676c2050e7e660b5ad78c9f2 for pr-100555 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsourcedennis%2Fwasm-pathtracer" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sourcedennis/wasm-pathtracer on toolchain 80ed61fbd64936ed676c2050e7e660b5ad78c9f2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+80ed61fbd64936ed676c2050e7e660b5ad78c9f2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sourcedennis/wasm-pathtracer [INFO] finished tweaking git repo https://github.com/sourcedennis/wasm-pathtracer [INFO] tweaked toml for git repo https://github.com/sourcedennis/wasm-pathtracer written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sourcedennis/wasm-pathtracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+80ed61fbd64936ed676c2050e7e660b5ad78c9f2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded roots v0.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+80ed61fbd64936ed676c2050e7e660b5ad78c9f2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd6562abf295857de5a101f787e888883e80962b402ef99d3b07847ecdffe7c1 [INFO] running `Command { std: "docker" "start" "-a" "bd6562abf295857de5a101f787e888883e80962b402ef99d3b07847ecdffe7c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd6562abf295857de5a101f787e888883e80962b402ef99d3b07847ecdffe7c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd6562abf295857de5a101f787e888883e80962b402ef99d3b07847ecdffe7c1", kill_on_drop: false }` [INFO] [stdout] bd6562abf295857de5a101f787e888883e80962b402ef99d3b07847ecdffe7c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "RUSTDOCFLAGS=--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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+80ed61fbd64936ed676c2050e7e660b5ad78c9f2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df4c740ea948de914538db3b42df26dd12b5ab1491386df917cc5df3bb495f18 [INFO] running `Command { std: "docker" "start" "-a" "df4c740ea948de914538db3b42df26dd12b5ab1491386df917cc5df3bb495f18", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.70 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.6.0 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling wasm-bindgen v0.2.70 [INFO] [stderr] Compiling packed_simd_2 v0.3.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking roots v0.0.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stdout] error: expected one of `!` or `::`, found keyword `mod` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd_2-0.3.4/src/lib.rs:335:7 [INFO] [stdout] | [INFO] [stdout] 335 | crate mod llvm { [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `packed_simd_2` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "df4c740ea948de914538db3b42df26dd12b5ab1491386df917cc5df3bb495f18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df4c740ea948de914538db3b42df26dd12b5ab1491386df917cc5df3bb495f18", kill_on_drop: false }` [INFO] [stdout] df4c740ea948de914538db3b42df26dd12b5ab1491386df917cc5df3bb495f18