[INFO] cloning repository https://github.com/christiaanbruinsma/image-bench
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christiaanbruinsma/image-bench" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristiaanbruinsma%2Fimage-bench", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristiaanbruinsma%2Fimage-bench'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c619f5d2ba8669acfdfe41492bd12fa81f7c62f2
[INFO] checking christiaanbruinsma/image-bench against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristiaanbruinsma%2Fimage-bench" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/christiaanbruinsma/image-bench
[INFO] finished tweaking git repo https://github.com/christiaanbruinsma/image-bench
[INFO] tweaked toml for git repo https://github.com/christiaanbruinsma/image-bench written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/christiaanbruinsma/image-bench on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/christiaanbruinsma/image-bench 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26
[INFO] running `Command { std: "docker" "start" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26", 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" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26", 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" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling cfg_aliases v0.2.2
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling cfg-expr v0.20.8
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.10
[INFO] [stderr]    Compiling toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling cc v1.4.2
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling system-deps v7.0.8
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling glib-sys v0.22.8
[INFO] [stderr]    Compiling gobject-sys v0.22.6
[INFO] [stderr]    Compiling gio-sys v0.22.8
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.22.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.22.0
[INFO] [stderr]    Compiling pango-sys v0.22.0
[INFO] [stderr]    Compiling gdk4-sys v0.11.4
[INFO] [stderr]    Compiling graphene-sys v0.22.8
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling gsk4-sys v0.11.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling naga v30.0.0
[INFO] [stderr]     Checking bit-set v0.10.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling gtk4-sys v0.11.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling bytemuck_derive v1.12.0
[INFO] [stderr]     Checking spirv v0.4.0+sdk-1.4.341.0
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling wgpu-hal v30.0.0
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking naga-types v30.0.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling libseccomp-sys v0.3.0
[INFO] [stderr]    Compiling lcms2-sys v4.0.7
[INFO] [stderr]     Checking wgpu-types v30.0.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking rmp v0.8.15
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling zerocopy-derive v0.8.56
[INFO] [stderr]    Compiling glib-macros v0.22.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling libseccomp v0.4.0
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling temp-dir v0.1.16
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking jiff-core v0.1.0
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling zvariant_utils v3.5.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]    Compiling zvariant_derive v5.13.1
[INFO] [stderr]     Checking rmp-serde v1.3.1
[INFO] [stderr]    Compiling gettext-sys v0.26.0
[INFO] [stderr]     Checking jiff v0.2.35
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking zvariant v5.13.1
[INFO] [stderr]     Checking glib v0.22.8
[INFO] [stderr]    Compiling foreign-types-macros v0.2.4
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]    Compiling serde_repr v0.1.21
[INFO] [stderr]    Compiling libadwaita-sys v0.9.2
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]    Compiling wgpu-core v30.0.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.1
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking env_logger v0.11.11
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking gufo-common v1.1.0
[INFO] [stderr]     Checking zbus_names v4.3.4
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling gtk4-macros v0.11.4
[INFO] [stderr]    Compiling wgpu v30.0.0
[INFO] [stderr]     Checking glycin-common v1.0.4
[INFO] [stderr]     Checking locale_config v0.3.0
[INFO] [stderr]     Checking lcms2 v6.1.1
[INFO] [stderr]     Checking gufo-exif v0.4.0
[INFO] [stderr]     Checking async-global-executor v3.1.0
[INFO] [stderr]     Checking memfd v0.6.5
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking gettext-rs v0.7.7
[INFO] [stderr]     Checking fast_image_resize v6.1.0
[INFO] [stderr]    Compiling zbus_macros v5.18.0
[INFO] [stderr]     Checking zbus v5.18.0
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/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="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/build/ash/7820bd67844a5b61/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out --extern libloading=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `glib` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name glib --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.22.8/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="default"' --cfg 'feature="futures"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-executor"' --cfg 'feature="futures-task"' --cfg 'feature="futures-util"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --cfg 'feature="v2_58"' --cfg 'feature="v2_60"' --cfg 'feature="v2_62"' --cfg 'feature="v2_64"' --cfg 'feature="v2_66"' --cfg 'feature="v2_68"' --cfg 'feature="v2_70"' --cfg 'feature="v2_72"' --cfg 'feature="v2_74"' --cfg 'feature="v2_76"' --cfg 'feature="v2_78"' --cfg 'feature="v2_80"' --cfg 'feature="v2_82"' --cfg 'feature="v2_84"' --cfg 'feature="v2_86"' --cfg 'feature="v2_88"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiletests", "default", "futures", "futures-channel", "futures-core", "futures-executor", "futures-task", "futures-util", "gio", "gio-sys", "log", "log_kv", "log_macros", "rs-log", "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", "v2_90"))' -C metadata=bbb62d90a24b4b11 -C extra-filename=-a18e2214f184db4c --out-dir /opt/rustwide/target/debug/build/glib/a18e2214f184db4c/out -L dependency=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/19c37e951e057d0f/out -L dependency=/opt/rustwide/target/debug/build/futures-core/66c6c11339e0b249/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/88b4afdcd85fdcea/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/2f4e5b5201dc5801/out -L dependency=/opt/rustwide/target/debug/build/futures-task/7018d05962e87907/out -L dependency=/opt/rustwide/target/debug/build/futures-util/1bf626948bd8f958/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/09a0560fb773dd41/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/9599efec423a6663/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/52816d98c8240bda/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/9a1e1612223846e0/out -L dependency=/opt/rustwide/target/debug/build/libc/b3dd724d477b84c5/out -L dependency=/opt/rustwide/target/debug/build/memchr/b924193483665774/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/slab/101f873bca723251/out -L dependency=/opt/rustwide/target/debug/build/smallvec/4f8e4a825041d312/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out/libbitflags-12164dedcc9c97c0.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/19c37e951e057d0f/out/libfutures_channel-19c37e951e057d0f.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/66c6c11339e0b249/out/libfutures_core-66c6c11339e0b249.rmeta --extern futures_executor=/opt/rustwide/target/debug/build/futures-executor/88b4afdcd85fdcea/out/libfutures_executor-88b4afdcd85fdcea.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/7018d05962e87907/out/libfutures_task-7018d05962e87907.rmeta --extern futures_util=/opt/rustwide/target/debug/build/futures-util/1bf626948bd8f958/out/libfutures_util-1bf626948bd8f958.rmeta --extern gio_sys=/opt/rustwide/target/debug/build/gio-sys/09a0560fb773dd41/out/libgio_sys-09a0560fb773dd41.rmeta --extern glib_macros=/opt/rustwide/target/debug/build/glib-macros/9599efec423a6663/out/libglib_macros-9599efec423a6663.so --extern glib_sys=/opt/rustwide/target/debug/build/glib-sys/52816d98c8240bda/out/libglib_sys-52816d98c8240bda.rmeta --extern gobject_sys=/opt/rustwide/target/debug/build/gobject-sys/9a1e1612223846e0/out/libgobject_sys-9a1e1612223846e0.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/b3dd724d477b84c5/out/liblibc-b3dd724d477b84c5.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/b924193483665774/out/libmemchr-b924193483665774.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/4f8e4a825041d312/out/libsmallvec-4f8e4a825041d312.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26", kill_on_drop: false }`
[INFO] [stdout] 0ccee821814e64877bf2d21b429f76b52fc1bb736243b83365ca2c4d2a902f26
