[INFO] cloning repository https://github.com/groovy-byte/stm32-tui-debugger [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/groovy-byte/stm32-tui-debugger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgroovy-byte%2Fstm32-tui-debugger", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgroovy-byte%2Fstm32-tui-debugger'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f20b375103dbe31356f0e4ee98e01c2bcd5c7d3c [INFO] checking groovy-byte/stm32-tui-debugger against try#b152f5575a2ac7126ae0019e4e679abe9399213e for pr-157841 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgroovy-byte%2Fstm32-tui-debugger" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/groovy-byte/stm32-tui-debugger [INFO] finished tweaking git repo https://github.com/groovy-byte/stm32-tui-debugger [INFO] tweaked toml for git repo https://github.com/groovy-byte/stm32-tui-debugger written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/groovy-byte/stm32-tui-debugger on toolchain b152f5575a2ac7126ae0019e4e679abe9399213e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/groovy-byte/stm32-tui-debugger 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" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786 [INFO] running `Command { std: "docker" "start" "ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786", 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" "ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786", 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" "ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking object v0.37.3 [INFO] [stderr] Compiling binrw_derive v0.12.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking hash32 v0.2.1 [INFO] [stderr] Compiling hidapi v2.6.5 [INFO] [stderr] Checking csv-core v0.1.13 [INFO] [stderr] Compiling binrw v0.12.1 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking parse_int v0.6.0 [INFO] [stderr] Checking textwrap v0.15.2 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking zero v0.1.3 [INFO] [stderr] Compiling cpp_demangle v0.4.5 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking xmas-elf v0.9.1 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking rmp v0.8.15 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Checking slip-codec v0.3.4 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking compact_str v0.7.1 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking scroll v0.12.0 [INFO] [stderr] Checking kmp v0.1.1 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking typed-path v0.7.1 [INFO] [stderr] Checking unicode-truncate v1.1.0 [INFO] [stderr] Checking bitfield v0.14.0 [INFO] [stderr] Checking uf2-decode v0.2.0 [INFO] [stderr] Checking ihex v3.0.0 [INFO] [stderr] Checking svg v0.15.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Checking zerocopy v0.7.35 [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 socket2 v0.6.3 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking openssl-sys v0.9.112 [INFO] [stderr] Checking signal-hook v0.3.18 [INFO] [stderr] Checking csv v1.4.0 [INFO] [stderr] Checking libudev v0.3.0 [INFO] [stderr] Checking supports-hyperlinks v2.1.0 [INFO] [stderr] Checking supports-color v2.1.0 [INFO] [stderr] Checking supports-unicode v2.1.0 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking udev v0.9.3 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] error: could not compile `object` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b152f5575a2ac7126ae0019e4e679abe9399213e/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.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 '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=e50e65da5f149cb5 -C extra-filename=-cbfedbefe99e0644 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3d944e3b9ac373a3.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786", kill_on_drop: false }` [INFO] [stdout] ce961936406db125ec5308b2d34b5088daeda3f4fcb8340c4d90063df4110786