[INFO] cloning repository https://github.com/Almoped/fqview
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Almoped/fqview" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlmoped%2Ffqview", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlmoped%2Ffqview'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 077a01c90e7cb79b537d3a07aa651a8352f3a483
[INFO] checking Almoped/fqview against try#863511eff87e66198b396935f3b5c8a543022f53 for pr-139493-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlmoped%2Ffqview" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Almoped/fqview
[INFO] finished tweaking git repo https://github.com/Almoped/fqview
[INFO] tweaked toml for git repo https://github.com/Almoped/fqview written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Almoped/fqview on toolchain 863511eff87e66198b396935f3b5c8a543022f53
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Almoped/fqview 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" "+863511eff87e66198b396935f3b5c8a543022f53" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e877e21e7170300f69f09a0383d8977456b5d00949fae07739110ddc65224cf
[INFO] running `Command { std: "docker" "start" "-a" "7e877e21e7170300f69f09a0383d8977456b5d00949fae07739110ddc65224cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e877e21e7170300f69f09a0383d8977456b5d00949fae07739110ddc65224cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e877e21e7170300f69f09a0383d8977456b5d00949fae07739110ddc65224cf", kill_on_drop: false }`
[INFO] [stdout] 7e877e21e7170300f69f09a0383d8977456b5d00949fae07739110ddc65224cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+863511eff87e66198b396935f3b5c8a543022f53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c153425d6b9cfd0109949c968c60375c04d7f010ca92b55d8f5deb4201f87bd
[INFO] running `Command { std: "docker" "start" "-a" "5c153425d6b9cfd0109949c968c60375c04d7f010ca92b55d8f5deb4201f87bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking zlib-rs v0.5.2
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling cfg-expr v0.20.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling cc v1.2.35
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking libz-rs-sys v0.5.2
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.4
[INFO] [stderr]    Compiling fltk-sys v1.5.10
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]    Compiling system-deps v7.0.5
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling libheif-sys v5.0.0+1.20.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr] error: failed to run custom build command for `libheif-sys v5.0.0+1.20.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/libheif-sys-e15cab4f06a7a903/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-changed=wrapper.h
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libheif-sys-5.0.0+1.20.2/Cargo.toml
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBHEIF_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:error=
[INFO] [stderr]   pkg-config exited with status code 1
[INFO] [stderr]   > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags libheif 'libheif >= 1.20'
[INFO] [stderr] 
[INFO] [stderr]   The system library `libheif` required by crate `libheif-sys` was not found.
[INFO] [stderr]   The file `libheif.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.
[INFO] [stderr]   The PKG_CONFIG_PATH environment variable is not set.
[INFO] [stderr] 
[INFO] [stderr]   HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `libheif.pc`.
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5c153425d6b9cfd0109949c968c60375c04d7f010ca92b55d8f5deb4201f87bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c153425d6b9cfd0109949c968c60375c04d7f010ca92b55d8f5deb4201f87bd", kill_on_drop: false }`
[INFO] [stdout] 5c153425d6b9cfd0109949c968c60375c04d7f010ca92b55d8f5deb4201f87bd
