[INFO] cloning repository https://github.com/GDPatch/GDPatch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GDPatch/GDPatch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGDPatch%2FGDPatch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGDPatch%2FGDPatch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 527eb8cdd7d50c70e4479de48c8350f2c67f3eb8
[INFO] checking GDPatch/GDPatch against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGDPatch%2FGDPatch" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GDPatch/GDPatch
[INFO] finished tweaking git repo https://github.com/GDPatch/GDPatch
[INFO] tweaked toml for git repo https://github.com/GDPatch/GDPatch written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GDPatch/GDPatch on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GDPatch/GDPatch 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0
[INFO] running `Command { std: "docker" "start" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0", 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" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0", 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" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling owo-colors v4.2.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking rustc-demangle v0.1.25
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking winnow v1.0.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling lua-src v550.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking mmap-fixed-fixed v0.1.3
[INFO] [stderr]     Checking iced-x86 v1.21.0
[INFO] [stderr]     Checking slice-pool2 v0.4.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking toml_write v0.1.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking ruzstd v0.8.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking typeid v1.0.3
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]    Compiling tracing-error v0.2.1
[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/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name gimli --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="read"' --cfg 'feature="read-core"' --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=9e1fe92259dbaf4b -C extra-filename=-ac4eb7f17cfcfd72 --out-dir /opt/rustwide/target/debug/build/gimli/ac4eb7f17cfcfd72/out --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `iced-x86` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name iced_x86 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iced-x86-1.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="decoder"' --cfg 'feature="fast_fmt"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_flip", "block_encoder", "code_asm", "db", "decoder", "default", "encoder", "exhaustive_enums", "fast_fmt", "gas", "instr_info", "intel", "lazy_static", "masm", "mvex", "nasm", "no_d3now", "no_evex", "no_std", "no_vex", "no_xop", "op_code_info", "serde", "std"))' -C metadata=f59dba91db333bf2 -C extra-filename=-7788df8b43739628 --out-dir /opt/rustwide/target/debug/build/iced-x86/7788df8b43739628/out --extern lazy_static=/opt/rustwide/target/debug/build/lazy_static/cb8ca6aa8c56979f/out/liblazy_static-cb8ca6aa8c56979f.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0", kill_on_drop: false }`
[INFO] [stdout] 489bf9affd985239a5972689f1a0261e0cd693593fb5144f9dcc1219a5065fc0
