[INFO] cloning repository https://github.com/Ross-cripto/editor-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ross-cripto/editor-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoss-cripto%2Feditor-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoss-cripto%2Feditor-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1fcabeb0d2b38fd7666fa09ee988af0d043214b4 [INFO] checking Ross-cripto/editor-rust against try#51de2e90f91fdec6cf64ff542a4e15b9c177a797 for pr-147294 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRoss-cripto%2Feditor-rust" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Ross-cripto/editor-rust [INFO] finished tweaking git repo https://github.com/Ross-cripto/editor-rust [INFO] tweaked toml for git repo https://github.com/Ross-cripto/editor-rust written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Ross-cripto/editor-rust on toolchain 51de2e90f91fdec6cf64ff542a4e15b9c177a797 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Ross-cripto/editor-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb87aba2f1265b8b9e584b680051742ac19383fcd53862cc0178b8c0e3287c41 [INFO] running `Command { std: "docker" "start" "-a" "cb87aba2f1265b8b9e584b680051742ac19383fcd53862cc0178b8c0e3287c41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb87aba2f1265b8b9e584b680051742ac19383fcd53862cc0178b8c0e3287c41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb87aba2f1265b8b9e584b680051742ac19383fcd53862cc0178b8c0e3287c41", kill_on_drop: false }` [INFO] [stdout] cb87aba2f1265b8b9e584b680051742ac19383fcd53862cc0178b8c0e3287c41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+51de2e90f91fdec6cf64ff542a4e15b9c177a797" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f7981c21a53a4596f80b63bad6cdf041e3de090d3e73f379845240dd30d40fc [INFO] running `Command { std: "docker" "start" "-a" "2f7981c21a53a4596f80b63bad6cdf041e3de090d3e73f379845240dd30d40fc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling wayland-sys v0.31.7 [INFO] [stderr] Compiling wayland-backend v0.3.11 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling wayland-client v0.31.11 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Checking unicode-ccc v0.1.2 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Checking unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling wayland-backend v0.1.2 [INFO] [stderr] Checking wgpu-types v0.17.0 [INFO] [stderr] Checking glow v0.12.3 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking fontdb v0.14.1 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking io-lifetimes v1.0.11 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling quick-xml v0.28.2 [INFO] [stderr] Checking glam v0.24.2 [INFO] [stderr] Checking syn v2.0.105 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Compiling softbuffer v0.2.1 [INFO] [stderr] Compiling wayland-scanner v0.31.7 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Checking async-lock v3.4.1 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Checking x11rb-protocol v0.11.1 [INFO] [stderr] Checking winnow v0.7.12 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Compiling wayland-scanner v0.30.1 [INFO] [stderr] Checking lru v0.11.1 [INFO] [stderr] Checking etagere v0.2.15 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking x11rb-protocol v0.13.1 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] error: could not compile `nix` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/51de2e90f91fdec6cf64ff542a4e15b9c177a797/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e5dfc3ebb472b1de -C extra-filename=-55b615ad5087e4be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6dcfbc6bad33d8b2.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-bf1857b7a1b2d30e.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-bf5b159c3b5ca11e.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-a6e6c5fb750b1012.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-db1de871cd8706a6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "2f7981c21a53a4596f80b63bad6cdf041e3de090d3e73f379845240dd30d40fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f7981c21a53a4596f80b63bad6cdf041e3de090d3e73f379845240dd30d40fc", kill_on_drop: false }` [INFO] [stdout] 2f7981c21a53a4596f80b63bad6cdf041e3de090d3e73f379845240dd30d40fc