[INFO] cloning repository https://github.com/ArcturusEmrys/puppet-inspector [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArcturusEmrys/puppet-inspector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArcturusEmrys%2Fpuppet-inspector", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArcturusEmrys%2Fpuppet-inspector'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ad57e31e179353a01ba1262967227cadc6dad4ab [INFO] testing ArcturusEmrys/puppet-inspector against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArcturusEmrys%2Fpuppet-inspector" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ArcturusEmrys/puppet-inspector [INFO] finished tweaking git repo https://github.com/ArcturusEmrys/puppet-inspector [INFO] tweaked toml for git repo https://github.com/ArcturusEmrys/puppet-inspector written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ArcturusEmrys/puppet-inspector on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ArcturusEmrys/puppet-inspector 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81405f4369dda7100297c2b13223746033ad1822bbe11cd4e5d9f8ea74ae9ab4 [INFO] running `Command { std: "docker" "start" "-a" "81405f4369dda7100297c2b13223746033ad1822bbe11cd4e5d9f8ea74ae9ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81405f4369dda7100297c2b13223746033ad1822bbe11cd4e5d9f8ea74ae9ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81405f4369dda7100297c2b13223746033ad1822bbe11cd4e5d9f8ea74ae9ab4", kill_on_drop: false }` [INFO] [stdout] 81405f4369dda7100297c2b13223746033ad1822bbe11cd4e5d9f8ea74ae9ab4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbc8bf50275b9ddcf5d6df80246ea8388ae101693d2d0eb3e9f148f270f6ab9b [INFO] running `Command { std: "docker" "start" "-a" "fbc8bf50275b9ddcf5d6df80246ea8388ae101693d2d0eb3e9f148f270f6ab9b", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling target-lexicon v0.13.3 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling version-compare v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-core v0.5.1 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling glam v0.29.3 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling cfg-expr v0.20.6 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Compiling zune-jpeg v0.5.12 [INFO] [stderr] Compiling simple-tga-reader v0.1.0 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling pxfm v0.1.27 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling png v0.18.1 [INFO] [stderr] Compiling toml_parser v1.0.9+spec-1.1.0 [INFO] [stderr] Compiling toml v0.9.12+spec-1.1.0 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling system-deps v7.0.7 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling moxcms v0.7.11 [INFO] [stderr] Compiling glib-sys v0.22.0 [INFO] [stderr] Compiling gobject-sys v0.22.0 [INFO] [stderr] Compiling gio-sys v0.22.0 [INFO] [stderr] Compiling pango-sys v0.22.0 [INFO] [stderr] Compiling cairo-sys-rs v0.22.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.22.0 [INFO] [stderr] Compiling graphene-sys v0.22.0 [INFO] [stderr] Compiling gdk4-sys v0.11.0 [INFO] [stderr] Compiling gsk4-sys v0.11.0 [INFO] [stderr] Compiling gtk4-sys v0.11.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling glib-macros v0.22.0 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling gtk4-macros v0.11.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling indextree-macros v0.1.3 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling indextree v4.7.4 [INFO] [stderr] Compiling glib v0.22.0 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling inox2d v0.3.0 (https://github.com/ArcturusEmrys/inox2d?rev=9a04b433400f4f427c2d53acf25010b48437d36e#9a04b433) [INFO] [stderr] Compiling gio v0.22.1 [INFO] [stderr] Compiling cairo-rs v0.22.0 [INFO] [stderr] Compiling graphene-rs v0.22.0 [INFO] [stderr] Compiling gdk-pixbuf v0.22.0 [INFO] [stderr] Compiling pango v0.22.0 [INFO] [stderr] Compiling glib-build-tools v0.22.0 [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/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name gio --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -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", "v2_88"))' -C metadata=02cf9a5223859358 -C extra-filename=-269f25620737db03 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-d1e5d6949fc01863.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-a002474c8956e259.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-61a3721ad1bcbdb7.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-7beddc0d2b945acc.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-86f732189befc9ee.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-aebdc2376c15b89b.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-65ee1eb217d721f2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-bedc6e0acd72ff2a.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-21f4c41bfe2e767b.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" "fbc8bf50275b9ddcf5d6df80246ea8388ae101693d2d0eb3e9f148f270f6ab9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbc8bf50275b9ddcf5d6df80246ea8388ae101693d2d0eb3e9f148f270f6ab9b", kill_on_drop: false }` [INFO] [stdout] fbc8bf50275b9ddcf5d6df80246ea8388ae101693d2d0eb3e9f148f270f6ab9b