[INFO] cloning repository https://github.com/jacek-kurlit/pik [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jacek-kurlit/pik" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacek-kurlit%2Fpik", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacek-kurlit%2Fpik'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 646a5a7bdffa60d3369dc47395a899bff696b6c4 [INFO] testing jacek-kurlit/pik against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacek-kurlit%2Fpik" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jacek-kurlit/pik [INFO] finished tweaking git repo https://github.com/jacek-kurlit/pik [INFO] tweaked toml for git repo https://github.com/jacek-kurlit/pik written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jacek-kurlit/pik 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/jacek-kurlit/pik 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] [stderr] Blocking waiting for file lock on package cache [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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 151cb16e4eb650fbcee6aa1e35103d3a7d8281355a1ce6d2e598df906906c339 [INFO] running `Command { std: "docker" "start" "-a" "151cb16e4eb650fbcee6aa1e35103d3a7d8281355a1ce6d2e598df906906c339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "151cb16e4eb650fbcee6aa1e35103d3a7d8281355a1ce6d2e598df906906c339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "151cb16e4eb650fbcee6aa1e35103d3a7d8281355a1ce6d2e598df906906c339", kill_on_drop: false }` [INFO] [stdout] 151cb16e4eb650fbcee6aa1e35103d3a7d8281355a1ce6d2e598df906906c339 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d64ce7ce5922951e7f88a4670404efa11c67e41e1b0c8c6cfe4d9f0680649c96 [INFO] running `Command { std: "docker" "start" "-a" "d64ce7ce5922951e7f88a4670404efa11c67e41e1b0c8c6cfe4d9f0680649c96", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling wayland-sys v0.31.8 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling syn v2.0.116 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling wayland-backend v0.3.12 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling unicode-truncate v2.0.1 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling deranged v0.5.6 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling line-clipping v0.3.5 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling png v0.18.1 [INFO] [stderr] Compiling os_pipe v1.2.3 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling lru v0.16.3 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling x11rb-protocol v0.13.2 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.59 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling toml_datetime v1.0.0+spec-1.1.0 [INFO] [stderr] Compiling toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling petgraph v0.8.3 [INFO] [stderr] Compiling sysinfo v0.38.2 [INFO] [stderr] Compiling wayland-scanner v0.31.8 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling toml_parser v1.0.9+spec-1.1.0 [INFO] [stderr] Compiling toml v1.0.2+spec-1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] error: could not compile `image` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name image --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/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="png"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-native", "benchmarks", "bmp", "color_quant", "dds", "default", "default-formats", "exr", "ff", "gif", "hdr", "ico", "jpeg", "nasm", "png", "pnm", "qoi", "rayon", "serde", "tga", "tiff", "webp"))' -C metadata=7489e66b175663c2 -C extra-filename=-1466de94c85ae997 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-70837a11a8946efc.rmeta --extern byteorder_lite=/opt/rustwide/target/debug/deps/libbyteorder_lite-25e78048a27d33b8.rmeta --extern moxcms=/opt/rustwide/target/debug/deps/libmoxcms-d30642865eb5a090.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-300c5186abf3804c.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-3569b7452e09e9f3.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" "d64ce7ce5922951e7f88a4670404efa11c67e41e1b0c8c6cfe4d9f0680649c96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d64ce7ce5922951e7f88a4670404efa11c67e41e1b0c8c6cfe4d9f0680649c96", kill_on_drop: false }` [INFO] [stdout] d64ce7ce5922951e7f88a4670404efa11c67e41e1b0c8c6cfe4d9f0680649c96