[package - 132powerpc64le-quarterly][lang/prql] Failed for prql-compiler-0.9.4_1 in build

From: <pkg-fallout_at_FreeBSD.org>
Date: Sat, 07 Oct 2023 15:56:23 UTC
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     yuri@FreeBSD.org
Log URL:        https://pkg-status.freebsd.org/foul2/data/132powerpc64le-quarterly/2195304f98e0/logs/prql-compiler-0.9.4_1.log
Build URL:      https://pkg-status.freebsd.org/foul2/build.html?mastername=132powerpc64le-quarterly&build=2195304f98e0
Log:

=>> Building lang/prql
build started at Sat Oct  7 15:51:25 UTC 2023
port directory: /usr/ports/lang/prql
package name: prql-compiler-0.9.4_1
building for: FreeBSD 132powerpc64le-quarterly-job-20 13.2-RELEASE FreeBSD 13.2-RELEASE powerpc
maintained by: yuri@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-23-ga7f8d188
Host OSVERSION: 1500000
Jail OSVERSION: 1302001
Job Id: 20

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1302001
UNAME_v=FreeBSD 13.2-RELEASE
UNAME_r=13.2-RELEASE
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-23-ga7f8d188
MASTERMNT=/usr/local/poudriere/data/.m/132powerpc64le-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/132powerpc64le-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=132powerpc64le-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/132powerpc64le-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
yuri@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/lang/prql/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/prql/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/lang/prql/work/.cache  HOME=/wrkdirs/usr/ports/lang/prql/work TMPDIR="/wrkdirs/usr/ports/lang/prql/work" PATH=/wrkdirs/usr/ports/lang/prql/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/lang/prql/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/prql/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/prql/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/lang/prql/work/.cache  HOME=/wrkdirs/usr/ports/lang/prql/work TMPDIR="/wrkdirs/usr/ports/lang/prql/work" PATH=/wrkdirs/usr/ports/lang/prql/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/lang/prql/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m
  0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
OSREL=13.2 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/prql"  EXAMPLESDIR="share/examples/prql"  DATADIR="share/prql"  WWWDIR="www/prql"  ETCDIR="etc/prql"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/prql DOCSDIR=/usr/local/share/doc/prql EXAMPLESDIR=/usr/local/share/examples/prql  WWWDIR=/usr/local/www/prql ETCDIR=/usr/local/etc/prql
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=3
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64le-unknown-freebsd13.2 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64le-unknown-freebsd13.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_53255a77=yes
CC_OUTPUT_921dbbb2_911cfe02=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
CC_OUTPUT_921dbbb2_af59ad06=yes
CC_OUTPUT_921dbbb2_a15f3fcf=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: powerpc64le-unknown-freebsd13.2 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=powerpc64le
OPSYS=FreeBSD
_OSRELEASE=13.2-RELEASE
OSREL=13.2
OSVERSION=1302001
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License APACHE20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   prql-compiler-0.9.4_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.20.7.pkg
[132powerpc64le-quarterly-job-20] Installing pkg-1.20.7...
[132powerpc64le-quarterly-job-20] Extracting pkg-1.20.7: .......... done
===>   prql-compiler-0.9.4_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of prql-compiler-0.9.4_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by prql-compiler-0.9.4_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by prql-compiler-0.9.4_1 for building
=> SHA256 Checksum OK for rust/crates/addr2line-0.19.0.crate.
=> SHA256 Checksum OK for rust/crates/adler-1.0.2.crate.
=> SHA256 Checksum OK for rust/crates/ahash-0.7.6.crate.
=> SHA256 Checksum OK for rust/crates/ahash-0.8.3.crate.
=> SHA256 Checksum OK for rust/crates/aho-corasick-0.7.20.crate.
=> SHA256 Checksum OK for rust/crates/aho-corasick-1.0.1.crate.
=> SHA256 Checksum OK for rust/crates/android_system_properties-0.1.5.crate.
=> SHA256 Checksum OK for rust/crates/anes-0.1.6.crate.
=> SHA256 Checksum OK for rust/crates/ansi-to-html-0.1.3.crate.
=> SHA256 Checksum OK for rust/crates/anstream-0.3.2.crate.
=> SHA256 Checksum OK for rust/crates/anstyle-1.0.0.crate.
=> SHA256 Checksum OK for rust/crates/anstyle-parse-0.2.0.crate.
=> SHA256 Checksum OK for rust/crates/anstyle-query-1.0.0.crate.
=> SHA256 Checksum OK for rust/crates/anstyle-wincon-1.0.1.crate.
=> SHA256 Checksum OK for rust/crates/anyhow-1.0.71.crate.
=> SHA256 Checksum OK for rust/crates/ariadne-0.3.0.crate.
=> SHA256 Checksum OK for rust/crates/arrayvec-0.7.2.crate.
=> SHA256 Checksum OK for rust/crates/arrow-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-arith-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-array-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-buffer-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-cast-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-data-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-ord-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-row-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-schema-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-select-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/arrow-string-41.0.0.crate.
=> SHA256 Checksum OK for rust/crates/async-native-tls-0.4.0.crate.
=> SHA256 Checksum OK for rust/crates/async-trait-0.1.68.crate.
=> SHA256 Checksum OK for rust/crates/asynchronous-codec-0.6.1.crate.
=> SHA256 Checksum OK for rust/crates/atty-0.2.14.crate.
<snip>
=====
Message from ca_root_nss-3.93:

