[INFO] cloning repository https://github.com/RobinMarchart/shots
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RobinMarchart/shots" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobinMarchart%2Fshots", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobinMarchart%2Fshots'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49d771b501b681ea038aca056f8022b2a07a4a20
[INFO] checking RobinMarchart/shots against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRobinMarchart%2Fshots" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/RobinMarchart/shots
[INFO] finished tweaking git repo https://github.com/RobinMarchart/shots
[INFO] tweaked toml for git repo https://github.com/RobinMarchart/shots written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RobinMarchart/shots on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RobinMarchart/shots 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084
[INFO] running `Command { std: "docker" "start" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084", 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" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084", 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" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling gtk4-macros v0.7.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling graphene-sys v0.18.1
[INFO] [stderr]    Compiling gdk4-sys v0.7.2
[INFO] [stderr]    Compiling gsk4-sys v0.7.3
[INFO] [stderr]    Compiling gtk4-sys v0.7.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking graphene-rs v0.18.1
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk4 v0.7.3
[INFO] [stderr]     Checking gsk4 v0.7.3
[INFO] [stderr]     Checking gtk4 v0.7.3
[INFO] [stderr] error: could not compile `gtk4` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name gtk4 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.7.3/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="v4_10"' --cfg 'feature="v4_12"' --cfg 'feature="v4_2"' --cfg 'feature="v4_4"' --cfg 'feature="v4_6"' --cfg 'feature="v4_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blueprint", "gnome_42", "gnome_43", "gnome_44", "gnome_45", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_2", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=55b7446e8ac9bd5d -C extra-filename=-521aa593c366f785 --out-dir /opt/rustwide/target/debug/build/gtk4/521aa593c366f785/out -L dependency=/opt/rustwide/target/debug/build/bitflags/3d79a77b594dfc85/out -L dependency=/opt/rustwide/target/debug/build/cairo-rs/ac63edcf0bdbe53e/out -L dependency=/opt/rustwide/target/debug/build/cairo-sys-rs/8ac3c42bd5462558/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/2eb4f8fc6d179c6e/out -L dependency=/opt/rustwide/target/debug/build/futures-core/e0f5028531ad71be/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/860ac8611a7fcbb9/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8d88089869a627e9/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/83f6846eb5840e90/out -L dependency=/opt/rustwide/target/debug/build/futures-task/011073701ea3a715/out -L dependency=/opt/rustwide/target/debug/build/futures-util/f81ed45658267497/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf-sys/267036c2d7e2f8ca/out -L dependency=/opt/rustwide/target/debug/build/gdk-pixbuf/9e8babbb97768989/out -L dependency=/opt/rustwide/target/debug/build/gdk4-sys/42ce93f51dfd5133/out -L dependency=/opt/rustwide/target/debug/build/gdk4/3ecefbd5c8a7274b/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/1749884bf2993c67/out -L dependency=/opt/rustwide/target/debug/build/gio/e470d993996cb3c3/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/6997a958ec470d7d/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/93ba64361ff6de16/out -L dependency=/opt/rustwide/target/debug/build/glib/a0a5d3b06b78e778/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/06aeb6b74efa89a2/out -L dependency=/opt/rustwide/target/debug/build/graphene-rs/4ad70187b2f1f478/out -L dependency=/opt/rustwide/target/debug/build/graphene-sys/6543b04acdea05a6/out -L dependency=/opt/rustwide/target/debug/build/gsk4-sys/3c035e09e7cb81f9/out -L dependency=/opt/rustwide/target/debug/build/libc/f5a911f2dad390d7/out -L dependency=/opt/rustwide/target/debug/build/memchr/7c3b23e851763d6f/out -L dependency=/opt/rustwide/target/debug/build/memoffset/92fd022c61dbdb80/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out -L dependency=/opt/rustwide/target/debug/build/pango-sys/2ab91ae56403d762/out -L dependency=/opt/rustwide/target/debug/build/pango/a83af1f4154c3ee6/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out -L dependency=/opt/rustwide/target/debug/build/pin-utils/db1de871cd8706a6/out -L dependency=/opt/rustwide/target/debug/build/slab/ab20fc0822f5e3c5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/665d9dc08e19019d/out -L dependency=/opt/rustwide/target/debug/build/thiserror/fc7f935d4eea1450/out --extern cairo=/opt/rustwide/target/debug/build/cairo-rs/ac63edcf0bdbe53e/out/libcairo-ac63edcf0bdbe53e.rmeta --extern field_offset=/opt/rustwide/target/debug/build/field-offset/b0abb4ad89dc92bb/out/libfield_offset-b0abb4ad89dc92bb.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/2eb4f8fc6d179c6e/out/libfutures_channel-2eb4f8fc6d179c6e.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/build/gdk-pixbuf/9e8babbb97768989/out/libgdk_pixbuf-9e8babbb97768989.rmeta --extern gdk=/opt/rustwide/target/debug/build/gdk4/3ecefbd5c8a7274b/out/libgdk4-3ecefbd5c8a7274b.rmeta --extern gio=/opt/rustwide/target/debug/build/gio/e470d993996cb3c3/out/libgio-e470d993996cb3c3.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/a0a5d3b06b78e778/out/libglib-a0a5d3b06b78e778.rmeta --extern graphene=/opt/rustwide/target/debug/build/graphene-rs/4ad70187b2f1f478/out/libgraphene-4ad70187b2f1f478.rmeta --extern gsk=/opt/rustwide/target/debug/build/gsk4/1210348365ad8cd0/out/libgsk4-1210348365ad8cd0.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/build/gtk4-macros/15eefe0ae827a068/out/libgtk4_macros-15eefe0ae827a068.so --extern ffi=/opt/rustwide/target/debug/build/gtk4-sys/9f6ba37c4cf0e2bf/out/libgtk4_sys-9f6ba37c4cf0e2bf.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/f5a911f2dad390d7/out/liblibc-f5a911f2dad390d7.rmeta --extern pango=/opt/rustwide/target/debug/build/pango/a83af1f4154c3ee6/out/libpango-a83af1f4154c3ee6.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084", kill_on_drop: false }`
[INFO] [stdout] b1a39b3812bda507bee75f207043a39a7f37ea6f6f78bb2c37b731e2df90a084
