[INFO] cloning repository https://github.com/JorySeverijnse/rustlock [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JorySeverijnse/rustlock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJorySeverijnse%2Frustlock", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJorySeverijnse%2Frustlock'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76039750623825172fbee93adae8bb48d4ad36ad [INFO] checking JorySeverijnse/rustlock against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJorySeverijnse%2Frustlock" "/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/JorySeverijnse/rustlock [INFO] finished tweaking git repo https://github.com/JorySeverijnse/rustlock [INFO] tweaked toml for git repo https://github.com/JorySeverijnse/rustlock written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/JorySeverijnse/rustlock on toolchain 165655a2f1981fef27b31c547ad7631979fc5139 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/JorySeverijnse/rustlock 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8 [INFO] running `Command { std: "docker" "start" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8", 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" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8", 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" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling winnow v1.0.3 [INFO] [stderr] Compiling target-lexicon v0.13.5 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling version-compare v0.2.1 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Compiling cc v1.2.65 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling wayland-sys v0.31.11 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Compiling wayland-client v0.31.14 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Checking rustls-pki-types v1.14.1 [INFO] [stderr] Compiling either v1.16.0 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling gio v0.20.12 [INFO] [stderr] Compiling rustls v0.23.41 [INFO] [stderr] Compiling bitflags v2.13.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking arrayvec v0.7.7 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking syn v2.0.118 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling libdbus-sys v0.2.7 [INFO] [stderr] Compiling cfg-expr v0.20.8 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling endi v1.1.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking kurbo v0.11.3 [INFO] [stderr] Compiling quick-xml v0.39.4 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling wayland-backend v0.3.15 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling toml_edit v0.25.12+spec-1.1.0 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking svgtypes v0.15.3 [INFO] [stderr] Compiling regex v1.12.4 [INFO] [stderr] Compiling system-deps v7.0.8 [INFO] [stderr] Checking serde_json v1.0.150 [INFO] [stderr] Compiling wayland-scanner v0.31.10 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking webpki-roots v1.0.8 [INFO] [stderr] Checking simplecss v0.2.2 [INFO] [stderr] Checking memmap2 v0.8.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking data-url v0.3.2 [INFO] [stderr] Checking xmlwriter v0.1.0 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Checking imagesize v0.12.0 [INFO] [stderr] Checking pxfm v0.1.29 [INFO] [stderr] Checking roxmltree v0.20.0 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Checking dbus v0.9.11 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking uuid v1.23.4 [INFO] [stderr] Compiling glib-sys v0.20.10 [INFO] [stderr] Compiling gobject-sys v0.20.10 [INFO] [stderr] Compiling gio-sys v0.20.10 [INFO] [stderr] Compiling cairo-sys-rs v0.20.10 [INFO] [stderr] Compiling pango-sys v0.20.10 [INFO] [stderr] Compiling pangocairo-sys v0.20.10 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.20.10 [INFO] [stderr] Checking toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Checking memmap2 v0.9.11 [INFO] [stderr] Checking toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking whoami v1.6.1 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Compiling enum-repr v0.2.6 [INFO] [stderr] Compiling enum-kinds v0.5.1 [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling glib-macros v0.20.12 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking wayland-protocols v0.32.13 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Checking wayland-cursor v0.31.14 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking xkeysym v0.2.1 [INFO] [stderr] Checking rgb v0.8.53 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking yoke v0.8.3 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking usvg v0.42.0 [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=c555c50f1668d6fa -C extra-filename=-a999fea566bc57f4 --out-dir /opt/rustwide/target/debug/build/bindgen/a999fea566bc57f4/out -L dependency=/opt/rustwide/target/debug/build/bitflags/3debd75583d03365/out -L dependency=/opt/rustwide/target/debug/build/cexpr/8d7a30541d7bd0bf/out -L dependency=/opt/rustwide/target/debug/build/clang-sys/229d0b42dbc60c94/out -L dependency=/opt/rustwide/target/debug/build/either/8dbbb86088dd2212/out -L dependency=/opt/rustwide/target/debug/build/glob/2a70d14a7a68e908/out -L dependency=/opt/rustwide/target/debug/build/itertools/5cf471ad57f85636/out -L dependency=/opt/rustwide/target/debug/build/lazy_static/bcf4d76e77cc406a/out -L dependency=/opt/rustwide/target/debug/build/lazycell/94413c5e4ac1eb3a/out -L dependency=/opt/rustwide/target/debug/build/libc/22a57bd165d0f7dd/out -L dependency=/opt/rustwide/target/debug/build/memchr/f6a8642c1304b06b/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/26e6c335d7c2433d/out -L dependency=/opt/rustwide/target/debug/build/nom/66bb623ecbb3a03b/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/4e65ba962a324510/out -L dependency=/opt/rustwide/target/debug/build/quote/99d23a7b301381c7/out -L dependency=/opt/rustwide/target/debug/build/regex/1147efd24a356521/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/a1f307441e494a0f/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/78c5964063282cb2/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/c94cda88a025c06c/out -L dependency=/opt/rustwide/target/debug/build/shlex/258c8bec04b9d869/out -L dependency=/opt/rustwide/target/debug/build/syn/10135fea3e5e3491/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/3debd75583d03365/out/libbitflags-3debd75583d03365.rmeta --extern cexpr=/opt/rustwide/target/debug/build/cexpr/8d7a30541d7bd0bf/out/libcexpr-8d7a30541d7bd0bf.rmeta --extern clang_sys=/opt/rustwide/target/debug/build/clang-sys/229d0b42dbc60c94/out/libclang_sys-229d0b42dbc60c94.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/5cf471ad57f85636/out/libitertools-5cf471ad57f85636.rmeta --extern lazy_static=/opt/rustwide/target/debug/build/lazy_static/bcf4d76e77cc406a/out/liblazy_static-bcf4d76e77cc406a.rmeta --extern lazycell=/opt/rustwide/target/debug/build/lazycell/94413c5e4ac1eb3a/out/liblazycell-94413c5e4ac1eb3a.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/4e65ba962a324510/out/libproc_macro2-4e65ba962a324510.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/99d23a7b301381c7/out/libquote-99d23a7b301381c7.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/1147efd24a356521/out/libregex-1147efd24a356521.rmeta --extern rustc_hash=/opt/rustwide/target/debug/build/rustc-hash/c94cda88a025c06c/out/librustc_hash-c94cda88a025c06c.rmeta --extern shlex=/opt/rustwide/target/debug/build/shlex/258c8bec04b9d869/out/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/10135fea3e5e3491/out/libsyn-10135fea3e5e3491.rmeta --cap-lints allow --cap-lints=forbid -L /usr/lib/llvm-21/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `glib-macros` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name glib_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-macros-0.20.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adf6548f2e1eb69f -C extra-filename=-0e3d57d630777ebb --out-dir /opt/rustwide/target/debug/build/glib-macros/0e3d57d630777ebb/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/e6a297648138f250/out -L dependency=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out -L dependency=/opt/rustwide/target/debug/build/indexmap/4fb158964f0af1f0/out -L dependency=/opt/rustwide/target/debug/build/proc-macro-crate/4a3aed27f1a08f38/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/4e65ba962a324510/out -L dependency=/opt/rustwide/target/debug/build/quote/99d23a7b301381c7/out -L dependency=/opt/rustwide/target/debug/build/syn/10135fea3e5e3491/out -L dependency=/opt/rustwide/target/debug/build/toml_datetime/ee29f61cec3041e3/out -L dependency=/opt/rustwide/target/debug/build/toml_edit/c1486d585a779f91/out -L dependency=/opt/rustwide/target/debug/build/toml_parser/b00acd04b561933e/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out -L dependency=/opt/rustwide/target/debug/build/winnow/334e270338865780/out --extern heck=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out/libheck-8e1f98ffb0a497ae.rlib --extern proc_macro_crate=/opt/rustwide/target/debug/build/proc-macro-crate/4a3aed27f1a08f38/out/libproc_macro_crate-4a3aed27f1a08f38.rlib --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/4e65ba962a324510/out/libproc_macro2-4e65ba962a324510.rlib --extern quote=/opt/rustwide/target/debug/build/quote/99d23a7b301381c7/out/libquote-99d23a7b301381c7.rlib --extern syn=/opt/rustwide/target/debug/build/syn/10135fea3e5e3491/out/libsyn-10135fea3e5e3491.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8", kill_on_drop: false }` [INFO] [stdout] 62cb4030f928261b384d4c324f8db14df5a0b58d0ed5a73773dcc90bf02414c8