[INFO] cloning repository https://github.com/Shnatsel/wondermagick [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shnatsel/wondermagick" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShnatsel%2Fwondermagick", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShnatsel%2Fwondermagick'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 00c12e601e3dab9f24bc3bb485ef11a946f7dd82 [INFO] testing Shnatsel/wondermagick/00c12e601e3dab9f24bc3bb485ef11a946f7dd82 against try#f23b22458132fb20faeb8a915b1c252478696f25 for pr-131095 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShnatsel%2Fwondermagick" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Shnatsel/wondermagick on toolchain f23b22458132fb20faeb8a915b1c252478696f25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Shnatsel/wondermagick [INFO] finished tweaking git repo https://github.com/Shnatsel/wondermagick [INFO] tweaked toml for git repo https://github.com/Shnatsel/wondermagick written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Shnatsel/wondermagick 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" "+f23b22458132fb20faeb8a915b1c252478696f25" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a43aa9d5be759f31b0fc05968ef222ac751ba59ca864056a9f7a4543c000fdd [INFO] running `Command { std: "docker" "start" "-a" "6a43aa9d5be759f31b0fc05968ef222ac751ba59ca864056a9f7a4543c000fdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a43aa9d5be759f31b0fc05968ef222ac751ba59ca864056a9f7a4543c000fdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a43aa9d5be759f31b0fc05968ef222ac751ba59ca864056a9f7a4543c000fdd", kill_on_drop: false }` [INFO] [stdout] 6a43aa9d5be759f31b0fc05968ef222ac751ba59ca864056a9f7a4543c000fdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f23b22458132fb20faeb8a915b1c252478696f25" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66a71ed80ac151a08e1727666b95a6de012259733295ebff2ae8ee92822cb53a [INFO] running `Command { std: "docker" "start" "-a" "66a71ed80ac151a08e1727666b95a6de012259733295ebff2ae8ee92822cb53a", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling bytemuck v1.16.1 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling current_platform v0.2.0 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling document-features v0.2.10 [INFO] [stderr] Compiling mutate_once v0.1.1 [INFO] [stderr] Compiling kamadak-exif v0.5.5 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ravif v0.11.8 [INFO] [stderr] Compiling image v0.25.2 (https://github.com/image-rs/image.git#98ceb719) [INFO] [stderr] Compiling fast_image_resize v4.2.0 [INFO] [stderr] Compiling wondermagick v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/arg_parsers/filename.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(path: PathBuf) -> Self { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/arg_parsers/filename.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl InputFileArg { [INFO] [stdout] | ----------------- associated function in this implementation [INFO] [stdout] 19 | pub fn new(path: PathBuf) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `file_exists` is never used [INFO] [stdout] --> src/arg_parsers/filename.rs:110:4 [INFO] [stdout] | [INFO] [stdout] 110 | fn file_exists(path: &Path) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/f23b22458132fb20faeb8a915b1c252478696f25/bin/rustc --crate-name image --edition=2021 /opt/rustwide/cargo-home/git/checkouts/image-c1c0bf49fde10069/98ceb71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="avif"' --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="default-formats"' --cfg 'feature="exr"' --cfg 'feature="ff"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="qoi"' --cfg 'feature="rayon"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' --check-cfg 'cfg(docsrs)' --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", "tga", "tiff", "webp"))' -C metadata=a45b0631a33c98bd -C extra-filename=-a45b0631a33c98bd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-6241b386c1dd6f2a.rmeta --extern byteorder_lite=/opt/rustwide/target/debug/deps/libbyteorder_lite-4940e503c6b0f1f4.rmeta --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-069bd5753da0854f.rmeta --extern exr=/opt/rustwide/target/debug/deps/libexr-abd06b76555a116b.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-281dd8d00a0c5691.rmeta --extern image_webp=/opt/rustwide/target/debug/deps/libimage_webp-c46473d087244c0e.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-8d8aae874362633c.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-918d786b6e6a0122.rmeta --extern qoi=/opt/rustwide/target/debug/deps/libqoi-d775027057b4b34d.rmeta --extern ravif=/opt/rustwide/target/debug/deps/libravif-34d163b8a9886081.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-9eef7b85944a64b9.rmeta --extern rgb=/opt/rustwide/target/debug/deps/librgb-7c7bfe33eaf50666.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-96844992f3898833.rmeta --extern zune_core=/opt/rustwide/target/debug/deps/libzune_core-021e78692cb8f6dc.rmeta --extern zune_jpeg=/opt/rustwide/target/debug/deps/libzune_jpeg-6c6f3e8bd41c3ede.rlib --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" "66a71ed80ac151a08e1727666b95a6de012259733295ebff2ae8ee92822cb53a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66a71ed80ac151a08e1727666b95a6de012259733295ebff2ae8ee92822cb53a", kill_on_drop: false }` [INFO] [stdout] 66a71ed80ac151a08e1727666b95a6de012259733295ebff2ae8ee92822cb53a