Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2019 17:29:24 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-arm64-default][dns/amass] Failed for amass-3.4.1 in build
Message-ID:  <201912171729.xBHHTOQE005650@thunderx1.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:     yuri@FreeBSD.org
Last committer: yuri@FreeBSD.org
Ident:          $FreeBSD: head/dns/amass/Makefile 518987 2019-12-04 04:44:08Z yuri $
Log URL:        http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p519639_s355573/logs/amass-3.4.1.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=head-arm64-default&build=p519639_s355573
Log:

=>> Building dns/amass
build started at Tue Dec 17 17:27:55 UTC 2019
port directory: /usr/ports/dns/amass
package name: amass-3.4.1
building for: FreeBSD head-arm64-default-job-11 13.0-CURRENT FreeBSD 13.0-CURRENT 1300064 arm64
maintained by: yuri@FreeBSD.org
Makefile ident:      $FreeBSD: head/dns/amass/Makefile 518987 2019-12-04 04:44:08Z yuri $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300002
Jail OSVERSION: 1300064
Job Id: 11




!!! Jail is newer than host. (Jail: 1300064, Host: 1300002) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300064
UNAME_v=FreeBSD 13.0-CURRENT 1300064
UNAME_r=13.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
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-5-gc81843e5
MASTERMNT=/usr/local/poudriere/data/.m/head-arm64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-arm64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-arm64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-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--
yuri@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/dns/amass/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/dns/amass/work  HOME=/wrkdirs/usr/ports/dns/amass/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/dns/amass/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/dns/amass/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/dns/amass/work  HOME=/wrkdirs/usr/ports/dns/amass/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/dns/amass/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/amass"  EXAMPLESDIR="share/examples/amass"  DATADIR="share/amass"  WWWDIR="www/amass"  ETCDIR="etc/amass"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/amass DOCSDIR=/usr/local/share/doc/amass EXAMPLESDIR=/usr/local/share/examples/amass  WWWDIR=/usr/local/www/amass ETCDIR=/usr/local/etc/amass
--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 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: aarch64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) 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 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: aarch64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=aarch64
OPSYS=FreeBSD
_OSRELEASE=13.0-CURRENT
OSREL=13.0
OSVERSION=1300064
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=262144
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 APACHE20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   amass-3.4.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.12.0.txz
[head-arm64-default-job-11] Installing pkg-1.12.0...
[head-arm64-default-job-11] Extracting pkg-1.12.0: .......... done
===>   amass-3.4.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of amass-3.4.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License APACHE20 accepted by the user
=> OWASP-Amass-v3.4.1_GH0.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://codeload.github.com/OWASP/Amass/tar.gz/v3.4.1?dummy=/OWASP-Amass-v3.4.1_GH0.tar.gz
fetch: https://codeload.github.com/OWASP/Amass/tar.gz/v3.4.1?dummy=/OWASP-Amass-v3.4.1_GH0.tar.gz: size unknown
fetch: https://codeload.github.com/OWASP/Amass/tar.gz/v3.4.1?dummy=/OWASP-Amass-v3.4.1_GH0.tar.gz: size of remote file is not known
OWASP-Amass-v3.4.1_GH0.tar.gz                         9428 kB 7809 kBps    01s
===> Fetching all distfiles required by amass-3.4.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by amass-3.4.1 for building
=> SHA256 Checksum OK for OWASP-Amass-v3.4.1_GH0.tar.gz.
=> SHA256 Checksum OK for PuerkitoBio-goquery-v1.5.0_GH0.tar.gz.
=> SHA256 Checksum OK for VividCortex-gohistogram-v1.0.0_GH0.tar.gz.
=> SHA256 Checksum OK for andybalholm-cascadia-v1.0.0_GH0.tar.gz.
=> SHA256 Checksum OK for beorn7-perks-v1.0.0_GH0.tar.gz.
=> SHA256 Checksum OK for boltdb-bolt-v1.3.1_GH0.tar.gz.
=> SHA256 Checksum OK for caffix-cloudflare-roundtripper-4c29d231c9cb_GH0.tar.gz.
=> SHA256 Checksum OK for cayleygraph-cayley-v0.7.7_GH0.tar.gz.
=> SHA256 Checksum OK for cayleygraph-quad-v1.1.0_GH0.tar.gz.
=> SHA256 Checksum OK for cenkalti-backoff-v2.1.1_GH0.tar.gz.
=> SHA256 Checksum OK for chromedp-cdproto-39ef923dcb8d_GH0.tar.gz.
=> SHA256 Checksum OK for chromedp-chromedp-42693d2528b1_GH0.tar.gz.
=> SHA256 Checksum OK for dennwc-base-v1.0.0_GH0.tar.gz.
=> SHA256 Checksum OK for dghubble-go-twitter-39e5462e111f_GH0.tar.gz.
=> SHA256 Checksum OK for dghubble-sling-v1.3.0_GH0.tar.gz.
=> SHA256 Checksum OK for fatih-color-v1.7.0_GH0.tar.gz.
=> SHA256 Checksum OK for geziyor-geziyor-9b8a3837bd4a_GH0.tar.gz.
=> SHA256 Checksum OK for go-ini-ini-v1.49.0_GH0.tar.gz.
=> SHA256 Checksum OK for go-kit-kit-v0.8.0_GH0.tar.gz.
=> SHA256 Checksum OK for go-sourcemap-sourcemap-v1.0.5_GH0.tar.gz.
=> SHA256 Checksum OK for gobuffalo-envy-v1.7.1_GH0.tar.gz.
=> SHA256 Checksum OK for gobuffalo-logger-v1.0.1_GH0.tar.gz.
<snip>
github.com/gobwas/pool
github.com/OWASP/Amass/v3/queue
github.com/cayleygraph/cayley/internal/lru
golang.org/x/text/internal/tag
github.com/beorn7/perks/quantile
github.com/robertkrimen/otto/token
github.com/mailru/easyjson/buffer
gopkg.in/sourcemap.v1/base64vlq
golang.org/x/text/transform
github.com/cayleygraph/quad/voc
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/gobwas/httphead
github.com/gobwas/pool/pbytes
github.com/mailru/easyjson/jwriter
github.com/cayleygraph/quad/voc/schema
github.com/mattn/go-isatty
github.com/OWASP/Amass/v3/limits
github.com/gobwas/pool/pbufio
golang.org/x/text/encoding
github.com/OWASP/Amass/v3/semaphore
github.com/jmoiron/sqlx/reflectx
github.com/dennwc/base
github.com/knq/sysutil
golang.org/x/text/runes
github.com/cenkalti/backoff
github.com/go-kit/kit/metrics
github.com/OWASP/Amass/v3/eventbus
github.com/mattn/go-colorable
github.com/rogpeppe/go-internal/module
github.com/gobuffalo/packr/v2/file/resolver/encoding/hex
github.com/gobuffalo/packr/v2/internal/takeon/github.com/markbates/safe
github.com/robertkrimen/otto/dbg
gopkg.in/sourcemap.v1
github.com/OWASP/Amass/v3/stringset
github.com/gobuffalo/packr/v2/internal/takeon/github.com/markbates/oncer
github.com/cayleygraph/cayley/clog
github.com/gobuffalo/packr/v2/internal/takeon/github.com/karrick/godirwalk
github.com/go-ini/ini
github.com/hidal-go/hidalgo/base
github.com/VividCortex/gohistogram
github.com/cayleygraph/quad
github.com/prometheus/procfs/internal/fs
github.com/prometheus/common/model
golang.org/x/net/bpf
github.com/boltdb/bolt
github.com/go-kit/kit/metrics/discard
github.com/joho/godotenv
github.com/pkg/errors
golang.org/x/text/encoding/internal
golang.org/x/net/html
github.com/geziyor/geziyor/export
github.com/golang/protobuf/proto
github.com/mailru/easyjson/jlexer
github.com/fatih/color
github.com/google/go-querystring/query
github.com/robertkrimen/otto/file
github.com/hidal-go/hidalgo/kv
github.com/OWASP/Amass/v3/alterations
golang.org/x/text/internal/language
github.com/go-kit/kit/metrics/generic
github.com/rogpeppe/go-internal/modfile
github.com/jmoiron/sqlx
github.com/lib/pq/scram
golang.org/x/sys/unix
github.com/gogo/protobuf/proto
golang.org/x/text/encoding/unicode
golang.org/x/text/encoding/korean
golang.org/x/text/encoding/japanese
github.com/tylertreat/BoomFilters
golang.org/x/text/encoding/charmap
golang.org/x/text/encoding/simplifiedchinese
golang.org/x/crypto/ed25519
github.com/robertkrimen/otto/ast
golang.org/x/text/encoding/traditionalchinese
github.com/cayleygraph/cayley/graph
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
github.com/hidal-go/hidalgo/kv/bolt
github.com/gobuffalo/envy
github.com/robertkrimen/otto/parser
golang.org/x/text/internal/language/compact
github.com/cayleygraph/cayley/writer
github.com/cayleygraph/cayley/graph/log
github.com/cayleygraph/cayley/graph/iterator
golang.org/x/text/language
github.com/andybalholm/cascadia
github.com/robertkrimen/otto
os/user
net
golang.org/x/text/encoding/htmlindex
golang.org/x/net/html/charset
github.com/prometheus/client_model/go
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/cayleygraph/cayley/graph/shape
github.com/cayleygraph/cayley/graph/memstore
github.com/prometheus/client_golang/prometheus/internal
github.com/cayleygraph/cayley/graph/path
github.com/cayleygraph/quad/pquads/pio
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
github.com/cayleygraph/cayley
github.com/gogo/protobuf/gogoproto
github.com/cayleygraph/quad/pquads
github.com/cayleygraph/cayley/graph/proto
github.com/OWASP/Amass/v3/requests
vendor/golang.org/x/net/http/httpproxy
github.com/OWASP/Amass/v3/net/dns
github.com/OWASP/Amass/v3/net
net/textproto
github.com/google/uuid
crypto/x509
github.com/prometheus/procfs
github.com/OWASP/Amass/v3/format
github.com/OWASP/Amass/v3/viz
vendor/golang.org/x/net/http/httpguts
crypto/tls
net/http/httptrace
github.com/lib/pq
net/http
github.com/go-kit/kit/metrics/expvar
github.com/temoto/robotstxt
github.com/mailru/easyjson
net/http/cookiejar
github.com/prometheus/common/expfmt
net/http/httputil
golang.org/x/net/context/ctxhttp
github.com/dghubble/sling
github.com/gobuffalo/packd
github.com/PuerkitoBio/goquery
github.com/gobwas/ws
github.com/chromedp/cdproto/cdp
golang.org/x/oauth2/internal
github.com/caffix/cloudflare-roundtripper/cfrt
golang.org/x/net/publicsuffix
github.com/dghubble/go-twitter/twitter
github.com/gobuffalo/packr/v2/file
golang.org/x/oauth2
github.com/OWASP/Amass/v3/net/http
github.com/geziyor/geziyor/cache
github.com/OWASP/Amass/v3/wordlist
github.com/prometheus/client_golang/prometheus
github.com/chromedp/cdproto/deviceorientation
github.com/chromedp/cdproto/security
github.com/chromedp/cdproto/webaudio
github.com/chromedp/cdproto/cast
github.com/chromedp/cdproto/memory
github.com/chromedp/cdproto/systeminfo
github.com/chromedp/cdproto/webauthn
github.com/chromedp/cdproto/css
github.com/chromedp/cdproto/tethering
github.com/chromedp/cdproto/applicationcache
github.com/chromedp/cdproto/cachestorage
github.com/chromedp/cdproto/headlessexperimental
github.com/chromedp/cdproto/performance
github.com/chromedp/cdproto/storage
github.com/chromedp/cdproto/inspector
github.com/chromedp/cdproto/target
github.com/chromedp/cdproto/domstorage
github.com/chromedp/cdproto/runtime
github.com/chromedp/cdproto/database
github.com/chromedp/cdproto/input
github.com/chromedp/cdproto/media
github.com/gobwas/ws/wsutil
github.com/chromedp/chromedp/kb
github.com/chromedp/cdproto/browser
github.com/chromedp/cdproto/serviceworker
github.com/go-kit/kit/metrics/prometheus
github.com/prometheus/client_golang/prometheus/promauto
github.com/prometheus/client_golang/prometheus/promhttp
github.com/cayleygraph/cayley/graph/kv
github.com/chromedp/cdproto/backgroundservice
github.com/chromedp/cdproto/accessibility
github.com/chromedp/cdproto/io
github.com/chromedp/cdproto/domdebugger
github.com/chromedp/cdproto/animation
github.com/chromedp/cdproto/indexeddb
github.com/chromedp/cdproto/dom
github.com/chromedp/cdproto/debugger
github.com/chromedp/cdproto/heapprofiler
github.com/chromedp/cdproto/tracing
github.com/geziyor/geziyor/metrics
github.com/cayleygraph/cayley/graph/kv/bolt
github.com/chromedp/cdproto/profiler
github.com/chromedp/cdproto/network
github.com/chromedp/cdproto/domsnapshot
github.com/chromedp/cdproto/layertree
github.com/chromedp/cdproto/audits
github.com/chromedp/cdproto/fetch
github.com/chromedp/cdproto/log
github.com/chromedp/cdproto/page
github.com/chromedp/cdproto/emulation
github.com/chromedp/cdproto/overlay
github.com/chromedp/cdproto
github.com/chromedp/chromedp
github.com/geziyor/geziyor/client
github.com/geziyor/geziyor/middleware
github.com/geziyor/geziyor
*** Error code 2

Stop.
make: stopped in /usr/ports/dns/amass



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912171729.xBHHTOQE005650>