--
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.


This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem
===>   prql-compiler-0.9.4_1 depends on package: rust>=1.72.0 - found
===>   Returning to build of prql-compiler-0.9.4_1
===>   prql-compiler-0.9.4_1 depends on executable: cmake - not found
===>   Installing existing package /packages/All/cmake-core-3.26.1_3.pkg
[132powerpc64le-quarterly-job-20] Installing cmake-core-3.26.1_3...
[132powerpc64le-quarterly-job-20] `-- Installing expat-2.5.0...
[132powerpc64le-quarterly-job-20] `-- Extracting expat-2.5.0: .......... done
[132powerpc64le-quarterly-job-20] `-- Installing jsoncpp-1.9.5...
[132powerpc64le-quarterly-job-20] `-- Extracting jsoncpp-1.9.5: .......... done
[132powerpc64le-quarterly-job-20] `-- Installing libuv-1.46.0...
[132powerpc64le-quarterly-job-20] `-- Extracting libuv-1.46.0: .......... done
[132powerpc64le-quarterly-job-20] `-- Installing rhash-1.4.4...
[132powerpc64le-quarterly-job-20] |   `-- Installing gettext-runtime-0.22_1...
[132powerpc64le-quarterly-job-20] |   `-- Extracting gettext-runtime-0.22_1: .......... done
[132powerpc64le-quarterly-job-20] `-- Extracting rhash-1.4.4: .......... done
[132powerpc64le-quarterly-job-20] Extracting cmake-core-3.26.1_3: .......... done
===>   prql-compiler-0.9.4_1 depends on executable: cmake - found
===>   Returning to build of prql-compiler-0.9.4_1
===>   prql-compiler-0.9.4_1 depends on package: pkgconf>=1.3.0_1 - not found
===>   Installing existing package /packages/All/pkgconf-2.0.3,1.pkg
[132powerpc64le-quarterly-job-20] Installing pkgconf-2.0.3,1...
[132powerpc64le-quarterly-job-20] Extracting pkgconf-2.0.3,1: .......... done
===>   prql-compiler-0.9.4_1 depends on package: pkgconf>=1.3.0_1 - found
===>   Returning to build of prql-compiler-0.9.4_1
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for prql-compiler-0.9.4_1
===>   Additional optimization to port applied
===>   Cargo config:
[source.cargo]
directory = '/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates'
[source.crates-io]
replace-with = 'cargo'
===>   Updating Cargo.lock
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/Cargo.toml
workspace: /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/Cargo.toml
===========================================================================
=======================<phase: build          >============================
===>  Building for prql-compiler-0.9.4_1
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/Cargo.toml
workspace: /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/Cargo.toml
   Compiling libc v0.2.147
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.66
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/libc-0.2.147 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.147 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/libc-0.2.147/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=9280de1c6a008666 -C extra-filename=-9280de1c6a008666 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/libc-9280de1c6
 a008666 -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 -C metadata=7b073d4593e7a528 -C extra-filename=-7b073d4593e7a528 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-un
 known-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/proc-macro2-1.0.66 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/cr
 ates/prqlc/cargo-crates/proc-macro2-1.0.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=311694fddc238b11 -C extra-filename=-311694fddc238b11 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/proc-macro2-311694fddc238b11 -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
   Compiling unicode-ident v1.0.9
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/unicode-ident-1.0.9 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.9 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/unicode-ident-1.0.9
 /src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=a9981afa9eef7542 -C extra-filename=-a9981afa9eef7542 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/deps -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
   Compiling quote v1.0.28
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/quote-1.0.28 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/quote-1.0.28/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,
 link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=784a72aa5928732e -C extra-filename=-784a72aa5928732e --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/quote-784a72aa5928732e -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/proc-macro2-311694fddc238b11/build-script-build`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/libc-9280de1c6a008666/build-script-build`
