[INFO] cloning repository https://github.com/justinrubek/pgrx-nix-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinrubek/pgrx-nix-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrubek%2Fpgrx-nix-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrubek%2Fpgrx-nix-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 00a028da6be7cc1a6144d373343ba55e5292885d
[INFO] testing justinrubek/pgrx-nix-example against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrubek%2Fpgrx-nix-example" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/justinrubek/pgrx-nix-example
[INFO] finished tweaking git repo https://github.com/justinrubek/pgrx-nix-example
[INFO] tweaked toml for git repo https://github.com/justinrubek/pgrx-nix-example written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/justinrubek/pgrx-nix-example on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/justinrubek/pgrx-nix-example 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-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de06876ddfa3d999ff31763240d8915af3e4c1edb56d89f40fc99e51ae6df0e1
[INFO] running `Command { std: "docker" "start" "-a" "de06876ddfa3d999ff31763240d8915af3e4c1edb56d89f40fc99e51ae6df0e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de06876ddfa3d999ff31763240d8915af3e4c1edb56d89f40fc99e51ae6df0e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de06876ddfa3d999ff31763240d8915af3e4c1edb56d89f40fc99e51ae6df0e1", kill_on_drop: false }`
[INFO] [stdout] de06876ddfa3d999ff31763240d8915af3e4c1edb56d89f40fc99e51ae6df0e1
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 150f158c3c8c6f3a63bea016be9256109e3d49db5f2baa07f9f5f9d56007d521
[INFO] running `Command { std: "docker" "start" "-a" "150f158c3c8c6f3a63bea016be9256109e3d49db5f2baa07f9f5f9d56007d521", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling winnow v0.6.7
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling pathsearch v0.2.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling unescape v0.1.0
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling sptr v0.3.2
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling serde_derive v1.0.199
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling enum-map v2.7.3
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]    Compiling pgrx-sql-entity-graph v0.12.0-alpha.1
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling atomic-traits v0.3.0
[INFO] [stderr]    Compiling pgrx-macros v0.12.0-alpha.1
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling toml_edit v0.22.12
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]    Compiling cargo_toml v0.19.2
[INFO] [stderr]    Compiling pgrx-pg-config v0.12.0-alpha.1
[INFO] [stderr]    Compiling pgrx-pg-sys v0.12.0-alpha.1
[INFO] [stderr] error: failed to run custom build command for `pgrx-pg-sys v0.12.0-alpha.1`
[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/pgrx-pg-sys-a4b222d43c0b8b14/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=PGRX_BUILD_VERBOSE
[INFO] [stderr]   cargo:rerun-if-env-changed=PGRX_PG_SYS_GENERATE_BINDINGS_FOR_RELEASE
[INFO] [stderr]   cargo:rerun-if-env-changed=PGRX_PG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PGRX_PG_CONFIG_AS_ENV
[INFO] [stderr]   cargo:rerun-if-env-changed=LLVM_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBCLANG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBCLANG_STATIC_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS
[INFO] [stderr]   cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=BINDGEN_EXTRA_CLANG_ARGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PGRX_PG_SYS_GENERATE_BINDINGS_FOR_RELEASE
[INFO] [stderr]   cargo:rerun-if-changed=include
[INFO] [stderr]   cargo:rerun-if-changed=cshim
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   build_paths=BuildPaths { manifest_dir: "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pgrx-pg-sys-0.12.0-alpha.1", out_dir: "/opt/rustwide/target/debug/build/pgrx-pg-sys-4e761f563ddcc6f5/out", src_dir: "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pgrx-pg-sys-0.12.0-alpha.1/src/include", shim_src: "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pgrx-pg-sys-0.12.0-alpha.1/cshim", shim_dst: "/opt/rustwide/target/debug/build/pgrx-pg-sys-4e761f563ddcc6f5/out/cshim" }
[INFO] [stderr]   Error: $PGRX_HOME does not exist
[INFO] [stderr] 
[INFO] [stderr]   Location:
[INFO] [stderr]       /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pgrx-pg-config-0.12.0-alpha.1/src/lib.rs:534:28
[INFO] running `Command { std: "docker" "inspect" "150f158c3c8c6f3a63bea016be9256109e3d49db5f2baa07f9f5f9d56007d521", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "150f158c3c8c6f3a63bea016be9256109e3d49db5f2baa07f9f5f9d56007d521", kill_on_drop: false }`
[INFO] [stdout] 150f158c3c8c6f3a63bea016be9256109e3d49db5f2baa07f9f5f9d56007d521
