Date: Sat, 5 Jun 2021 12:07:42 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [package - main-arm64-default][games/veloren] Failed for veloren-0.9.0_2 in build Message-ID: <202106051207.155C7g59097341@ampere2.nyi.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: jbeich@FreeBSD.org Log URL: http://ampere2.nyi.freebsd.org/data/main-arm64-default/pa500d6f8fb2d_s9a0f822853/logs/veloren-0.9.0_2.log Build URL: http://ampere2.nyi.freebsd.org/build.html?mastername=main-arm64-default&build=pa500d6f8fb2d_s9a0f822853 Log: =>> Building games/veloren build started at Sat Jun 5 11:26:53 UTC 2021 port directory: /usr/ports/games/veloren package name: veloren-0.9.0_2 building for: FreeBSD main-arm64-default-job-01 14.0-CURRENT FreeBSD 14.0-CURRENT 1400018 arm64 maintained by: jbeich@FreeBSD.org Makefile ident: Poudriere version: 3.2.8-8-gaf08dbda Host OSVERSION: 1400008 Jail OSVERSION: 1400018 Job Id: 01 !!! Jail is newer than host. (Jail: 1400018, Host: 1400008) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh OSVERSION=1400018 UNAME_v=FreeBSD 14.0-CURRENT 1400018 UNAME_r=14.0-CURRENT 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-8-gaf08dbda MASTERMNT=/usr/local/poudriere/data/.m/main-arm64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/main-arm64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=main-arm64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/main-arm64-default/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-- jbeich@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf PYTHON="/usr/local/bin/python3.8" XDG_DATA_HOME=/wrkdirs/usr/ports/games/veloren/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/veloren/work HOME=/wrkdirs/usr/ports/games/veloren/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/veloren/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/games/veloren/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/veloren/work HOME=/wrkdirs/usr/ports/games/veloren/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/veloren/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes 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-- PYTHON_INCLUDEDIR=include/python3.8 PYTHON_LIBDIR=lib/python3.8 PYTHON_PLATFORM=freebsd14 PYTHON_SITELIBDIR=lib/python3.8/site-packages PYTHON_SUFFIX=38 PYTHON_EXT_SUFFIX=.cpython-38 PYTHON_VER=3.8 PYTHON_VERSION=python3.8 PYTHON2="@comment " PYTHON3="" OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/veloren" EXAMPLESDIR="share/examples/veloren" DATADIR="share/veloren" WWWDIR="www/veloren" ETCDIR="etc/veloren" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/veloren DOCSDIR=/usr/local/share/doc/veloren EXAMPLESDIR=/usr/local/share/examples/veloren WWWDIR=/usr/local/www/veloren ETCDIR=/usr/local/etc/veloren --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=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: aarch64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: aarch64-unknown-freebsd14.0 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_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: aarch64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=aarch64 OPSYS=FreeBSD _OSRELEASE=14.0-CURRENT OSREL=14.0 OSVERSION=1400018 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) 1048576 stack size (kbytes, -s) 1048576 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 GPLv3 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> veloren-0.9.0_2 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.16.3.txz [main-arm64-default-job-01] Installing pkg-1.16.3... [main-arm64-default-job-01] Extracting pkg-1.16.3: .......... done ===> veloren-0.9.0_2 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of veloren-0.9.0_2 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by veloren-0.9.0_2 for building =========================================================================== =======================<phase: checksum >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by veloren-0.9.0_2 for building => SHA256 Checksum OK for rust/crates/ab_glyph-0.2.10.tar.gz. => SHA256 Checksum OK for rust/crates/ab_glyph_rasterizer-0.1.4.tar.gz. => SHA256 Checksum OK for rust/crates/addr2line-0.14.1.tar.gz. => SHA256 Checksum OK for rust/crates/adler-1.0.2.tar.gz. => SHA256 Checksum OK for rust/crates/adler32-1.2.0.tar.gz. => SHA256 Checksum OK for rust/crates/ahash-0.4.7.tar.gz. => SHA256 Checksum OK for rust/crates/ahash-0.6.3.tar.gz. => SHA256 Checksum OK for rust/crates/aho-corasick-0.7.15.tar.gz. => SHA256 Checksum OK for rust/crates/alsa-0.4.3.tar.gz. => SHA256 Checksum OK for rust/crates/alsa-sys-0.3.1.tar.gz. => SHA256 Checksum OK for rust/crates/andrew-0.3.1.tar.gz. => SHA256 Checksum OK for rust/crates/android_glue-0.2.3.tar.gz. => SHA256 Checksum OK for rust/crates/ansi-parser-0.7.0.tar.gz. => SHA256 Checksum OK for rust/crates/ansi_term-0.11.0.tar.gz. => SHA256 Checksum OK for rust/crates/ansi_term-0.12.1.tar.gz. => SHA256 Checksum OK for rust/crates/anymap-0.12.1.tar.gz. => SHA256 Checksum OK for rust/crates/approx-0.3.2.tar.gz. => SHA256 Checksum OK for rust/crates/approx-0.4.0.tar.gz. => SHA256 Checksum OK for rust/crates/arr_macro-0.1.3.tar.gz. => SHA256 Checksum OK for rust/crates/arr_macro_impl-0.1.3.tar.gz. => SHA256 Checksum OK for rust/crates/arraygen-0.1.14.tar.gz. => SHA256 Checksum OK for rust/crates/arrayref-0.3.6.tar.gz. => SHA256 Checksum OK for rust/crates/arrayvec-0.5.2.tar.gz. => SHA256 Checksum OK for rust/crates/as-slice-0.1.5.tar.gz. => SHA256 Checksum OK for rust/crates/ascii-0.9.3.tar.gz. => SHA256 Checksum OK for rust/crates/assets_manager-0.4.3.tar.gz. <snip> 319 | ConnectionError::InvalidCString(ref nul_err) => nul_err.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:322:68 | 322 | ConnectionError::CouldntSetupConfiguration(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:368:30 | 368 | write!(f, "{}", self.description()) | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:40:57 | 40 | MigrationError::IoError(ref error) => error.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:54:14 | 54 | self.description().fmt(f) | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:98:68 | 98 | RunMigrationsError::MigrationError(ref error) => error.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:99:64 | 99 | RunMigrationsError::QueryError(ref error) => error.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:108:43 | 108 | write!(f, "Failed with: {}", self.description()) | ^^^^^^^^^^^ warning: 15 warnings emitted Compiling migrations_internals v1.4.1 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=migrations_internals CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/migrations_internals-1.4.1 CARGO_PKG_AUTHORS='Sean Griffin <sean@seantheprogrammer.com>' CARGO_PKG_DESCRIPTION='Internal implementation of diesels migration mechanism' CARGO_PKG_HOMEPAGE='http://diesel.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=migrations_internals CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name migrations_internals /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/migrations_internals-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate -type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=7fb9dbf3837f7b48 -C extra-filename=-7fb9dbf3837f7b48 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --extern diesel=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libdiesel-4998672ce1d61094.rmeta --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-931c2d900ba1cf5d/out` Compiling migrations_macros v1.4.2 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=migrations_macros CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/migrations_macros-1.4.2 CARGO_PKG_AUTHORS='Sean Griffin <sean@seantheprogrammer.com>' CARGO_PKG_DESCRIPTION='Codegeneration macros for diesels embedded migrations' CARGO_PKG_HOMEPAGE='http://diesel.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=migrations_macros CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.4.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name migrations_macros /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/migrations_macros-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=a3fe32fee75d7ae2 -C extra-filename=-a3fe32fee75d7ae2 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --extern migrations_internals=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libmigrations_internals-7fb9dbf3837f7b48.rlib --extern proc_macro2=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libproc_macro2-e1074e89fd4d19f9.rlib --extern quote=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libquote-3ed6e6ae0dc81643.rlib --extern syn=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libsyn-213150f76e62b6a3.rlib --extern proc_macro --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-931c2d900ba1cf5d/out` [libsqlite3-sys 0.18.0] TARGET = Some("aarch64-unknown-freebsd") [libsqlite3-sys 0.18.0] OPT_LEVEL = Some("3") [libsqlite3-sys 0.18.0] HOST = Some("aarch64-unknown-freebsd") [libsqlite3-sys 0.18.0] CC_aarch64-unknown-freebsd = None [libsqlite3-sys 0.18.0] CC_aarch64_unknown_freebsd = None [libsqlite3-sys 0.18.0] HOST_CC = None [libsqlite3-sys 0.18.0] CC = Some("cc") [libsqlite3-sys 0.18.0] CFLAGS_aarch64-unknown-freebsd = None [libsqlite3-sys 0.18.0] CFLAGS_aarch64_unknown_freebsd = None [libsqlite3-sys 0.18.0] HOST_CFLAGS = None [libsqlite3-sys 0.18.0] CFLAGS = Some("-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ") [libsqlite3-sys 0.18.0] CRATE_CC_NO_DEFAULTS = None [libsqlite3-sys 0.18.0] DEBUG = Some("false") [libsqlite3-sys 0.18.0] CARGO_CFG_TARGET_FEATURE = Some("fp,neon") [libsqlite3-sys 0.18.0] running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-O2" "-pipe" "-fstack-protector-strong" "-fno-strict-aliasing" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT2" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-DSQLITE_HAVE_ISNAN" "-o" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out/sqlite3/sqlite3.o" "-c" "sqlite3/sqlite3.c" warning: 1 warning emitted [libsqlite3-sys 0.18.0] exit code: 0 [libsqlite3-sys 0.18.0] AR_aarch64-unknown-freebsd = None [libsqlite3-sys 0.18.0] AR_aarch64_unknown_freebsd = None [libsqlite3-sys 0.18.0] HOST_AR = None [libsqlite3-sys 0.18.0] AR = None [libsqlite3-sys 0.18.0] running: "ar" "cq" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out/libsqlite3.a" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out/sqlite3/sqlite3.o" [libsqlite3-sys 0.18.0] exit code: 0 [libsqlite3-sys 0.18.0] running: "ar" "s" "/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out/libsqlite3.a" [libsqlite3-sys 0.18.0] exit code: 0 [libsqlite3-sys 0.18.0] cargo:rustc-link-lib=static=sqlite3 [libsqlite3-sys 0.18.0] cargo:rustc-link-search=native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out [libsqlite3-sys 0.18.0] cargo:lib_dir=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libsqlite3_sys CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/libsqlite3-sys-0.18.0 CARGO_PKG_AUTHORS='The rusqlite developers' CARGO_PKG_DESCRIPTION='Native bindings to the libsqlite3 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libsqlite3-sys CARGO_PKG_REPOSITORY='https://github.com/rusqlite/rusqlite' CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib' OUT_DIR=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out /usr/local/bin/rustc --crate-name libsqlite3_sys --edition=2018 /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/libsqlite3-sys-0.18.0/src/l ib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_6_8"' --cfg 'feature="min_sqlite_version_3_7_16"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=39d9d7af1055bab6 -C extra-filename=-39d9d7af1055bab6 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out -l static=sqlite3` Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=diesel CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6 CARGO_PKG_AUTHORS='Sean Griffin <sean@seantheprogrammer.com>' CARGO_PKG_DESCRIPTION='A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL' CARGO_PKG_HOMEPAGE='https://diesel.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diesel CARGO_PKG_REPOSITORY='https://github.com/diesel-rs/diesel' CARGO_PKG_VERSION=1.4.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name diesel /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-typ e lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="32-column-tables"' --cfg 'feature="default"' --cfg 'feature="libsqlite3-sys"' --cfg 'feature="sqlite"' --cfg 'feature="with-deprecated"' -C metadata=9151726acc5f9917 -C extra-filename=-9151726acc5f9917 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --extern byteorder=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libbyteorder-9f818b985c8288ef.rmeta --extern diesel_derives=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libdiesel_derives-5175da34dd597acb.so --extern libsqlite3_sys=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/liblibsqlite3_sys-39d9d7af1055bab6.rmeta --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out` warning: this `#[deprecated]` annotation has no effect --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/query_builder/insert_statement/mod.rs:205:1 | 205 | / #[deprecated( 206 | | since = "1.2.0", 207 | | note = "Use `<&'a [U] as Insertable<T>>::Values` instead" 208 | | )] | |__^ help: remove the unnecessary deprecation attribute | = note: `#[warn(useless_deprecated)]` on by default warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:269:64 | 269 | Error::RollbackTransaction => write!(f, "{}", self.description()), | ^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:270:65 | 270 | Error::AlreadyInTransaction => write!(f, "{}", self.description()), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:279:59 | 279 | Error::InvalidCString(ref nul_err) => nul_err.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:282:50 | 282 | Error::QueryBuilderError(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:283:53 | 283 | Error::DeserializationError(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:284:51 | 284 | Error::SerializationError(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:319:69 | 319 | ConnectionError::InvalidCString(ref nul_err) => nul_err.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:322:68 | 322 | ConnectionError::CouldntSetupConfiguration(ref e) => e.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/result.rs:368:30 | 368 | write!(f, "{}", self.description()) | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:40:57 | 40 | MigrationError::IoError(ref error) => error.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:54:14 | 54 | self.description().fmt(f) | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:98:68 | 98 | RunMigrationsError::MigrationError(ref error) => error.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:99:64 | 99 | RunMigrationsError::QueryError(ref error) => error.description(), | ^^^^^^^^^^^ warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel-1.4.6/src/migration/errors.rs:108:43 | 108 | write!(f, "Failed with: {}", self.description()) | ^^^^^^^^^^^ Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=migrations_internals CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/migrations_internals-1.4.1 CARGO_PKG_AUTHORS='Sean Griffin <sean@seantheprogrammer.com>' CARGO_PKG_DESCRIPTION='Internal implementation of diesels migration mechanism' CARGO_PKG_HOMEPAGE='http://diesel.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=migrations_internals CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name migrations_internals /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/migrations_internals-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifac ts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=260c61d9ed517d65 -C extra-filename=-260c61d9ed517d65 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --extern diesel=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libdiesel-9151726acc5f9917.rmeta --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out` warning: 15 warnings emitted Compiling diesel_migrations v1.4.0 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=diesel_migrations CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel_migrations-1.4.0 CARGO_PKG_AUTHORS='Sean Griffin <sean@seantheprogrammer.com>' CARGO_PKG_DESCRIPTION='Migration management for diesel' CARGO_PKG_HOMEPAGE='http://diesel.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diesel_migrations CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib:/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-931c2d900ba1cf5d/out' /usr/local/bin/rustc --crate-name diesel_migrations /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel_migrations-1.4.0/src/lib.rs -- error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=087545cdaf599ac5 -C extra-filename=-087545cdaf599ac5 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --extern migrations_internals=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libmigrations_internals-260c61d9ed517d65.rmeta --extern migrations_macros=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libmigrations_macros-a3fe32fee75d7ae2.so --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out` error: /wrkdirs/usr/ports/games/veloren/work/target/release/deps/libmigrations_macros-a3fe32fee75d7ae2.so: Undefined symbol "__subtf3" --> /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel_migrations-1.4.0/src/lib.rs:82:1 | 82 | extern crate migrations_macros; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error error: could not compile `diesel_migrations` Caused by: process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=diesel_migrations CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel_migrations-1.4.0 CARGO_PKG_AUTHORS='Sean Griffin <sean@seantheprogrammer.com>' CARGO_PKG_DESCRIPTION='Migration management for diesel' CARGO_PKG_HOMEPAGE='http://diesel.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=diesel_migrations CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/wrkdirs/usr/ports/games/veloren/work/target/release/deps:/usr/local/lib:/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-931c2d900ba1cf5d/out' /usr/local/bin/rustc --crate-name diesel_migrations /wrkdirs/usr/ports/games/veloren/work/veloren-1afe3b7de53804b3650d7762810cdc54213eb5db/cargo-crates/diesel_migrati ons-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' -C metadata=087545cdaf599ac5 -C extra-filename=-087545cdaf599ac5 --out-dir /wrkdirs/usr/ports/games/veloren/work/target/release/deps -L dependency=/wrkdirs/usr/ports/games/veloren/work/target/release/deps --extern migrations_internals=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libmigrations_internals-260c61d9ed517d65.rmeta --extern migrations_macros=/wrkdirs/usr/ports/games/veloren/work/target/release/deps/libmigrations_macros-a3fe32fee75d7ae2.so --cap-lints warn -C linker=cc -C link-arg=-fstack-protector-strong -L native=/wrkdirs/usr/ports/games/veloren/work/target/release/build/libsqlite3-sys-452ba672f86dd0cc/out` (exit code: 1) *** Error code 101 Stop. make: stopped in /usr/ports/games/veloren
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106051207.155C7g59097341>