[proc-macro2 1.0.66] cargo:rerun-if-changed=build.rs
[libc 0.2.147] cargo:rerun-if-changed=build.rs
[libc 0.2.147] cargo:rustc-cfg=freebsd11
[libc 0.2.147] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.147] cargo:rustc-cfg=libc_union
[libc 0.2.147] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.147] cargo:rustc-cfg=libc_align
[libc 0.2.147] cargo:rustc-cfg=libc_int128
[libc 0.2.147] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.147] cargo:rustc-cfg=libc_packedN
[libc 0.2.147] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.147] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.147] cargo:rustc-cfg=libc_long_array
[libc 0.2.147] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.147] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.147] cargo:rustc-cfg=libc_const_extern_fn
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/libc-0.2.147 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.147 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=147 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/build/libc-68f61ac578346189/out /usr/local/bin/rustc --crate-name libc /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/libc-0.2.147/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C m
 etadata=f49b1b5b44fd2873 -C extra-filename=-f49b1b5b44fd2873 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
[proc-macro2 1.0.66] cargo:rustc-cfg=wrap_proc_macro
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/proc-macro2-1.0.66 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.66 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/release/build/proc-macro2-1f00536ad457247c/out /usr/local/bin/rustc --cra
 te-name proc_macro2 --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/proc-macro2-1.0.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4e78594b9d4717ec -C extra-filename=-4e78594b9d4717ec --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/deps -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern unicode_ident=/wrkdirs/usr/ports/lang/prql/work/target/release/deps/libunicode_ident-a9981afa9eef7542.rmeta --cap-lints warn --cfg wrap_proc_macro`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/quote-784a72aa5928732e/build-script-build`
[quote 1.0.28] cargo:rerun-if-changed=build.rs
   Compiling once_cell v1.18.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/once_cell-1.18.0 CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kladov@gmail.com>' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.18.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name once_cell --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib -
 -emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=56c88e0676da6035 -C extra-filename=-56c88e0676da6035 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling memchr v2.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --c
 rate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=67305a9275d57b24 -C extra-filename=-67305a9275d57b24 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/memchr-67305a9275d57b24 -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/quote-1.0.28 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.28 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=28 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/release/build/quote-b48f2b312283b2ad/out /usr/local/bin/rustc --crate-name quote --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/quote-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendere
 d-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9978411447bc0bd2 -C extra-filename=-9978411447bc0bd2 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/deps -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern proc_macro2=/wrkdirs/usr/ports/lang/prql/work/target/release/deps/libproc_macro2-4e78594b9d4717ec.rmeta --cap-lints warn`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/memchr-67305a9275d57b24/build-script-build`
   Compiling rustix v0.38.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.38.6 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>:Jakub Konka <kubkon@jakubkonka.com>' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.38.6/build.r
 s --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=e936fbd796290fd0 -C extra-filename=-e936fbd796290fd0 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/rustix-e936fbd796290fd0 -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
   Compiling syn v2.0.17
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/syn-2.0.17 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.0.17 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name syn --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/syn-2.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-
 assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=fc781767c5338110 -C extra-filename=-fc781767c5338110 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/deps -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern proc_macro2=/wrkdirs/usr/ports/lang/prql/work/target/release/deps/libproc_macro2-4e78594b9d4717ec.rmeta --extern quote=/wrkdirs/usr/ports/lang/prql/work/target/release/deps/libquote-9978411447bc0bd2.rmeta --extern unicode_ident=/wrkdirs/usr/ports/lang/prql/work/target/release/deps/libunicode_ident-a9981afa9eef7542.rmeta --cap-lints warn`
   Compiling cc v1.0.79
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/cc-1.0.79 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.79 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=79 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cc --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/cc-1.0.79/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=e4b414d1a21174a5 -C extra-filename=-e4b414d1a21174a5 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/deps -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-li
 nts warn`
   Compiling errno v0.3.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/errno-0.3.1 CARGO_PKG_AUTHORS='Chris Wong <lambda.fairy@gmail.com>' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name errno --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/errno-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,
 metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 -C metadata=f49757c61a39d654 -C extra-filename=-f49757c61a39d654 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern libc=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/liblibc-f49b1b5b44fd2873.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling bitflags v1.3.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bitflags --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=9fab752328a273a8 -C extra-filename=-9fab752328a273a8 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/
 deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling heck v0.4.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/heck-0.4.1 CARGO_PKG_AUTHORS='Without Boats <woboats@gmail.com>' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name heck --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep
 -info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=037929ef928d78bb -C extra-filename=-037929ef928d78bb --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/deps -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/rustix-e936fbd796290fd0/build-script-build`
[rustix 0.38.6] cargo:rerun-if-changed=build.rs
[rustix 0.38.6] cargo:rustc-cfg=static_assertions
[rustix 0.38.6] cargo:rustc-cfg=libc
[rustix 0.38.6] cargo:rustc-cfg=freebsdlike
[rustix 0.38.6] cargo:rustc-cfg=bsd
[rustix 0.38.6] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
[rustix 0.38.6] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
[rustix 0.38.6] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
[rustix 0.38.6] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
[rustix 0.38.6] cargo:rerun-if-env-changed=CARGO_CFG_MIRI
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/build/memchr-84b77c54708c1f6b/out /usr/local/bin/rustc --crate-name memchr --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/memchr-2
 .5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2f1b0e855614ab93 -C extra-filename=-2f1b0e855614ab93 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling io-lifetimes v1.0.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/io-lifetimes-1.0.11 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>' CARGO_PKG_DESCRIPTION='A low-level I/O ownership and borrowing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=io-lifetimes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/io-lifetimes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/io-lifetimes-1.0.11/build.rs --error-format=json --json=diag
 nostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=82d3b13f17115e3f -C extra-filename=-82d3b13f17115e3f --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/io-lifetimes-82d3b13f17115e3f -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
   Compiling bitflags v2.3.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/bitflags-2.3.3 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.3.3 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bitflags --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/bitflags-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' -C metadata=74b195ab9daffcc0 -C extra-filename=-74b195ab9daffcc0 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/rel
 ease/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/io-lifetimes-82d3b13f17115e3f/build-script-build`
