[INFO] cloning repository https://github.com/lukebitts/pipe-away [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lukebitts/pipe-away" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukebitts%2Fpipe-away", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukebitts%2Fpipe-away'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ffc607ffa7674c3380ce61ffdd8c3c0c64f37dd2 [INFO] checking lukebitts/pipe-away against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flukebitts%2Fpipe-away" "/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/lukebitts/pipe-away on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lukebitts/pipe-away [INFO] removed path dependency amethyst from git repo https://github.com/lukebitts/pipe-away [INFO] finished tweaking git repo https://github.com/lukebitts/pipe-away [INFO] tweaked toml for git repo https://github.com/lukebitts/pipe-away written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/lukebitts/pipe-away already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (amethyst) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (amethyst) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [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-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] 6eacf5b7174b4df3b3ab91fce594b54c261c305b3a4f0292d2909b367d66567b [INFO] running `Command { std: "docker" "start" "-a" "6eacf5b7174b4df3b3ab91fce594b54c261c305b3a4f0292d2909b367d66567b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6eacf5b7174b4df3b3ab91fce594b54c261c305b3a4f0292d2909b367d66567b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eacf5b7174b4df3b3ab91fce594b54c261c305b3a4f0292d2909b367d66567b", kill_on_drop: false }` [INFO] [stdout] 6eacf5b7174b4df3b3ab91fce594b54c261c305b3a4f0292d2909b367d66567b [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=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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2f5c966b4d1f3def2084ff1528cb5fcfc25d2bede116773dece3269667cffa4 [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" "c2f5c966b4d1f3def2084ff1528cb5fcfc25d2bede116773dece3269667cffa4", kill_on_drop: false }` [INFO] [stderr] warning: dependency (amethyst) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking atom v0.3.6 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking mint v0.5.6 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking shrev v1.1.1 [INFO] [stderr] Checking colorful v0.2.1 [INFO] [stderr] Checking tuple_utils v0.3.0 [INFO] [stderr] Compiling rustversion v1.0.4 [INFO] [stderr] Compiling edit-distance v2.1.0 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling inventory v0.1.9 [INFO] [stderr] Compiling tinystr v0.3.4 [INFO] [stderr] Checking objekt v0.1.2 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking xi-unicode v0.2.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking claxon v0.4.3 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Checking semver-parser v0.7.0 [INFO] [stderr] Checking fluent-syntax v0.9.3 [INFO] [stderr] Checking dunce v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking libloading v0.6.5 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Compiling unic-langid-impl v0.8.0 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling lexical v2.2.2 [INFO] [stderr] Compiling rustc_version_runtime v0.2.0 [INFO] [stderr] Checking nom v5.1.2 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking rustc_version v0.2.3 [INFO] [stderr] Checking type-map v0.3.0 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Checking lewton v0.10.1 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking backtrace v0.3.54 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking slice-deque v0.3.0 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling proc_macro_roids v0.7.0 [INFO] [stderr] Compiling shred-derive v0.6.2 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling getset v0.0.9 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling inventory-impl v0.1.9 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] error: could not compile `nix` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name nix /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 -C metadata=2b8482db51c40790 -C extra-filename=-2b8482db51c40790 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e1a9b9121eac1683.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-b31c81520e08f43a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-2156e3587f8fbde1.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-0ccfc045111cba9c.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c2f5c966b4d1f3def2084ff1528cb5fcfc25d2bede116773dece3269667cffa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2f5c966b4d1f3def2084ff1528cb5fcfc25d2bede116773dece3269667cffa4", kill_on_drop: false }` [INFO] [stdout] c2f5c966b4d1f3def2084ff1528cb5fcfc25d2bede116773dece3269667cffa4