Date: Thu, 11 Mar 2021 10:02:06 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [package - 130releng-arm64-quarterly][net-p2p/openethereum] Failed for openethereum-3.1.0_1 in build Message-ID: <202103111002.12BA26dX002832@ampere1.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: ale@FreeBSD.org Last committer: mikael@FreeBSD.org Ident: $FreeBSD: branches/2021Q1/net-p2p/openethereum/Makefile 556157 2020-11-24 12:48:53Z mikael $ Log URL: http://ampere1.nyi.freebsd.org/data/130releng-arm64-quarterly/568039/logs/openethereum-3.1.0_1.log Build URL: http://ampere1.nyi.freebsd.org/build.html?mastername=130releng-arm64-quarterly&build=568039 Log: =>> Building net-p2p/openethereum build started at Thu Mar 11 10:00:12 UTC 2021 port directory: /usr/ports/net-p2p/openethereum package name: openethereum-3.1.0_1 building for: FreeBSD 130releng-arm64-quarterly-job-04 13.0-RC1 FreeBSD 13.0-RC1 1300139 arm64 maintained by: ale@FreeBSD.org Makefile ident: $FreeBSD: branches/2021Q1/net-p2p/openethereum/Makefile 556157 2020-11-24 12:48:53Z mikael $ Poudriere version: 3.2.8-8-gaf08dbda Host OSVERSION: 1300134 Jail OSVERSION: 1300139 Job Id: 04 !!! Jail is newer than host. (Jail: 1300139, Host: 1300134) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh OSVERSION=1300139 UNAME_v=FreeBSD 13.0-RC1 1300139 UNAME_r=13.0-RC1 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/130releng-arm64-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/130releng-arm64-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=130releng-arm64-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/130releng-arm64-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-- ale@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/net-p2p/openethereum/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/net-p2p/openethereum/work HOME=/wrkdirs/usr/ports/net-p2p/openethereum/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/net-p2p/openethereum/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/net-p2p/openethereum/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/net-p2p/openethereum/work HOME=/wrkdirs/usr/ports/net-p2p/openethereum/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/net-p2p/openethereum/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-- OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/openethereum" EXAMPLESDIR="share/examples/openethereum" DATADIR="share/openethereum" WWWDIR="www/openethereum" ETCDIR="etc/openethereum" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/openethereum DOCSDIR=/usr/local/share/doc/openethereum EXAMPLESDIR=/usr/local/share/examples/openethereum WWWDIR=/usr/local/www/openethereum ETCDIR=/usr/local/etc/openethereum --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-freebsd13.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-freebsd13.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-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=aarch64 OPSYS=FreeBSD _OSRELEASE=13.0-RC1 OSREL=13.0 OSVERSION=1300139 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 >============================ ===> openethereum-3.1.0_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.16.3.txz [130releng-arm64-quarterly-job-04] Installing pkg-1.16.3... [130releng-arm64-quarterly-job-04] Extracting pkg-1.16.3: .......... done ===> openethereum-3.1.0_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of openethereum-3.1.0_1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by openethereum-3.1.0_1 for building =========================================================================== =======================<phase: checksum >============================ ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by openethereum-3.1.0_1 for building => SHA256 Checksum OK for rust/crates/aes-0.3.2.tar.gz. => SHA256 Checksum OK for rust/crates/aes-ctr-0.3.0.tar.gz. => SHA256 Checksum OK for rust/crates/aes-soft-0.3.3.tar.gz. => SHA256 Checksum OK for rust/crates/aesni-0.6.0.tar.gz. => SHA256 Checksum OK for rust/crates/aho-corasick-0.6.10.tar.gz. => SHA256 Checksum OK for rust/crates/aho-corasick-0.7.6.tar.gz. => SHA256 Checksum OK for rust/crates/ansi_term-0.10.2.tar.gz. => SHA256 Checksum OK for rust/crates/ansi_term-0.11.0.tar.gz. => SHA256 Checksum OK for rust/crates/arrayref-0.3.5.tar.gz. => SHA256 Checksum OK for rust/crates/arrayvec-0.4.12.tar.gz. => SHA256 Checksum OK for rust/crates/arrayvec-0.5.1.tar.gz. => SHA256 Checksum OK for rust/crates/assert_matches-1.3.0.tar.gz. => SHA256 Checksum OK for rust/crates/atty-0.2.13.tar.gz. => SHA256 Checksum OK for rust/crates/autocfg-0.1.7.tar.gz. => SHA256 Checksum OK for rust/crates/autocfg-1.0.0.tar.gz. => SHA256 Checksum OK for rust/crates/backtrace-0.3.40.tar.gz. => SHA256 Checksum OK for rust/crates/backtrace-sys-0.1.32.tar.gz. => SHA256 Checksum OK for rust/crates/base64-0.9.3.tar.gz. => SHA256 Checksum OK for rust/crates/base64-0.10.1.tar.gz. => SHA256 Checksum OK for rust/crates/bit-set-0.4.0.tar.gz. => SHA256 Checksum OK for rust/crates/bit-vec-0.4.4.tar.gz. => SHA256 Checksum OK for rust/crates/bitflags-0.7.0.tar.gz. => SHA256 Checksum OK for rust/crates/bitflags-1.2.1.tar.gz. => SHA256 Checksum OK for rust/crates/bitvec-0.17.4.tar.gz. => SHA256 Checksum OK for rust/crates/block-buffer-0.3.3.tar.gz. => SHA256 Checksum OK for rust/crates/block-buffer-0.7.3.tar.gz. <snip> => SHA256 Checksum OK for rust/crates/tokio-core-0.1.17.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-current-thread-0.1.6.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-executor-0.1.10.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-fs-0.1.6.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-io-0.1.12.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-named-pipes-0.1.0.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-reactor-0.1.12.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-retry-0.1.1.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-rustls-0.9.4.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-service-0.1.0.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-sync-0.1.7.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-tcp-0.1.3.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-threadpool-0.1.18.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-timer-0.1.2.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-timer-0.2.13.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-udp-0.1.5.tar.gz. => SHA256 Checksum OK for rust/crates/tokio-uds-0.2.5.tar.gz. => SHA256 Checksum OK for rust/crates/toml-0.4.10.tar.gz. => SHA256 Checksum OK for rust/crates/toml-0.5.5.tar.gz. => SHA256 Checksum OK for rust/crates/toolshed-0.6.3.tar.gz. => SHA256 Checksum OK for rust/crates/trace-time-0.1.2.tar.gz. => SHA256 Checksum OK for rust/crates/transaction-pool-2.0.2.tar.gz. => SHA256 Checksum OK for rust/crates/transient-hashmap-0.4.1.tar.gz. => SHA256 Checksum OK for rust/crates/trie-db-0.11.0.tar.gz. => SHA256 Checksum OK for rust/crates/trie-standardmap-0.1.1.tar.gz. => SHA256 Checksum OK for rust/crates/triehash-0.4.0.tar.gz. => SHA256 Checksum OK for rust/crates/try-lock-0.1.0.tar.gz. => SHA256 Checksum OK for rust/crates/try-lock-0.2.2.tar.gz. => SHA256 Checksum OK for rust/crates/typenum-1.11.2.tar.gz. => SHA256 Checksum OK for rust/crates/ucd-util-0.1.8.tar.gz. => SHA256 Checksum OK for rust/crates/uint-0.4.1.tar.gz. => SHA256 Checksum OK for rust/crates/uint-0.8.5.tar.gz. => SHA256 Checksum OK for rust/crates/unicase-2.5.1.tar.gz. => SHA256 Checksum OK for rust/crates/unicode-bidi-0.3.4.tar.gz. => SHA256 Checksum OK for rust/crates/unicode-normalization-0.1.8.tar.gz. => SHA256 Checksum OK for rust/crates/unicode-segmentation-1.5.0.tar.gz. => SHA256 Checksum OK for rust/crates/unicode-width-0.1.6.tar.gz. => SHA256 Checksum OK for rust/crates/unicode-xid-0.1.0.tar.gz. => SHA256 Checksum OK for rust/crates/unicode-xid-0.2.0.tar.gz. => SHA256 Checksum OK for rust/crates/untrusted-0.6.2.tar.gz. => SHA256 Checksum OK for rust/crates/url-1.7.2.tar.gz. => SHA256 Checksum OK for rust/crates/url-2.1.0.tar.gz. => SHA256 Checksum OK for rust/crates/utf8-ranges-1.0.4.tar.gz. => SHA256 Checksum OK for rust/crates/validator-0.8.0.tar.gz. => SHA256 Checksum OK for rust/crates/validator_derive-0.8.0.tar.gz. => SHA256 Checksum OK for rust/crates/vec_map-0.8.1.tar.gz. => SHA256 Checksum OK for rust/crates/vergen-0.1.1.tar.gz. => SHA256 Checksum OK for rust/crates/version_check-0.1.5.tar.gz. => SHA256 Checksum OK for rust/crates/walkdir-2.3.1.tar.gz. => SHA256 Checksum OK for rust/crates/want-0.0.4.tar.gz. => SHA256 Checksum OK for rust/crates/want-0.2.0.tar.gz. => SHA256 Checksum OK for rust/crates/wasi-0.7.0.tar.gz. => SHA256 Checksum OK for rust/crates/wasmi-0.3.0.tar.gz. => SHA256 Checksum OK for rust/crates/webpki-0.19.1.tar.gz. => SHA256 Checksum OK for rust/crates/webpki-roots-0.16.0.tar.gz. => SHA256 Checksum OK for rust/crates/winapi-0.2.8.tar.gz. => SHA256 Checksum OK for rust/crates/winapi-0.3.8.tar.gz. => SHA256 Checksum OK for rust/crates/winapi-build-0.1.1.tar.gz. => SHA256 Checksum OK for rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz. => SHA256 Checksum OK for rust/crates/winapi-util-0.1.2.tar.gz. => SHA256 Checksum OK for rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz. => SHA256 Checksum OK for rust/crates/wincolor-1.0.2.tar.gz. => SHA256 Checksum OK for rust/crates/ws2_32-sys-0.2.1.tar.gz. => SHA256 Checksum OK for rust/crates/xdg-2.2.0.tar.gz. => SHA256 Checksum OK for rust/crates/xml-rs-0.7.0.tar.gz. => SHA256 Checksum OK for rust/crates/xmltree-0.7.0.tar.gz. => SHA256 Checksum OK for rust/crates/zeroize-0.9.3.tar.gz. => SHA256 Checksum OK for rust/crates/zeroize_derive-0.9.3.tar.gz. => SHA256 Checksum OK for openethereum-openethereum-v3.1.0_GH0.tar.gz. => SHA256 Checksum OK for openethereum-app-dirs-rs-0b37f9481ce29e9d5174ad185bca695b206368eb_GH0.tar.gz. => SHA256 Checksum OK for paritytech-bn-6079255e65793038b9a6e5292203eab482737cc2_GH0.tar.gz. => SHA256 Checksum OK for paritytech-rust-ctrlc-b523017108bb2d571a7a69bd97bc406e63bc7a9d_GH0.tar.gz. => SHA256 Checksum OK for paritytech-rust-secp256k1-ccc06e7480148b723eb44ac56cf4d20eec380b6f_GH0.tar.gz. => SHA256 Checksum OK for matter-labs-eip1962-ece6cbabc41948db4200e41f0bfdab7ab94c7af8_GH0.tar.gz. => SHA256 Checksum OK for cheme-heapsize-c07ffe843acb9da570682e290a48540741afdce1_GH0.tar.gz. ===> Moving crates to /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/cargo-crates =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for openethereum-3.1.0_1 ===> Applying FreeBSD patches for openethereum-3.1.0_1 from /usr/ports/net-p2p/openethereum/files =========================================================================== =======================<phase: build-depends >============================ ===> openethereum-3.1.0_1 depends on package: rust>=1.48.0 - not found ===> Installing existing package /packages/All/rust-1.48.0.txz [130releng-arm64-quarterly-job-04] Installing rust-1.48.0... [130releng-arm64-quarterly-job-04] `-- Installing curl-7.74.0... [130releng-arm64-quarterly-job-04] | `-- Installing ca_root_nss-3.58... [130releng-arm64-quarterly-job-04] | `-- Extracting ca_root_nss-3.58: ........ done [130releng-arm64-quarterly-job-04] | `-- Installing libnghttp2-1.42.0... [130releng-arm64-quarterly-job-04] | `-- Extracting libnghttp2-1.42.0: .......... done [130releng-arm64-quarterly-job-04] `-- Extracting curl-7.74.0: .......... done [130releng-arm64-quarterly-job-04] `-- Installing libgit2-1.0.1... [130releng-arm64-quarterly-job-04] | `-- Installing libssh2-1.9.0_3,3... [130releng-arm64-quarterly-job-04] | `-- Extracting libssh2-1.9.0_3,3: .......... done [130releng-arm64-quarterly-job-04] | `-- Installing pcre-8.44... [130releng-arm64-quarterly-job-04] | `-- Extracting pcre-8.44: .......... done [130releng-arm64-quarterly-job-04] `-- Extracting libgit2-1.0.1: .......... done [130releng-arm64-quarterly-job-04] Extracting rust-1.48.0: .......... done ===== Message from ca_root_nss-3.58: -- 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 ===> openethereum-3.1.0_1 depends on package: rust>=1.48.0 - found ===> Returning to build of openethereum-3.1.0_1 ===> openethereum-3.1.0_1 depends on executable: cmake - not found ===> Installing existing package /packages/All/cmake-3.19.2.txz [130releng-arm64-quarterly-job-04] Installing cmake-3.19.2... [130releng-arm64-quarterly-job-04] `-- Installing expat-2.2.10... [130releng-arm64-quarterly-job-04] `-- Extracting expat-2.2.10: .......... done [130releng-arm64-quarterly-job-04] `-- Installing jsoncpp-1.9.4... [130releng-arm64-quarterly-job-04] `-- Extracting jsoncpp-1.9.4: .......... done [130releng-arm64-quarterly-job-04] `-- Installing libarchive-3.4.3,1... [130releng-arm64-quarterly-job-04] | `-- Installing liblz4-1.9.3,1... [130releng-arm64-quarterly-job-04] | `-- Extracting liblz4-1.9.3,1: .......... done [130releng-arm64-quarterly-job-04] | `-- Installing lzo2-2.10_1... [130releng-arm64-quarterly-job-04] | `-- Extracting lzo2-2.10_1: .......... done [130releng-arm64-quarterly-job-04] `-- Extracting libarchive-3.4.3,1: .......... done [130releng-arm64-quarterly-job-04] `-- Installing libuv-1.41.0... [130releng-arm64-quarterly-job-04] `-- Extracting libuv-1.41.0: .......... done [130releng-arm64-quarterly-job-04] `-- Installing rhash-1.4.0... [130releng-arm64-quarterly-job-04] | `-- Installing gettext-runtime-0.21... [130releng-arm64-quarterly-job-04] | | `-- Installing indexinfo-0.3.1... [130releng-arm64-quarterly-job-04] | | `-- Extracting indexinfo-0.3.1: .... done [130releng-arm64-quarterly-job-04] | `-- Extracting gettext-runtime-0.21: .......... done [130releng-arm64-quarterly-job-04] `-- Extracting rhash-1.4.0: .......... done [130releng-arm64-quarterly-job-04] Extracting cmake-3.19.2: .......... done ===> openethereum-3.1.0_1 depends on executable: cmake - found ===> Returning to build of openethereum-3.1.0_1 ===> openethereum-3.1.0_1 depends on executable: gmake - not found ===> Installing existing package /packages/All/gmake-4.3_2.txz [130releng-arm64-quarterly-job-04] Installing gmake-4.3_2... [130releng-arm64-quarterly-job-04] Extracting gmake-4.3_2: .......... done ===> openethereum-3.1.0_1 depends on executable: gmake - found ===> Returning to build of openethereum-3.1.0_1 =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for openethereum-3.1.0_1 Adding app_dirs v1.2.1 (/wrkdirs/usr/ports/net-p2p/openethereum/work/app-dirs-rs-0b37f9481ce29e9d5174ad185bca695b206368eb) Removing app_dirs v1.2.1 (https://github.com/openethereum/app-dirs-rs#0b37f948) Adding bn v0.4.4 (/wrkdirs/usr/ports/net-p2p/openethereum/work/bn-6079255e65793038b9a6e5292203eab482737cc2) Removing bn v0.4.4 (https://github.com/paritytech/bn#6079255e) Adding ctrlc v1.1.1 (/wrkdirs/usr/ports/net-p2p/openethereum/work/rust-ctrlc-b523017108bb2d571a7a69bd97bc406e63bc7a9d) Removing ctrlc v1.1.1 (https://github.com/paritytech/rust-ctrlc.git#b5230171) Adding eth-secp256k1 v0.5.7 (/wrkdirs/usr/ports/net-p2p/openethereum/work/rust-secp256k1-ccc06e7480148b723eb44ac56cf4d20eec380b6f) Removing eth-secp256k1 v0.5.7 (https://github.com/paritytech/rust-secp256k1?rev=ccc06e7480148b723eb44ac56cf4d20eec380b6f#ccc06e74) Adding eth_pairings v0.6.0 (/wrkdirs/usr/ports/net-p2p/openethereum/work/eip1962-ece6cbabc41948db4200e41f0bfdab7ab94c7af8) Removing eth_pairings v0.6.0 (https://github.com/matter-labs/eip1962.git?rev=ece6cbabc41948db4200e41f0bfdab7ab94c7af8#ece6cbab) Adding eth_pairings_repr_derive v0.2.0 (/wrkdirs/usr/ports/net-p2p/openethereum/work/eip1962-ece6cbabc41948db4200e41f0bfdab7ab94c7af8/repr_derive) Removing eth_pairings_repr_derive v0.2.0 (https://github.com/matter-labs/eip1962.git?rev=ece6cbabc41948db4200e41f0bfdab7ab94c7af8#ece6cbab) Adding fixed_width_field v0.1.0 (/wrkdirs/usr/ports/net-p2p/openethereum/work/eip1962-ece6cbabc41948db4200e41f0bfdab7ab94c7af8/fixed_width_field) Removing fixed_width_field v0.1.0 (https://github.com/matter-labs/eip1962.git?rev=ece6cbabc41948db4200e41f0bfdab7ab94c7af8#ece6cbab) Adding fixed_width_group_and_loop v0.1.0 (/wrkdirs/usr/ports/net-p2p/openethereum/work/eip1962-ece6cbabc41948db4200e41f0bfdab7ab94c7af8/fixed_width_group_and_loop) Removing fixed_width_group_and_loop v0.1.0 (https://github.com/matter-labs/eip1962.git?rev=ece6cbabc41948db4200e41f0bfdab7ab94c7af8#ece6cbab) Adding heapsize v0.4.2 (/wrkdirs/usr/ports/net-p2p/openethereum/work/heapsize-c07ffe843acb9da570682e290a48540741afdce1) Removing heapsize v0.4.2 (https://github.com/cheme/heapsize.git?branch=ec-macfix#c07ffe84) Adding simple_uint v0.1.0 (/wrkdirs/usr/ports/net-p2p/openethereum/work/eip1962-ece6cbabc41948db4200e41f0bfdab7ab94c7af8/simple_fixed_uint) Removing simple_uint v0.1.0 (https://github.com/matter-labs/eip1962.git?rev=ece6cbabc41948db4200e41f0bfdab7ab94c7af8#ece6cbab) ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/cargo-crates/backtrace-sys-0.1.32/src/libbacktrace/config/libtool.m4 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/cargo-crates/backtrace-sys-0.1.32/src/libbacktrace/configure =========================================================================== =======================<phase: build >============================ ===> Building for openethereum-3.1.0_1 warning: /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/Cargo.toml: key `branch` is ignored for dependency (heapsize). This will be considered an error in future versions warning: /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/ethcore/builtin/Cargo.toml: key `rev` is ignored for dependency (eth_pairings). This will be considered an error in future versions warning: /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/accounts/ethkey/Cargo.toml: key `rev` is ignored for dependency (eth-secp256k1). This will be considered an error in future versions Compiling libc v0.2.65 Compiling proc-macro2 v1.0.20 Running `/usr/local/bin/rustc --crate-name build_script_build /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/cargo-crates/libc-0.2.65/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=07156b40587b1c25 -C extra-filename=-07156b40587b1c25 --out-dir /wrkdirs/usr/ports/net-p2p/openethereum/work/target/release/build/libc-07156b40587b1c25 -L dependency=/wrkdirs/usr/ports/net-p2p/openethereum/work/target/release/deps --cap-lints allow -C link-arg=-fuse-ld=lld -C linker=cc -C link-arg=-fstack-protector-strong` Running `/usr/local/bin/rustc --crate-name build_script_build --edition=2018 /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/cargo-crates/proc-macro2-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d8d064193e65cf0b -C extra-filename=-d8d064193e65cf0b --out-dir /wrkdirs/usr/ports/net-p2p/openethereum/work/target/release/build/proc-macro2-d8d064193e65cf0b -L dependency=/wrkdirs/usr/ports/net-p2p/openethereum/work/target/release/deps --cap-lints allow -C link-arg=-fuse-ld=lld -C linker=cc -C link-arg=-fstack-protector-strong` Compiling unicode-xid v0.2.0 Running `/usr/local/bin/rustc --crate-name unicode_xid /wrkdirs/usr/ports/net-p2p/openethereum/work/openethereum-3.1.0/cargo-crates/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=d49bb02e543d6286 -C extra-filename=-d49bb02e543d6286 --out-dir /wrkdirs/usr/ports/net-p2p/openethereum/work/target/release/deps -L dependency=/wrkdirs/usr/ports/net-p2p/openethereum/work/target/release/deps --cap-lints allow -C link-arg=-fuse-ld=lld -C linker=cc -C link-arg=-fstack-protector-strong` Compiling syn v1.0.40 *** Signal 11 Stop. make: stopped in /usr/ports/net-p2p/openethereum
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103111002.12BA26dX002832>