[INFO] cloning repository https://github.com/ShadowBlip/HanDBus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ShadowBlip/HanDBus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShadowBlip%2FHanDBus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShadowBlip%2FHanDBus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 55d5edd622d2acefa5924514acc2c1feb8662e9a
[INFO] checking ShadowBlip/HanDBus against try#0c70cfbec949d241375e31c5a42066be70c720fc for pr-149681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShadowBlip%2FHanDBus" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ShadowBlip/HanDBus
[INFO] finished tweaking git repo https://github.com/ShadowBlip/HanDBus
[INFO] tweaked toml for git repo https://github.com/ShadowBlip/HanDBus written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ShadowBlip/HanDBus on toolchain 0c70cfbec949d241375e31c5a42066be70c720fc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ShadowBlip/HanDBus 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" "+0c70cfbec949d241375e31c5a42066be70c720fc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a8abd8a189873e06391618053d43b5196a58ae3916aaf2332aa5fe79ca237195
[INFO] running `Command { std: "docker" "start" "-a" "a8abd8a189873e06391618053d43b5196a58ae3916aaf2332aa5fe79ca237195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8abd8a189873e06391618053d43b5196a58ae3916aaf2332aa5fe79ca237195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8abd8a189873e06391618053d43b5196a58ae3916aaf2332aa5fe79ca237195", kill_on_drop: false }`
[INFO] [stdout] a8abd8a189873e06391618053d43b5196a58ae3916aaf2332aa5fe79ca237195
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0c70cfbec949d241375e31c5a42066be70c720fc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80247fcdc133116495bede405be302d2c9aa3f6affc974fed31f316e9023529f
[INFO] running `Command { std: "docker" "start" "-a" "80247fcdc133116495bede405be302d2c9aa3f6affc974fed31f316e9023529f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling winnow v0.7.2
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling io-lifetimes v2.0.3
[INFO] [stderr]    Compiling zerocopy v0.8.18
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling io-extras v0.18.2
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking syn v2.0.98
[INFO] [stderr]     Checking ansitok v0.3.0
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling packed_struct v0.10.1
[INFO] [stderr]    Compiling libiio-sys v0.4.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling socketpair v0.19.5
[INFO] [stderr]    Compiling hidapi v2.6.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking getrandom v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]     Checking ansi-str v0.9.0
[INFO] [stderr]     Checking clap_builder v4.5.29
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking rand_core v0.9.0
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling procfs v0.17.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking papergrid v0.14.0
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking procfs-core v0.17.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0c70cfbec949d241375e31c5a42066be70c720fc/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.34/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="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="thread"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=73694623de9bc7d5 -C extra-filename=-51e4be877daf4e23 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-75d2b79a8aa1d813.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-6cc0eddb9c0291e7.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "80247fcdc133116495bede405be302d2c9aa3f6affc974fed31f316e9023529f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80247fcdc133116495bede405be302d2c9aa3f6affc974fed31f316e9023529f", kill_on_drop: false }`
[INFO] [stdout] 80247fcdc133116495bede405be302d2c9aa3f6affc974fed31f316e9023529f
