[INFO] cloning repository https://github.com/simon0302010/koba-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simon0302010/koba-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimon0302010%2Fkoba-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimon0302010%2Fkoba-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dc56c1732d976ee80910e6b2da3295c680a6623b
[INFO] checking simon0302010/koba-rs against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimon0302010%2Fkoba-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/simon0302010/koba-rs
[INFO] finished tweaking git repo https://github.com/simon0302010/koba-rs
[INFO] tweaked toml for git repo https://github.com/simon0302010/koba-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/simon0302010/koba-rs on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/simon0302010/koba-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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unit-prefix v0.5.2
[INFO] [stderr]   Downloaded simple_logger v5.1.0
[INFO] [stderr]   Downloaded cc v1.2.44
[INFO] [stderr]   Downloaded indicatif v0.18.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 666e5756cad064aec9f2471569c4d14c8e2c45684c869c661a633379d468714f
[INFO] running `Command { std: "docker" "start" "-a" "666e5756cad064aec9f2471569c4d14c8e2c45684c869c661a633379d468714f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "666e5756cad064aec9f2471569c4d14c8e2c45684c869c661a633379d468714f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "666e5756cad064aec9f2471569c4d14c8e2c45684c869c661a633379d468714f", kill_on_drop: false }`
[INFO] [stdout] 666e5756cad064aec9f2471569c4d14c8e2c45684c869c661a633379d468714f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6616ff2309ddc1d212525c0cc64e02a739e8a7820e5d6ce3d62d504a5fbc4bef
[INFO] running `Command { std: "docker" "start" "-a" "6616ff2309ddc1d212525c0cc64e02a739e8a7820e5d6ce3d62d504a5fbc4bef", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking console v0.16.1
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking fontdue v0.9.3
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking moxcms v0.7.9
[INFO] [stderr]     Checking simple_logger v5.1.0
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking rav1e v0.7.1
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking koba-rs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.27s
[INFO] running `Command { std: "docker" "inspect" "6616ff2309ddc1d212525c0cc64e02a739e8a7820e5d6ce3d62d504a5fbc4bef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6616ff2309ddc1d212525c0cc64e02a739e8a7820e5d6ce3d62d504a5fbc4bef", kill_on_drop: false }`
[INFO] [stdout] 6616ff2309ddc1d212525c0cc64e02a739e8a7820e5d6ce3d62d504a5fbc4bef