[io-lifetimes 1.0.11] cargo:rustc-cfg=io_safety_is_in_std
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.38.6 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>:Jakub Konka <kubkon@jakubkonka.com>' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/build/rustix-b66820d906cc7650/out /usr/local/bin/rustc --crate-name rustix --edition=20
 21 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.38.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=9e5d4d9190663854 -C extra-filename=-9e5d4d9190663854 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern bitflags=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/libbitflags-74b195ab9daffcc0.rmeta --extern libc_errno=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/re
 lease/deps/liberrno-f49757c61a39d654.rmeta -!
 -extern libc=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/liblibc-f49b1b5b44fd2873.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg static_assertions --cfg libc --cfg freebsdlike --cfg bsd`
[io-lifetimes 1.0.11] cargo:rustc-cfg=panic_in_const_fn
[io-lifetimes 1.0.11] cargo:rerun-if-changed=build.rs
   Compiling rustix v0.37.19
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.37.19 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>:Jakub Konka <kubkon@jakubkonka.com>' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=0.37.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=37 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.37.19/bui
 ld.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=dbf08a49b08fc7b1 -C extra-filename=-dbf08a49b08fc7b1 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/rustix-dbf08a49b08fc7b1 -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/rustix-dbf08a49b08fc7b1/build-script-build`
[rustix 0.37.19] cargo:rerun-if-changed=build.rs
[rustix 0.37.19] cargo:rustc-cfg=libc
[rustix 0.37.19] cargo:rustc-cfg=freebsdlike
[rustix 0.37.19] cargo:rustc-cfg=bsd
[rustix 0.37.19] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM
[rustix 0.37.19] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC
[rustix 0.37.19] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC
[rustix 0.37.19] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD
[rustix 0.37.19] cargo:rerun-if-env-changed=CARGO_CFG_MIRI
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=io_lifetimes CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/io-lifetimes-1.0.11 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>' CARGO_PKG_DESCRIPTION='A low-level I/O ownership and borrowing library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=io-lifetimes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/io-lifetimes' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/build/io-lifetimes-689c8efc4d5a7d84/out /usr/local/bin/rustc --crate-name io_lifetimes --edition=2018 /wrkdirs/usr/ports
 /lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=6a2b600200a90a34 -C extra-filename=-6a2b600200a90a34 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern libc=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/liblibc-f49b1b5b44fd2873.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg io_safety_is_in_std --cfg panic_in_const_fn`
   Compiling serde v1.0.163
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/serde-1.0.163 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.19 CARGO_PKG_VERSION=1.0.163 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=163 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/serde-1.0.163/build.rs --error-format=json --json=diagnostic-rende
 red-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=2deaa1bbc43846eb -C extra-filename=-2deaa1bbc43846eb --out-dir /wrkdirs/usr/ports/lang/prql/work/target/release/build/serde-2deaa1bbc43846eb -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn`
   Compiling is-terminal v0.4.9
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=is_terminal CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/is-terminal-0.4.9 CARGO_PKG_AUTHORS='softprops <d.tangren@gmail.com>:Dan Gohman <dev@sunfishcode.online>' CARGO_PKG_DESCRIPTION='Test whether a given stream is a terminal' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=is-terminal CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/is-terminal' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name is_terminal --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-inco
 mpat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 -C metadata=2c1b145696587990 -C extra-filename=-2c1b145696587990 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern rustix=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/librustix-9e5d4d9190663854.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
   Compiling utf8parse v0.2.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/utf8parse-0.2.1 CARGO_PKG_AUTHORS='Joe Wilm <joe@jwilm.com>:Christian Duerr <contact@christianduerr.com>' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name utf8parse --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emi
 t=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=bde8b422c82dc0c2 -C extra-filename=-bde8b422c82dc0c2 --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
     Running `/wrkdirs/usr/ports/lang/prql/work/target/release/build/serde-2deaa1bbc43846eb/build-script-build`
