[INFO] cloning repository https://github.com/joske/ripperx4
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joske/ripperx4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoske%2Fripperx4", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoske%2Fripperx4'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77e9ac7a4d396e67402a69b004eee47cfe9e9d85
[INFO] checking joske/ripperx4 against try#446cb600aa4837dd6c513f14fa0d25a909b177d7 for pr-149195
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoske%2Fripperx4" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joske/ripperx4
[INFO] finished tweaking git repo https://github.com/joske/ripperx4
[INFO] tweaked toml for git repo https://github.com/joske/ripperx4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joske/ripperx4 on toolchain 446cb600aa4837dd6c513f14fa0d25a909b177d7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joske/ripperx4 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" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00b9546af81d9a89f6a3fe65b0ee8660abef698ff3b56b58773cab96bb2d4b49
[INFO] running `Command { std: "docker" "start" "-a" "00b9546af81d9a89f6a3fe65b0ee8660abef698ff3b56b58773cab96bb2d4b49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00b9546af81d9a89f6a3fe65b0ee8660abef698ff3b56b58773cab96bb2d4b49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00b9546af81d9a89f6a3fe65b0ee8660abef698ff3b56b58773cab96bb2d4b49", kill_on_drop: false }`
[INFO] [stdout] 00b9546af81d9a89f6a3fe65b0ee8660abef698ff3b56b58773cab96bb2d4b49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa0597f925a147055132deff4f5e9934ff423ac351b8635d532c4438bc00c581
[INFO] running `Command { std: "docker" "start" "-a" "fa0597f925a147055132deff4f5e9934ff423ac351b8635d532c4438bc00c581", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling gio v0.21.4
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking parking v2.2.0
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling cfg-expr v0.20.4
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking rxml_validation v0.11.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.83
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rxml v0.13.3
[INFO] [stderr]     Checking ureq-proto v0.5.2
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking option-operations v0.6.0
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking kstring v2.0.2
[INFO] [stderr]     Checking muldiv v1.0.1
[INFO] [stderr]     Checking sdd v0.2.0
[INFO] [stderr]    Compiling glib-sys v0.21.2
[INFO] [stderr]    Compiling gobject-sys v0.21.2
[INFO] [stderr]    Compiling gio-sys v0.21.2
[INFO] [stderr]    Compiling pango-sys v0.21.2
[INFO] [stderr]    Compiling cairo-sys-rs v0.21.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.21.2
[INFO] [stderr]    Compiling graphene-sys v0.21.2
[INFO] [stderr]    Compiling gdk4-sys v0.10.1
[INFO] [stderr]    Compiling gsk4-sys v0.10.1
[INFO] [stderr]    Compiling gstreamer-sys v0.24.2
[INFO] [stderr]    Compiling gtk4-sys v0.10.1
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking scc v2.1.1
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling glib-macros v0.21.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling gtk4-macros v0.10.1
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking minidom v0.18.0
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]     Checking confy v2.0.0
[INFO] [stderr]    Compiling glib v0.21.4
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking ureq v3.1.4
[INFO] [stderr]    Compiling discid-sys v0.5.0
[INFO] [stderr]     Checking discid v0.5.0
[INFO] [stderr]     Checking cairo-rs v0.21.2
[INFO] [stderr]     Checking graphene-rs v0.21.2
[INFO] [stderr]     Checking gstreamer v0.24.3
[INFO] [stderr] error: could not compile `gio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/446cb600aa4837dd6c513f14fa0d25a909b177d7/bin/rustc --crate-name gio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.21.4/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="v2_58"' --cfg 'feature="v2_60"' --cfg 'feature="v2_62"' --cfg 'feature="v2_64"' --cfg 'feature="v2_66"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84", "v2_86"))' -C metadata=14951828027254b9 -C extra-filename=-158552f5f02177e9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-bf9e3cc5b1e8de0c.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-6468ffc4542cb6aa.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-c100a637a5197366.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-3c683d4a0740366a.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-673401dea983cd02.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-17dac3d327298443.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-0aa2e539260d7f5a.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-3fbd9506533b2f53.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-3241f1b2db2aef13.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" "fa0597f925a147055132deff4f5e9934ff423ac351b8635d532c4438bc00c581", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa0597f925a147055132deff4f5e9934ff423ac351b8635d532c4438bc00c581", kill_on_drop: false }`
[INFO] [stdout] fa0597f925a147055132deff4f5e9934ff423ac351b8635d532c4438bc00c581
