Date: Thu, 7 Mar 2019 06:40:53 GMT From: pkg-fallout@FreeBSD.org To: jhixson@FreeBSD.org Cc: pkg-fallout@FreeBSD.org Subject: [package - head-amd64-default][sysutils/nomad] Failed for nomad-0.8.7 in build Message-ID: <201903070640.x276erwv073100@beefy12.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: jhixson@FreeBSD.org Last committer: jhixson@FreeBSD.org Ident: $FreeBSD: head/sysutils/nomad/Makefile 491498 2019-01-28 17:25:02Z jhixson $ Log URL: http://beefy12.nyi.freebsd.org/data/head-amd64-default/p494664_s344784/logs/nomad-0.8.7.log Build URL: http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p494664_s344784 Log: =>> Building sysutils/nomad build started at Thu Mar 7 06:40:22 UTC 2019 port directory: /usr/ports/sysutils/nomad package name: nomad-0.8.7 building for: FreeBSD head-amd64-default-job-09 13.0-CURRENT FreeBSD 13.0-CURRENT 1300014 amd64 maintained by: jhixson@FreeBSD.org Makefile ident: $FreeBSD: head/sysutils/nomad/Makefile 491498 2019-01-28 17:25:02Z jhixson $ Poudriere version: 3.2.8-3-g02cc9753 Host OSVERSION: 1300009 Jail OSVERSION: 1300014 Job Id: 09 !!! Jail is newer than host. (Jail: 1300014, Host: 1300009) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh OSVERSION=1300014 UNAME_v=FreeBSD 13.0-CURRENT 1300014 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-3-g02cc9753 MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-amd64-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-- jhixson@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/nomad/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/nomad/work HOME=/wrkdirs/usr/ports/sysutils/nomad/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/nomad/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/sysutils/nomad/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/nomad/work HOME=/wrkdirs/usr/ports/sysutils/nomad/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/nomad/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 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -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/nomad" EXAMPLESDIR="share/examples/nomad" DATADIR="share/nomad" WWWDIR="www/nomad" ETCDIR="etc/nomad" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/nomad DOCSDIR=/usr/local/share/doc/nomad EXAMPLESDIR=/usr/local/share/examples/nomad WWWDIR=/usr/local/www/nomad ETCDIR=/usr/local/etc/nomad --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 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 8.0.0 (branches/release_80 355313) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 8.0.0 (branches/release_80 355313) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--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 8.0.0 (branches/release_80 355313) (based on LLVM 8.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300014 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES 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) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> License MPL20 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> nomad-0.8.7 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz [head-amd64-default-job-09] Installing pkg-1.10.5_5... [head-amd64-default-job-09] Extracting pkg-1.10.5_5: .......... done ===> nomad-0.8.7 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of nomad-0.8.7 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License MPL20 accepted by the user ===> Fetching all distfiles required by nomad-0.8.7 for building =========================================================================== =======================<phase: checksum >============================ ===> License MPL20 accepted by the user ===> Fetching all distfiles required by nomad-0.8.7 for building => SHA256 Checksum OK for hashicorp-nomad-v0.8.7_GH0.tar.gz. => SHA256 Checksum OK for golang-sys-fa43e7bc11b_GH0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License MPL20 accepted by the user ===> Fetching all distfiles required by nomad-0.8.7 for building ===> Extracting for nomad-0.8.7 => SHA256 Checksum OK for hashicorp-nomad-v0.8.7_GH0.tar.gz. => SHA256 Checksum OK for golang-sys-fa43e7bc11b_GH0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for nomad-0.8.7 ===> Applying FreeBSD patches for nomad-0.8.7 /bin/mv /wrkdirs/usr/ports/sysutils/nomad/work/sys-fa43e7bc11b/cpu /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/vendor/golang.org/x/sys =========================================================================== =======================<phase: build-depends >============================ <snip> github.com/hashicorp/nomad/client/driver/env mkdir -p $WORK/b338/ cat >$WORK/b338/importcfg << 'EOF' # internal # import config packagefile fmt=/usr/local/go/pkg/freebsd_amd64/fmt.a packagefile github.com/hashicorp/nomad/client/structs=$WORK/b274/_pkg_.a packagefile github.com/hashicorp/nomad/helper=$WORK/b214/_pkg_.a packagefile github.com/hashicorp/nomad/helper/args=$WORK/b221/_pkg_.a packagefile github.com/hashicorp/nomad/nomad/structs=$WORK/b216/_pkg_.a packagefile net=/usr/local/go/pkg/freebsd_amd64/net.a packagefile os=/usr/local/go/pkg/freebsd_amd64/os.a packagefile strconv=/usr/local/go/pkg/freebsd_amd64/strconv.a packagefile strings=/usr/local/go/pkg/freebsd_amd64/strings.a packagefile sync=/usr/local/go/pkg/freebsd_amd64/sync.a EOF cd /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/src/github.com/hashicorp/nomad/client/driver/env /usr/local/go/pkg/tool/freebsd_amd64/compile -o $WORK/b338/_pkg_.a -trimpath $WORK/b338 -p github.com/hashicorp/nomad/client/driver/env -complete -buildid NK8zpQRPb4XdibP1KJ3j/NK8zpQRPb4XdibP1KJ3j -goversion go1.12 -D "" -importcfg $WORK/b338/importcfg -pack -c=4 ./env.go github.com/hashicorp/nomad/client/fingerprint mkdir -p $WORK/b344/ cat >$WORK/b344/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/consul-template/signals=github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul-template/signals importmap github.com/hashicorp/consul/api=github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api importmap github.com/hashicorp/go-cleanhttp=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-cleanhttp importmap github.com/hashicorp/go-sockaddr=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-sockaddr importmap github.com/hashicorp/vault/api=github.com/hashicorp/nomad/vendor/github.com/hashicorp/vault/api importmap github.com/shirou/gopsutil/host=github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/host importmap github.com/shirou/gopsutil/mem=github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/mem packagefile encoding/json=/usr/local/go/pkg/freebsd_amd64/encoding/json.a packagefile fmt=/usr/local/go/pkg/freebsd_amd64/fmt.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul-template/signals=$WORK/b243/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul/api=$WORK/b051/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-cleanhttp=$WORK/b089/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-sockaddr=$WORK/b252/_pkg_.a packagefile github.com/hashicorp/nomad/client/structs=$WORK/b274/_pkg_.a packagefile github.com/hashicorp/nomad/helper/stats=$WORK/b279/_pkg_.a packagefile github.com/hashicorp/nomad/helper/useragent=$WORK/b345/_pkg_.a packagefile github.com/hashicorp/nomad/nomad/structs=$WORK/b216/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/vault/api=$WORK/b244/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/host=$WORK/b284/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/mem=$WORK/b286/_pkg_.a packagefile io/ioutil=/usr/local/go/pkg/freebsd_amd64/io/ioutil.a packagefile log=/usr/local/go/pkg/freebsd_amd64/log.a packagefile net=/usr/local/go/pkg/freebsd_amd64/net.a packagefile net/http=/usr/local/go/pkg/freebsd_amd64/net/http.a packagefile net/url=/usr/local/go/pkg/freebsd_amd64/net/url.a packagefile os=/usr/local/go/pkg/freebsd_amd64/os.a packagefile os/exec=/usr/local/go/pkg/freebsd_amd64/os/exec.a packagefile path/filepath=/usr/local/go/pkg/freebsd_amd64/path/filepath.a packagefile regexp=/usr/local/go/pkg/freebsd_amd64/regexp.a packagefile runtime=/usr/local/go/pkg/freebsd_amd64/runtime.a packagefile sort=/usr/local/go/pkg/freebsd_amd64/sort.a packagefile strconv=/usr/local/go/pkg/freebsd_amd64/strconv.a packagefile strings=/usr/local/go/pkg/freebsd_amd64/strings.a packagefile time=/usr/local/go/pkg/freebsd_amd64/time.a EOF cd /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/src/github.com/hashicorp/nomad/client/fingerprint /usr/local/go/pkg/tool/freebsd_amd64/compile -o $WORK/b344/_pkg_.a -trimpath $WORK/b344 -p github.com/hashicorp/nomad/client/fingerprint -complete -buildid 7_6r28-GHlxZLMgF0wZ1/7_6r28-GHlxZLMgF0wZ1 -goversion go1.12 -D "" -importcfg $WORK/b344/importcfg -pack -c=4 ./arch.go ./cgroup.go ./cgroup_default.go ./consul.go ./cpu.go ./env_aws.go ./env_gce.go ./fingerprint.go ./fingerprint_default.go ./host.go ./memory.go ./network.go ./network_default.go ./nomad.go ./signal.go ./storage.go ./storage_unix.go ./vault.go /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b528/_pkg_.a # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b524/_pkg_.a # internal cp $WORK/b528/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/98/98c081475962d7f37522ec1ab6cbde1bba3d0a209cb394b2aca782af94ec8424-d # internal cp $WORK/b524/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/14/14d749ce0ae3e1ff748477b681c3eaddfa8bdc4d816d1d4bd43a5c754fb295df-d # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b530/_pkg_.a # internal cp $WORK/b530/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/e7/e7f65faac898531446fb082ca643ed495b5c3213658125b9132eb7560ece2b2d-d # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b338/_pkg_.a # internal cp $WORK/b338/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/0c/0c8040581ec4eef7ce7a3f38d7356b504105750aacba5b68153b4b12e334a306-d # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b273/_pkg_.a # internal cp $WORK/b273/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/47/4772a888c8f393b0f342e2a40bc1b227a864dbcad9578f754834db47ce4a754f-d # internal github.com/hashicorp/nomad/client/driver/logging mkdir -p $WORK/b341/ cat >$WORK/b341/importcfg << 'EOF' # internal # import config importmap github.com/RackSec/srslog=github.com/hashicorp/nomad/vendor/github.com/RackSec/srslog packagefile bufio=/usr/local/go/pkg/freebsd_amd64/bufio.a packagefile bytes=/usr/local/go/pkg/freebsd_amd64/bytes.a packagefile fmt=/usr/local/go/pkg/freebsd_amd64/fmt.a packagefile github.com/hashicorp/nomad/vendor/github.com/RackSec/srslog=$WORK/b340/_pkg_.a packagefile github.com/hashicorp/nomad/client/allocdir=$WORK/b273/_pkg_.a packagefile github.com/hashicorp/nomad/client/driver/structs=$WORK/b342/_pkg_.a packagefile github.com/hashicorp/nomad/nomad/structs=$WORK/b216/_pkg_.a packagefile io=/usr/local/go/pkg/freebsd_amd64/io.a packagefile io/ioutil=/usr/local/go/pkg/freebsd_amd64/io/ioutil.a packagefile log=/usr/local/go/pkg/freebsd_amd64/log.a packagefile net=/usr/local/go/pkg/freebsd_amd64/net.a packagefile os=/usr/local/go/pkg/freebsd_amd64/os.a packagefile path/filepath=/usr/local/go/pkg/freebsd_amd64/path/filepath.a packagefile runtime=/usr/local/go/pkg/freebsd_amd64/runtime.a packagefile sort=/usr/local/go/pkg/freebsd_amd64/sort.a packagefile strconv=/usr/local/go/pkg/freebsd_amd64/strconv.a packagefile strings=/usr/local/go/pkg/freebsd_amd64/strings.a packagefile sync=/usr/local/go/pkg/freebsd_amd64/sync.a packagefile time=/usr/local/go/pkg/freebsd_amd64/time.a EOF cd /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/src/github.com/hashicorp/nomad/client/driver/logging /usr/local/go/pkg/tool/freebsd_amd64/compile -o $WORK/b341/_pkg_.a -trimpath $WORK/b341 -p github.com/hashicorp/nomad/client/driver/logging -complete -buildid tX0JQp8up2dFG19MNYLc/tX0JQp8up2dFG19MNYLc -goversion go1.12 -D "" -importcfg $WORK/b341/importcfg -pack -c=4 ./rotator.go ./syslog_parser.go ./syslog_server.go ./universal_collector.go /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b344/_pkg_.a # internal cp $WORK/b344/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/9d/9d221bb9f43a0e48f8eb5f28fabb83de711871af52728cb89bdc54310db1e451-d # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b341/_pkg_.a # internal cp $WORK/b341/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/f7/f74d820f06188cfec9019e39cc7b9a93ebaeadbfdf0df60c54e2e90c5a85dbf2-d # internal github.com/hashicorp/nomad/client/driver/executor mkdir -p $WORK/b339/ cat >$WORK/b339/importcfg << 'EOF' # internal # import config importmap github.com/RackSec/srslog=github.com/hashicorp/nomad/vendor/github.com/RackSec/srslog importmap github.com/armon/circbuf=github.com/hashicorp/nomad/vendor/github.com/armon/circbuf importmap github.com/hashicorp/go-multierror=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-multierror importmap github.com/mitchellh/go-ps=github.com/hashicorp/nomad/vendor/github.com/mitchellh/go-ps importmap github.com/shirou/gopsutil/process=github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/process packagefile context=/usr/local/go/pkg/freebsd_amd64/context.a packagefile fmt=/usr/local/go/pkg/freebsd_amd64/fmt.a packagefile github.com/hashicorp/nomad/vendor/github.com/RackSec/srslog=$WORK/b340/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/armon/circbuf=$WORK/b293/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-multierror=$WORK/b160/_pkg_.a packagefile github.com/hashicorp/nomad/client/allocdir=$WORK/b273/_pkg_.a packagefile github.com/hashicorp/nomad/client/driver/env=$WORK/b338/_pkg_.a packagefile github.com/hashicorp/nomad/client/driver/logging=$WORK/b341/_pkg_.a packagefile github.com/hashicorp/nomad/client/driver/structs=$WORK/b342/_pkg_.a packagefile github.com/hashicorp/nomad/client/stats=$WORK/b278/_pkg_.a packagefile github.com/hashicorp/nomad/client/structs=$WORK/b274/_pkg_.a packagefile github.com/hashicorp/nomad/helper/stats=$WORK/b279/_pkg_.a packagefile github.com/hashicorp/nomad/nomad/structs=$WORK/b216/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/mitchellh/go-ps=$WORK/b343/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/shirou/gopsutil/process=$WORK/b285/_pkg_.a packagefile io=/usr/local/go/pkg/freebsd_amd64/io.a packagefile io/ioutil=/usr/local/go/pkg/freebsd_amd64/io/ioutil.a packagefile log=/usr/local/go/pkg/freebsd_amd64/log.a packagefile net=/usr/local/go/pkg/freebsd_amd64/net.a packagefile os=/usr/local/go/pkg/freebsd_amd64/os.a packagefile os/exec=/usr/local/go/pkg/freebsd_amd64/os/exec.a packagefile path/filepath=/usr/local/go/pkg/freebsd_amd64/path/filepath.a packagefile runtime=/usr/local/go/pkg/freebsd_amd64/runtime.a packagefile strconv=/usr/local/go/pkg/freebsd_amd64/strconv.a packagefile strings=/usr/local/go/pkg/freebsd_amd64/strings.a packagefile sync=/usr/local/go/pkg/freebsd_amd64/sync.a packagefile syscall=/usr/local/go/pkg/freebsd_amd64/syscall.a packagefile time=/usr/local/go/pkg/freebsd_amd64/time.a EOF cd /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/src/github.com/hashicorp/nomad/client/driver/executor /usr/local/go/pkg/tool/freebsd_amd64/compile -o $WORK/b339/_pkg_.a -trimpath $WORK/b339 -p github.com/hashicorp/nomad/client/driver/executor -complete -buildid hE9OyhQNQoIS0fuSuvPR/hE9OyhQNQoIS0fuSuvPR -goversion go1.12 -D "" -importcfg $WORK/b339/importcfg -pack -c=4 ./executor.go ./executor_basic.go ./executor_unix.go ./resource_container_default.go /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b536/_pkg_.a # internal cp $WORK/b536/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/cc/cc0b4542e9986531c45ad389c2b23376b250fcee2375eeaa2ce6c19d296f8ac4-d # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b339/_pkg_.a # internal cp $WORK/b339/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/3c/3c909472fe6b09fb50333d72d588b510b6408b0d629e86a02dba122891cbc09d-d # internal /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b494/_pkg_.a # internal cp $WORK/b494/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/63/63905372e56cb8b2be3c5e74da33012559c8a5ad0a4ca82b4b2e39da53992a94-d # internal github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer mkdir -p $WORK/b492/ cat >$WORK/b492/importcfg << 'EOF' # internal # import config importmap github.com/softlayer/softlayer-go/filter=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/filter importmap github.com/softlayer/softlayer-go/services=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/services importmap github.com/softlayer/softlayer-go/session=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session packagefile fmt=/usr/local/go/pkg/freebsd_amd64/fmt.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/filter=$WORK/b493/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/services=$WORK/b494/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session=$WORK/b496/_pkg_.a packagefile io/ioutil=/usr/local/go/pkg/freebsd_amd64/io/ioutil.a packagefile log=/usr/local/go/pkg/freebsd_amd64/log.a EOF cd /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer /usr/local/go/pkg/tool/freebsd_amd64/compile -o $WORK/b492/_pkg_.a -trimpath $WORK/b492 -p github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer -complete -buildid M6WKWiWF0iE52mgpA3aH/M6WKWiWF0iE52mgpA3aH -goversion go1.12 -D "" -importcfg $WORK/b492/importcfg -pack -c=4 ./softlayer_discover.go /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b492/_pkg_.a # internal cp $WORK/b492/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/a2/a26bc9aaaed3f4c9f18a64fe4e6cb7ef04831b741e9a95e974307dbbabf37899-d # internal github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover mkdir -p $WORK/b387/ cat >$WORK/b387/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/go-discover/provider/aliyun=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/aliyun importmap github.com/hashicorp/go-discover/provider/aws=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/aws importmap github.com/hashicorp/go-discover/provider/azure=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/azure importmap github.com/hashicorp/go-discover/provider/digitalocean=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/digitalocean importmap github.com/hashicorp/go-discover/provider/gce=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce importmap github.com/hashicorp/go-discover/provider/os=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/os importmap github.com/hashicorp/go-discover/provider/scaleway=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/scaleway importmap github.com/hashicorp/go-discover/provider/softlayer=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer importmap github.com/hashicorp/go-discover/provider/triton=github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/triton packagefile fmt=/usr/local/go/pkg/freebsd_amd64/fmt.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/aliyun=$WORK/b388/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/aws=$WORK/b392/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/azure=$WORK/b420/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/digitalocean=$WORK/b431/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce=$WORK/b440/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/os=$WORK/b477/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/scaleway=$WORK/b488/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer=$WORK/b492/_pkg_.a packagefile github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/triton=$WORK/b505/_pkg_.a packagefile log=/usr/local/go/pkg/freebsd_amd64/log.a packagefile sort=/usr/local/go/pkg/freebsd_amd64/sort.a packagefile strconv=/usr/local/go/pkg/freebsd_amd64/strconv.a packagefile strings=/usr/local/go/pkg/freebsd_amd64/strings.a packagefile sync=/usr/local/go/pkg/freebsd_amd64/sync.a EOF cd /wrkdirs/usr/ports/sysutils/nomad/work/nomad-0.8.7/src/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover /usr/local/go/pkg/tool/freebsd_amd64/compile -o $WORK/b387/_pkg_.a -trimpath $WORK/b387 -p github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover -complete -buildid qQoTnlMpdbVoEjj9buyf/qQoTnlMpdbVoEjj9buyf -goversion go1.12 -D "" -importcfg $WORK/b387/importcfg -pack -c=4 ./config.go ./discover.go /usr/local/go/pkg/tool/freebsd_amd64/buildid -w $WORK/b387/_pkg_.a # internal cp $WORK/b387/_pkg_.a /wrkdirs/usr/ports/sysutils/nomad/work/.cache/go-build/42/42a9eef4287337d8569c838467f35f25154f693419a6270970f9a7f755d0b6bf-d # internal *** Error code 2 Stop. make: stopped in /usr/ports/sysutils/nomad
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903070640.x276erwv073100>