[INFO] cloning repository https://github.com/tagawa0525/leptonica-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tagawa0525/leptonica-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftagawa0525%2Fleptonica-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftagawa0525%2Fleptonica-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d1af6abac5fc8534cf0d75b0a6af20c99fcd4b6
[INFO] testing tagawa0525/leptonica-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftagawa0525%2Fleptonica-rs" "/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/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/tagawa0525/leptonica-rs
[INFO] finished tweaking git repo https://github.com/tagawa0525/leptonica-rs
[INFO] tweaked toml for git repo https://github.com/tagawa0525/leptonica-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tagawa0525/leptonica-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tagawa0525/leptonica-rs 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" "+beta-2026-03-05" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63f53a99f592f5f1aafc7be93fa6c6006886d31d56298621fb150f956e356bd7
[INFO] running `Command { std: "docker" "start" "-a" "63f53a99f592f5f1aafc7be93fa6c6006886d31d56298621fb150f956e356bd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63f53a99f592f5f1aafc7be93fa6c6006886d31d56298621fb150f956e356bd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63f53a99f592f5f1aafc7be93fa6c6006886d31d56298621fb150f956e356bd7", kill_on_drop: false }`
[INFO] [stdout] 63f53a99f592f5f1aafc7be93fa6c6006886d31d56298621fb150f956e356bd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f39b6c90f95376f98e9e7011e2e6146c781cb9f147dfe0ec06f3abc490dab084
[INFO] running `Command { std: "docker" "start" "-a" "f39b6c90f95376f98e9e7011e2e6146c781cb9f147dfe0ec06f3abc490dab084", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling zune-jpeg v0.5.12
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling jpeg-encoder v0.7.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling tiff v0.11.3
[INFO] [stderr]    Compiling leptonica v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 2m 22s
[INFO] running `Command { std: "docker" "inspect" "f39b6c90f95376f98e9e7011e2e6146c781cb9f147dfe0ec06f3abc490dab084", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f39b6c90f95376f98e9e7011e2e6146c781cb9f147dfe0ec06f3abc490dab084", kill_on_drop: false }`
[INFO] [stdout] f39b6c90f95376f98e9e7011e2e6146c781cb9f147dfe0ec06f3abc490dab084
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e79d7efcae3fb7f39c5c6669aeed831a2e7dccfc68540958d934c14405436fe8
[INFO] running `Command { std: "docker" "start" "-a" "e79d7efcae3fb7f39c5c6669aeed831a2e7dccfc68540958d934c14405436fe8", kill_on_drop: false }`
[INFO] [stderr]    Compiling leptonica v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `leptonica` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name leptonica --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test --cfg 'feature="bmp"' --cfg 'feature="default"' --cfg 'feature="half"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg-decoder"' --cfg 'feature="jpeg-encoder"' --cfg 'feature="png"' --cfg 'feature="png-format"' --cfg 'feature="pnm"' --cfg 'feature="tiff"' --cfg 'feature="tiff-format"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-formats", "bmp", "default", "gif", "gif-format", "half", "hayro-jpeg2000", "image-webp", "jp2k-format", "jpeg", "jpeg-decoder", "jpeg-encoder", "miniz_oxide", "pdf-format", "pdf-writer", "png", "png-format", "pnm", "ps-format", "tiff", "tiff-format", "webp-format"))' -C metadata=897f0a4be51e011c -C extra-filename=-0efa191e8d4f92bf --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern half=/opt/rustwide/target/debug/deps/libhalf-7e4f25af0ea5a6d9.rlib --extern jpeg_decoder=/opt/rustwide/target/debug/deps/libjpeg_decoder-5968d064b89287a6.rlib --extern jpeg_encoder=/opt/rustwide/target/debug/deps/libjpeg_encoder-12ea34aae4acbd22.rlib --extern png=/opt/rustwide/target/debug/deps/libpng-57ce09fa51147825.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-ec8bfc3540487992.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1023b625a40d8607.rlib --extern tiff=/opt/rustwide/target/debug/deps/libtiff-add2481f8972f7dc.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e79d7efcae3fb7f39c5c6669aeed831a2e7dccfc68540958d934c14405436fe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e79d7efcae3fb7f39c5c6669aeed831a2e7dccfc68540958d934c14405436fe8", kill_on_drop: false }`
[INFO] [stdout] e79d7efcae3fb7f39c5c6669aeed831a2e7dccfc68540958d934c14405436fe8
