[INFO] cloning repository https://github.com/enodylighting/enody-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/enodylighting/enody-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenodylighting%2Fenody-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenodylighting%2Fenody-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0f48eaa1b99b75c1d18e54b9dc6fa2e264594575
[INFO] checking enodylighting/enody-rs against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenodylighting%2Fenody-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/enodylighting/enody-rs
[INFO] finished tweaking git repo https://github.com/enodylighting/enody-rs
[INFO] tweaked toml for git repo https://github.com/enodylighting/enody-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/enodylighting/enody-rs on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/enodylighting/enody-rs 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009
[INFO] running `Command { std: "docker" "start" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking ruzstd v0.8.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking deranged v0.5.6
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking unicode-ident v1.0.23
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking ureq-proto v0.5.3
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking arc-swap v1.8.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking no_std_io2 v0.8.1
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling heapless v0.9.2
[INFO] [stderr]     Checking hexfloat2 v0.1.3
[INFO] [stderr]     Checking peg v0.8.5
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking octseq v0.5.2
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking alterable_logger v1.0.1
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking clap_builder v4.5.58
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking parse_int v0.9.0
[INFO] [stderr]    Compiling snow v0.10.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking dissimilar v1.0.10
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]     Checking jiff v0.2.20
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr] error: could not compile `gimli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name gimli --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/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="default"' --cfg 'feature="endian-reader"' --cfg 'feature="fallible-iterator"' --cfg 'feature="read"' --cfg 'feature="read-all"' --cfg 'feature="read-core"' --cfg 'feature="std"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=142848a59d958665 -C extra-filename=-38e408336cbfea80 --out-dir /opt/rustwide/target/debug/build/gimli/38e408336cbfea80/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/fallible-iterator/f87c6834e3164a59/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/d6527847c19413e5/out -L dependency=/opt/rustwide/target/debug/build/indexmap/bad0424019eef9ed/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/e814237486c15833/out --extern fallible_iterator=/opt/rustwide/target/debug/build/fallible-iterator/f87c6834e3164a59/out/libfallible_iterator-f87c6834e3164a59.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/bad0424019eef9ed/out/libindexmap-bad0424019eef9ed.rmeta --extern stable_deref_trait=/opt/rustwide/target/debug/build/stable_deref_trait/e814237486c15833/out/libstable_deref_trait-e814237486c15833.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" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009", kill_on_drop: false }`
[INFO] [stdout] 75fca1012bfabae5f2137c183ffd0afad9a8e800a9d43f78c0b9ebb907bae009
