[INFO] cloning repository https://github.com/Dragon092/img_hash_py
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dragon092/img_hash_py" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDragon092%2Fimg_hash_py", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDragon092%2Fimg_hash_py'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b130005aaf4707c0f43b04a938548951f0127fda
[INFO] checking Dragon092/img_hash_py/b130005aaf4707c0f43b04a938548951f0127fda against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDragon092%2Fimg_hash_py" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dragon092/img_hash_py
[INFO] finished tweaking git repo https://github.com/Dragon092/img_hash_py
[INFO] tweaked toml for git repo https://github.com/Dragon092/img_hash_py written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dragon092/img_hash_py on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dragon092/img_hash_py 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" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded target-lexicon v0.13.2
[INFO] [stderr]   Downloaded pyo3-macros v0.24.2
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.24.2
[INFO] [stderr]   Downloaded transpose v0.1.0
[INFO] [stderr]   Downloaded pyo3-ffi v0.24.2
[INFO] [stderr]   Downloaded indoc v2.0.6
[INFO] [stderr]   Downloaded rustfft v3.0.1
[INFO] [stderr]   Downloaded img_hash v3.2.0
[INFO] [stderr]   Downloaded rustdct v0.4.0
[INFO] [stderr]   Downloaded pyo3 v0.24.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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] 4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30
[INFO] running `Command { std: "docker" "start" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30", 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" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30", 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" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking transpose v0.1.0
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling pyo3-build-config v0.24.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking rustfft v3.0.1
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking rustdct v0.4.0
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling pyo3-macros-backend v0.24.2
[INFO] [stderr]    Compiling pyo3-ffi v0.24.2
[INFO] [stderr]    Compiling pyo3 v0.24.2
[INFO] [stderr] error: failed to run custom build command for `pyo3-ffi v0.24.2`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/pyo3-ffi/43336e6da411fa3f/out/build_script_build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_LIMITED_API)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_GIL_DISABLED)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(PyPy)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(GraalPy)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(pyo3_disable_reference_pool)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(pyo3_leak_on_drop_without_reference_pool)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_7)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_8)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_9)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_10)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_11)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_12)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_13)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(Py_3_14)
[INFO] [stderr]   cargo:rerun-if-env-changed=PYO3_CROSS
[INFO] [stderr]   cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
[INFO] [stderr]   cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION
[INFO] [stderr]   cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PYO3_USE_ABI3_FORWARD_COMPATIBILITY
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   error: the configured Python interpreter version (3.14) is newer than PyO3's maximum supported version (3.13)
[INFO] [stderr]   = help: please check if an updated version of PyO3 is available. Current version: 0.24.2
[INFO] [stderr]   = help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30", kill_on_drop: false }`
[INFO] [stdout] 4418d30a87bc299c1800662e224dea1e841cd6e6a63368468740ab11b6e81b30
