[INFO] cloning repository https://github.com/fastly/Viceroy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fastly/Viceroy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffastly%2FViceroy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffastly%2FViceroy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 627e368971a3c396402a7805800fbc6e9a4f9a0a [INFO] testing fastly/Viceroy against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffastly%2FViceroy" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fastly/Viceroy on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-15/source/rust-toolchain [INFO] started tweaking git repo https://github.com/fastly/Viceroy [INFO] finished tweaking git repo https://github.com/fastly/Viceroy [INFO] tweaked toml for git repo https://github.com/fastly/Viceroy written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/fastly/Viceroy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 596e210f48768546df5f6d31e5f475fd136283a01478e4e66b1679c68d3d7eee [INFO] running `Command { std: "docker" "start" "-a" "596e210f48768546df5f6d31e5f475fd136283a01478e4e66b1679c68d3d7eee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "596e210f48768546df5f6d31e5f475fd136283a01478e4e66b1679c68d3d7eee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "596e210f48768546df5f6d31e5f475fd136283a01478e4e66b1679c68d3d7eee", kill_on_drop: false }` [INFO] [stdout] 596e210f48768546df5f6d31e5f475fd136283a01478e4e66b1679c68d3d7eee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40c543356ab7706379fc585aa9ccd77c5d6dda30179938d3c39472b27ec4112b [INFO] running `Command { std: "docker" "start" "-a" "40c543356ab7706379fc585aa9ccd77c5d6dda30179938d3c39472b27ec4112b", 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] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling io-lifetimes v0.5.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling rustix v0.33.4 [INFO] [stderr] Compiling linux-raw-sys v0.0.42 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling target-lexicon v0.12.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling cranelift-codegen-shared v0.81.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling wasmparser v0.82.0 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling io-extras v0.13.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling cap-primitives v0.24.1 [INFO] [stderr] Compiling ambient-authority v0.0.1 [INFO] [stderr] Compiling more-asserts v0.2.2 [INFO] [stderr] Compiling zstd-safe v4.1.4+zstd.1.5.2 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling maybe-owned v0.3.4 [INFO] [stderr] Compiling cpp_demangle v0.3.5 [INFO] [stderr] Compiling ipnet v2.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling wasmtime-cache v0.34.1 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cap-std v0.24.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling wasmtime v0.34.1 [INFO] [stderr] Compiling wasi-common v0.34.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling system-interface v0.20.0 [INFO] [stderr] Compiling cap-fs-ext v0.24.1 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling wasmtime-wasi v0.34.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling cranelift-entity v0.77.0 [INFO] [stderr] Compiling tracing-core v0.1.23 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stderr] Compiling cranelift-codegen-meta v0.81.1 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling semver v0.10.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] error: could not compile `linux-raw-sys` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name linux_raw_sys --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.0.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --cfg 'feature="std"' -C metadata=e398c4c7492be196 -C extra-filename=-e398c4c7492be196 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `wasmparser` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name wasmparser --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.82.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=7c2340b8776d0950 -C extra-filename=-7c2340b8776d0950 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "40c543356ab7706379fc585aa9ccd77c5d6dda30179938d3c39472b27ec4112b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40c543356ab7706379fc585aa9ccd77c5d6dda30179938d3c39472b27ec4112b", kill_on_drop: false }` [INFO] [stdout] 40c543356ab7706379fc585aa9ccd77c5d6dda30179938d3c39472b27ec4112b