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: y...@freebsd.org Log URL: https://pkg-status.freebsd.org/beefy15/data/133i386-default/a22ab6fdaffb/logs/ox-text-editor-0.7.5.log Build URL: https://pkg-status.freebsd.org/beefy15/build.html?mastername=133i386-default&build=a22ab6fdaffb Log: =>> Building editors/ox build started at Thu Dec 19 04:21:07 UTC 2024 port directory: /usr/ports/editors/ox package name: ox-text-editor-0.7.5 building for: FreeBSD 133i386-default-job-04 13.3-RELEASE-p8 FreeBSD 13.3-RELEASE-p8 i386 maintained by: y...@freebsd.org Makefile datestamp: -rw-r--r-- 1 root wheel 367 Dec 19 01:02 /usr/ports/editors/ox/Makefile Ports top last git commit: a22ab6fdaff Ports top unclean checkout: no Port dir last git commit: b05d6d3d93d Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.2 Host OSVERSION: 1500028 Jail OSVERSION: 1303001 Job Id: 04 ---Begin Environment--- SHELL=/bin/csh BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 OSVERSION=1303001 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 UNAME_m=i386 UNAME_p=i386 UNAME_r=13.3-RELEASE-p8 LOCALBASE=/usr/local UNAME_v=FreeBSD 13.3-RELEASE-p8 USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.2 MASTERMNT=/usr/local/poudriere/data/.m/133i386-default/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/133i386-default/04/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SUBPACKAGES SELECTED_OPTIONS MASTERNAME=133i386-default SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/133i386-default/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.2 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- y...@freebsd.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/editors/ox/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/editors/ox/work XDG_CACHE_HOME=/wrkdirs/usr/ports/editors/ox/work/.cache HOME=/wrkdirs/usr/ports/editors/ox/work TMPDIR="/wrkdirs/usr/ports/editors/ox/work" PATH=/wrkdirs/usr/ports/editors/ox/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/editors/ox/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/editors/ox/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/editors/ox/work XDG_CACHE_HOME=/wrkdirs/usr/ports/editors/ox/work/.cache HOME=/wrkdirs/usr/ports/editors/ox/work TMPDIR="/wrkdirs/usr/ports/editors/ox/work" PATH=/wrkdirs/usr/ports/editors/ox/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/editors/ox/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 " 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.3 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/ox" EXAMPLESDIR="share/examples/ox" DATADIR="share/ox" WWWDIR="www/ox" ETCDIR="etc/ox" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/ox DOCSDIR=/usr/local/share/doc/ox EXAMPLESDIR=/usr/local/share/examples/ox WWWDIR=/usr/local/www/ox ETCDIR=/usr/local/etc/ox --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 MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### #### # 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 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" 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) 524288 stack size (kbytes, -s) 65536 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) 8192 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 >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> ox-text-editor-0.7.5 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.21.3.pkg [133i386-default-job-04] Installing pkg-1.21.3... [133i386-default-job-04] Extracting pkg-1.21.3: .......... done ===> ox-text-editor-0.7.5 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of ox-text-editor-0.7.5 =========================================================================== =======================<phase: fetch-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: fetch >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user => curlpipe-ox-0.7.5_GH0.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://codeload.github.com/curlpipe/ox/tar.gz/0.7.5?dummy=/curlpipe-ox-0.7.5_GH0.tar.gz fetch: https://codeload.github.com/curlpipe/ox/tar.gz/0.7.5?dummy=/curlpipe-ox-0.7.5_GH0.tar.gz: size unknown fetch: https://codeload.github.com/curlpipe/ox/tar.gz/0.7.5?dummy=/curlpipe-ox-0.7.5_GH0.tar.gz: size of remote file is not known curlpipe-ox-0.7.5_GH0.tar.gz 6879 kB 27 MBps 00s ===> Fetching all distfiles required by ox-text-editor-0.7.5 for building =========================================================================== =======================<phase: checksum >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by ox-text-editor-0.7.5 for building => SHA256 Checksum OK for rust/crates/aho-corasick-1.1.3.crate. => SHA256 Checksum OK for rust/crates/alinio-0.2.1.crate. => SHA256 Checksum OK for rust/crates/autocfg-1.4.0.crate. => SHA256 Checksum OK for rust/crates/base64-0.22.1.crate. => SHA256 Checksum OK for rust/crates/bitflags-1.3.2.crate. => SHA256 Checksum OK for rust/crates/bitflags-2.6.0.crate. => SHA256 Checksum OK for rust/crates/bstr-1.11.0.crate. => SHA256 Checksum OK for rust/crates/byteorder-1.5.0.crate. => SHA256 Checksum OK for rust/crates/cc-1.2.2.crate. => SHA256 Checksum OK for rust/crates/cfg-if-1.0.0.crate. => SHA256 Checksum OK for rust/crates/cfg_aliases-0.2.1.crate. => SHA256 Checksum OK for rust/crates/char_index-0.1.4.crate. => SHA256 Checksum OK for rust/crates/crossterm-0.28.1.crate. => SHA256 Checksum OK for rust/crates/crossterm_winapi-0.9.1.crate. => SHA256 Checksum OK for rust/crates/dirs-5.0.1.crate. => SHA256 Checksum OK for rust/crates/dirs-sys-0.4.1.crate. => SHA256 Checksum OK for rust/crates/either-1.13.0.crate. => SHA256 Checksum OK for rust/crates/errno-0.3.10.crate. => SHA256 Checksum OK for rust/crates/error_set-0.7.0.crate. => SHA256 Checksum OK for rust/crates/error_set_impl-0.7.0.crate. => SHA256 Checksum OK for rust/crates/getrandom-0.2.15.crate. => SHA256 Checksum OK for rust/crates/home-0.5.9.crate. => SHA256 Checksum OK for rust/crates/if_chain-1.0.2.crate. => SHA256 Checksum OK for rust/crates/indices-0.3.6.crate. => SHA256 Checksum OK for rust/crates/jargon-args-0.2.7.crate. => SHA256 Checksum OK for rust/crates/libc-0.2.167.crate. => SHA256 Checksum OK for rust/crates/libredox-0.1.3.crate. => SHA256 Checksum OK for rust/crates/linux-raw-sys-0.4.14.crate. => SHA256 Checksum OK for rust/crates/lock_api-0.4.12.crate. => SHA256 Checksum OK for rust/crates/log-0.4.22.crate. => SHA256 Checksum OK for rust/crates/lua-src-547.0.0.crate. => SHA256 Checksum OK for rust/crates/luajit-src-210.5.11+97813fb.crate. => SHA256 Checksum OK for rust/crates/memchr-2.7.4.crate. => SHA256 Checksum OK for rust/crates/memoffset-0.7.1.crate. => SHA256 Checksum OK for rust/crates/mio-1.0.3.crate. => SHA256 Checksum OK for rust/crates/mlua-0.10.2.crate. => SHA256 Checksum OK for rust/crates/mlua-sys-0.6.6.crate. => SHA256 Checksum OK for rust/crates/nix-0.26.4.crate. <snip> [nix 0.29.0] cargo:rustc-check-cfg=cfg(solaris) [nix 0.29.0] cargo:rustc-check-cfg=cfg(watchos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(tvos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(visionos) [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd) [nix 0.29.0] cargo:rustc-cfg=bsd [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple) [nix 0.29.0] cargo:rustc-cfg=bsd_without_apple [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike) [nix 0.29.0] cargo:rustc-cfg=freebsdlike [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish) [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd) [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple) [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android) [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike) [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish) [nix 0.29.0] cargo:rustc-check-cfg=cfg(fbsd14) [nix 0.29.0] cargo:rustc-check-cfg=cfg(qemu) Compiling error_set v0.7.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=error_set CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/error_set-0.7.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/error_set-0.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An error set macro that simplifies error management by providing a streamlined method for defining errors and easily converting between them. Inspired by Zig'\''s error set type.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error_set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcmah309/error_set' CARGO_PKG_RUST_VERSION=1.81 CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name error_set --edition=2021 /wrkdirs/usr/ports/editors /ox/work/ox-0.7.5/cargo-crates/error_set-0.7.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("context_stub", "default", "defmt", "log", "tracing"))' -C metadata=6ce7013fda5ca85b -C extra-filename=-6ce7013fda5ca85b --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern error_set_impl=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/liberror_set_impl-7d64c41f164afdd0.so --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `error_set` (lib) generated 1 warning (1 duplicate) Compiling dirs v5.0.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/dirs-5.0.1 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/dirs-5.0.1/Cargo.toml CARGO_PKG_AUTHORS='Simon Ochsenreither <si...@ochsenreither.de>' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.0.1 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CAR GO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name dirs --edition=2015 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/dirs-5.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ae74fe7af381c80b -C extra-filename=-ae74fe7af381c80b --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern dirs_sys=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libdirs_sys-614c4d9942cc3c7b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `ropey` (lib) generated 2 warnings (1 duplicate) Compiling bstr v1.11.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bstr CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/bstr-1.11.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/bstr-1.11.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant <jams...@gmail.com>' CARGO_PKG_DESCRIPTION='A string type that is not required to be valid UTF-8.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/bstr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bstr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/bstr' CARGO_PKG_RUST_VERSION=1.73 CARGO_PKG_VERSION=1.11.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name bstr --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/bstr-1.11.0/src/lib.rs --error-format=jso n --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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=65780bdac4cbd5c1 -C extra-filename=-65780bdac4cbd5c1 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern memchr=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libmemchr-3a94a74047d23ee0.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `dirs` (lib) generated 1 warning (1 duplicate) Compiling rustc-hash v2.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/rustc-hash-2.1.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/rustc-hash-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A speedy, non-cryptographic hashing algorithm used by rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rustc-hash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name rustc_hash --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/rustc-hash-2.1.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=9ce78403612612e8 -C extra-filename=-9ce78403612612e8 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `rustc-hash` (lib) generated 1 warning (1 duplicate) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/either-1.13.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name either --edition=2018 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/either-1.13.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="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=4c5c2bd1fca57349 -C extra-filename=-4c5c2bd1fca57349 --out-dir /wrk dirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `either` (lib) generated 1 warning (1 duplicate) Compiling char_index v0.1.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=char_index CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/char_index-0.1.4 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/char_index-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A crate for efficient charwise indexing into a string' CARGO_PKG_HOMEPAGE='https://github.com/unicode-entropy/char_index' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=char_index CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-entropy/char_index' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name char_index --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/char_index-0.1.4/src/lib.rs --error-for mat=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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=af25e6771aec3933 -C extra-filename=-af25e6771aec3933 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `char_index` (lib) generated 1 warning (1 duplicate) Compiling if_chain v1.0.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=if_chain CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/if_chain-1.0.2 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/if_chain-1.0.2/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong <lambda.fa...@gmail.com>' CARGO_PKG_DESCRIPTION='Macro for writing nested `if let` expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=if_chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/if_chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name if_chain --edition=2015 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/if_chain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-re ndered-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e92c039843cd7709 -C extra-filename=-e92c039843cd7709 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `num-traits` (lib) generated 1 warning (1 duplicate) Compiling unicode-width v0.1.14 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/unicode-width-0.1.14 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/unicode-width-0.1.14/Cargo.toml CARGO_PKG_AUTHORS='kwantam <kwan...@gmail.com>:Manish Goregaokar <manishsm...@gmail.com>' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_width --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/unicode-width-0.1.14/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="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std" , "rustc-dep-of-std", "std"))' -C metadata=64fba8e091ba4285 -C extra-filename=-64fba8e091ba4285 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `if_chain` (lib) generated 1 warning (1 duplicate) Compiling nohash-hasher v0.2.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nohash_hasher CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/nohash-hasher-0.2.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/nohash-hasher-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Parity Technologies <ad...@parity.io>' CARGO_PKG_DESCRIPTION='An implementation of `std::hash::Hasher` which does not hash at all.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nohash-hasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paritytech/nohash-hasher' CARGO_PKG_RUST_VERSION='' 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/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name nohash_hasher --edition=2018 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/nohash-ha sher-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c9f36f5303cc73de -C extra-filename=-c9f36f5303cc73de --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `bstr` (lib) generated 1 warning (1 duplicate) Compiling mlua v0.10.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mlua CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/mlua-0.10.2 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/mlua-0.10.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksandr Orlenko <zxt...@pm.me>:kyren <cather...@kyju.org>' CARGO_PKG_DESCRIPTION='High level bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau with async/await features and support of writing native Lua modules in Rust. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mlua CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/khvzak/mlua' CARGO_PKG_RUST_VERSION=1.79.0 CARGO_PKG_VERSION=0.10.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name mlua --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/mlua-0.10.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 --allow=unexpected_cfgs --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="lua54"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "async", "error-send", "lua51", "lua52", "lua53", "lua54", "luajit", "luajit 52", "luau", "luau-jit", "luau-vector4", "macros", "module", "send", "serialize", "userdata-wrappers", "vendored"))' -C metadata=45dbb8a97b45debb -C extra-filename=-45dbb8a97b45debb --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern bstr=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libbstr-65780bdac4cbd5c1.rmeta --extern either=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libeither-4c5c2bd1fca57349.rmeta --extern ffi=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libmlua_sys-a50b119dd6f1076b.rmeta --extern num_traits=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libnum_traits-95ab97df530b21c3.rmeta --extern parking_lot=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libparking_lot-0df180648c3e4715.rmeta --extern rustc_hash=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/librustc_hash-9ce78403612612e8.rmeta --cap-lin ts warn -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/editors/ox/work/target/release/build/mlua-sys-238eb3c303058ab0/out/lua-build/lib` warning: `nohash-hasher` (lib) generated 1 warning (1 duplicate) Compiling synoptic v2.2.9 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=synoptic CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/synoptic-2.2.9 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/synoptic-2.2.9/Cargo.toml CARGO_PKG_AUTHORS='curlpipe <11898833+curlp...@users.noreply.github.com>' CARGO_PKG_DESCRIPTION='A simple, low-level, syntax highlighting library with unicode support' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=synoptic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/curlpipe/synoptic' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.2.9 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name synoptic --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/synoptic-2.2.9/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=811a1e15cd8175cb -C extra-filename=-811a1e15cd8175cb --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern char_index=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libchar_index-af25e6771aec3933.rmeta --extern if_chain=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libif_chain-e92c039843cd7709.rmeta --extern nohash_hasher=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libnohash_hasher-c9f36f5303cc73de.rmeta --extern regex=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libregex-d52961cd46dd167c.rmeta --extern unicode_width=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libunicod e_width-bff8ae3144fa90a8.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `unicode-width` (lib) generated 1 warning (1 duplicate) Compiling alinio v0.2.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=alinio CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/alinio-0.2.1 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/alinio-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library to assist in alignment and table generation in TUI applications' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=alinio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/curlpipe/alinio' 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/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name alinio --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/alinio-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=414051367a5cf902 -C extra-filename=-414051367a5cf902 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern unicode_width=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libunicode_width-64fba8e091ba4285.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: `alinio` (lib) generated 1 warning (1 duplicate) Compiling shellexpand v3.1.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=shellexpand CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/shellexpand-3.1.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/shellexpand-3.1.0/Cargo.toml CARGO_PKG_AUTHORS='Vladimir Matveev <vmatv...@citrine.cc>:Ian Jackson <i...@torproject.org>' CARGO_PKG_DESCRIPTION='Shell-like expansions in strings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shellexpand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/ijackson/rust-shellexpand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.1.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name shellexpand --edition=2018 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/shellexpand-3.1.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="base-0"' --cfg 'feature="default"' --cfg 'feature="dirs"' --cfg 'feature="tilde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("base-0", "bstr", "default", "dirs", "full", "full-msrv-1-31", "full-msrv-1-51", "os_str_bytes", "path", "tilde"))' -C metadata=b45c02b7af40fdae -C extra-filename=-b45c02b7af40fdae --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern dirs=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libdirs-ae74fe7af381c80b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: a method with this name may be added to the standard library in the future --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/shellexpand-3.1.0/src/funcs.rs:394:47 | 394 | let var_name = match var_name.as_str() { | ^^^^^^ | = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919> = help: call with fully qualified syntax `wtraits::WstrExt::as_str(...)` to keep using the current method = note: `#[warn(unstable_name_collisions)]` on by default warning: `shellexpand` (lib) generated 2 warnings (1 duplicate) Compiling kaolinite v0.10.0 (/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/kaolinite) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=kaolinite CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/kaolinite CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/kaolinite/Cargo.toml CARGO_PKG_AUTHORS='curlpipe <11898833+curlp...@users.noreply.github.com>' CARGO_PKG_DESCRIPTION='A crate to assist in the creation of TUI text editors.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kaolinite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/curlpipe/kaolinite' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name kaolinite --edition=2021 kaolinite/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,l ink -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=feaae7815bec6e17 -C extra-filename=-feaae7815bec6e17 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern error_set=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/liberror_set-6ce7013fda5ca85b.rmeta --extern regex=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libregex-d52961cd46dd167c.rmeta --extern ropey=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libropey-5b6fe6616bd795a4.rmeta --extern unicode_width=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libunicode_width-bff8ae3144fa90a8.rmeta -C link-arg=-fstack-protector-strong` warning: `synoptic` (lib) generated 1 warning (1 duplicate) Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/nix-0.29.0 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps OUT_DIR=/wrkdirs/usr/ports/editors/ox/work/target/release/build/nix-eefc07d34f5e0186/out /usr/local/bin/rustc --crate-name nix --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/nix-0.29.0/src/lib.rs --error-f ormat=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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=52b95ec81604fc53 -C extra-filename=-52b95ec81604fc53 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern bitflags=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libbitflags-fa0e3469023cc360.rmeta --extern cfg_if=/wrkd irs/usr/ports/editors/ox/work/target/release/deps/libcfg_if-cc663e3c093ef5ad.rmeta --extern libc=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/liblibc-e23dd4afde478027.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd --cfg bsd --cfg bsd_without_apple --cfg freebsdlike --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --c heck-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` warning: `kaolinite` (lib) generated 1 warning (1 duplicate) Compiling crossterm v0.28.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossterm CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/Cargo.toml CARGO_PKG_AUTHORS='T. Post' CARGO_PKG_DESCRIPTION='A crossplatform terminal library for manipulating terminals.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossterm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossterm-rs/crossterm' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.28.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=28 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name crossterm --edition=2021 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-an si,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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=7b11ca0db5b457d5 -C extra-filename=-7b11ca0db5b457d5 --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern bitflags=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libbitflags-fa0e3469023cc360.rmeta --extern mio=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libmio-118d3200b034bf17.rmeta --extern parking_lot=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libparking_lot-0df180648c3e4715.rmeta --extern rustix= /wrkdirs/usr/ports/editors/ox/work/target/release/deps/librustix-910f863deba3a236.rmeta --extern signal_hook=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libsignal_hook-7e563627fac175c6.rmeta --extern signal_hook_mio=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libsignal_hook_mio-52412954bea553c9.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: unexpected `cfg` condition name: `winapi` --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/src/lib.rs:256:11 | 256 | #[cfg(all(winapi, not(feature = "winapi")))] | ^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(winapi)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(winapi)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `winapi` --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/src/lib.rs:256:23 | 256 | #[cfg(all(winapi, not(feature = "winapi")))] | ^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `bracketed-paste`, `default`, `event-stream`, `events`, `filedescriptor`, `libc`, `serde`, `use-dev-tty`, and `windows` = help: consider adding `winapi` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition name: `crossterm_winapi` --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/src/lib.rs:259:11 | 259 | #[cfg(all(crossterm_winapi, not(feature = "crossterm_winapi")))] | ^^^^^^^^^^^^^^^^ | = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(crossterm_winapi)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossterm_winapi)");` to the top of the `build.rs` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: unexpected `cfg` condition value: `crossterm_winapi` --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/src/lib.rs:259:33 | 259 | #[cfg(all(crossterm_winapi, not(feature = "crossterm_winapi")))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `bracketed-paste`, `default`, `event-stream`, `events`, `filedescriptor`, `libc`, `serde`, `use-dev-tty`, and `windows` = help: consider adding `crossterm_winapi` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration warning: `nix` (lib) generated 1 warning (1 duplicate) Compiling ptyprocess v0.4.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ptyprocess CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhib...@gmail.com>' CARGO_PKG_DESCRIPTION='A library to work with PTY/TTY on Unix systems' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/ptyprocess' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ptyprocess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/ptyprocess' 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/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name ptyprocess --edition=2018 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-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 opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed5e258df428559f -C extra-filename=-ed5e258df428559f --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern nix=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libnix-1126e7cf405e3deb.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` warning: unused import: `ioctl` --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1/src/lib.rs:526:21 | 526 | use nix::libc::{ioctl, FIODGNAME}; | ^^^^^ | = note: `#[warn(unused_imports)]` on by default error[E0308]: mismatched types --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1/src/lib.rs:506:30 | 506 | match unsafe { ioctl(fd, TIOCPTMASTER as u64, 0) } { | ----- ^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64` | | | arguments to this function are incorrect | note: function defined here --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/libc-0.2.167/src/unix/bsd/mod.rs:684:12 | 684 | pub fn ioctl(fd: c_int, request: c_ulong, ...) -> c_int; | ^^^^^ help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit | 506 | match unsafe { ioctl(fd, (TIOCPTMASTER as u64).try_into().unwrap(), 0) } { | + +++++++++++++++++++++ error[E0308]: mismatched types --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1/src/lib.rs:712:38 | 712 | match unsafe { ioctl(pts_fd, TIOCSCTTY as u64, 0) } { | ----- ^^^^^^^^^^^^^^^^ expected `u32`, found `u64` | | | arguments to this function are incorrect | note: function defined here --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/libc-0.2.167/src/unix/bsd/mod.rs:684:12 | 684 | pub fn ioctl(fd: c_int, request: c_ulong, ...) -> c_int; | ^^^^^ help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit | 712 | match unsafe { ioctl(pts_fd, (TIOCSCTTY as u64).try_into().unwrap(), 0) } { | + +++++++++++++++++++++ For more information about this error, try `rustc --explain E0308`. warning: `ptyprocess` (lib) generated 2 warnings (1 duplicate) error: could not compile `ptyprocess` (lib) due to 2 previous errors; 2 warnings emitted Caused by: process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ptyprocess CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1 CARGO_MANIFEST_PATH=/wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhib...@gmail.com>' CARGO_PKG_DESCRIPTION='A library to work with PTY/TTY on Unix systems' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/ptyprocess' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ptyprocess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/ptyprocess' 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/editors/ox/work/target/release/deps /usr/local/bin/rustc --crate-name ptyprocess --edition=2018 /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/ptyprocess-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 opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed5e258df428559f -C extra-filename=-ed5e258df428559f --out-dir /wrkdirs/usr/ports/editors/ox/work/target/release/deps -C strip=debuginfo -L dependency=/wrkdirs/usr/ports/editors/ox/work/target/release/deps --extern nix=/wrkdirs/usr/ports/editors/ox/work/target/release/deps/libnix-1126e7cf405e3deb.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong` (exit status: 1) warning: build failed, waiting for other jobs to finish... warning: struct `InternalEventFilter` is never constructed --> /wrkdirs/usr/ports/editors/ox/work/ox-0.7.5/cargo-crates/crossterm-0.28.1/src/event/filter.rs:65:19 | 65 | pub(crate) struct InternalEventFilter; | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: `mlua` (lib) generated 1 warning (1 duplicate) warning: `crossterm` (lib) generated 6 warnings (1 duplicate) *** Error code 101 Stop. make: stopped in /usr/ports/editors/ox