[serde 1.0.163] cargo:rerun-if-changed=build.rs
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.37.19 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>:Jakub Konka <kubkon@jakubkonka.com>' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=0.37.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=37 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/build/rustix-c6c819921184cd48/out /usr/local/bin/rustc --crate-name rustix --edition
 =2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.37.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8496b9978fc7e30d -C extra-filename=-8496b9978fc7e30d --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern bitflags=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/libbitflags-9fab752328a273a8.rmeta --extern lib
 c_errno=/wrkdirs/usr/ports/lang/prql/work/ta!
 rget/powerpc64le-unknown-freebsd/release/deps/liberrno-f49757c61a39d654.rmeta --extern io_lifetimes=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/libio_lifetimes-6a2b600200a90a34.rmeta --extern libc=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/liblibc-f49b1b5b44fd2873.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg libc --cfg freebsdlike --cfg bsd`
   Compiling anstyle-parse v0.2.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/anstyle-parse-0.2.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name anstyle_parse --edition=2021 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/anstyle-parse-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --
 emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=86d52a6cf7eed63b -C extra-filename=-86d52a6cf7eed63b --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern utf8parse=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/libutf8parse-bde8b422c82dc0c2.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
thread 'rustc' panicked at 'internal error: entered unreachable code: state is never set to invalid values', /wrkdirs/usr/ports/lang/rust/work/rustc-1.72.0-src/library/std/src/sync/once.rs:208:20
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

error: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md

note: rustc 1.72.0 (5680fa18f 2023-08-23) (built from a source tarball) running on powerpc64le-unknown-freebsd

note: compiler flags: --crate-type lib -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 -C linker=cc -C link-arg=-fstack-protector-strong

note: some of the compiler flags provided by cargo are hidden

query stack during panic:
end of query stack
error: could not compile `rustix` (lib)

Caused by:
  process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.37.19 CARGO_PKG_AUTHORS='Dan Gohman <dev@sunfishcode.online>:Jakub Konka <kubkon@jakubkonka.com>' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=0.37.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=37 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/lang/prql/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/build/rustix-c6c819921184cd48/out /usr/local/bin/rustc --crat
 e-name rustix --edition=2018 /wrkdirs/usr/ports/lang/prql/work/prql-0.9.4/crates/prqlc/cargo-crates/rustix-0.37.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=8496b9978fc7e30d -C extra-filename=-8496b9978fc7e30d --out-dir /wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps --target powerpc64le-unknown-freebsd -C linker=cc -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps -L dependency=/wrkdirs/usr/ports/lang/prql/work/target/release/deps --extern bitflags=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/libbitflags-9fab752328a2
 73a8.rmeta --extern libc_errno=/wrkdirs/usr/!
 ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/liberrno-f49757c61a39d654.rmeta --extern io_lifetimes=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/libio_lifetimes-6a2b600200a90a34.rmeta --extern libc=/wrkdirs/usr/ports/lang/prql/work/target/powerpc64le-unknown-freebsd/release/deps/liblibc-f49b1b5b44fd2873.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg libc --cfg freebsdlike --cfg bsd` (exit status: 101)
warning: build failed, waiting for other jobs to finish...
*** Error code 101

Stop.
make: stopped in /usr/ports/lang/prql