[package - 123i386-quarterly][sysutils/ipfs-go] Failed for ipfs-go-0.11.0_1 in build

From: <pkg-fallout_at_FreeBSD.org>
Date: Sun, 17 Apr 2022 02:49:40 UTC
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
Log URL:        http://beefy4.nyi.freebsd.org/data/123i386-quarterly/6f82151dc400/logs/ipfs-go-0.11.0_1.log
Build URL:      http://beefy4.nyi.freebsd.org/build.html?mastername=123i386-quarterly&build=6f82151dc400
Log:

=>> Building sysutils/ipfs-go
build started at Sun Apr 17 02:49:08 UTC 2022
port directory: /usr/ports/sysutils/ipfs-go
package name: ipfs-go-0.11.0_1
building for: FreeBSD 123i386-quarterly-job-01 12.3-RELEASE-p5 FreeBSD 12.3-RELEASE-p5 i386
maintained by: jhixson@FreeBSD.org
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400050
Jail OSVERSION: 1203000
Job Id: 01

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1203000
UNAME_v=FreeBSD 12.3-RELEASE-p5
UNAME_r=12.3-RELEASE-p5
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-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/123i386-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/123i386-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=123i386-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/123i386-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--
jhixson@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work/.cache  HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/ipfs-go/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/ipfs-go/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work/.cache  HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/ipfs-go/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--
IPFS_USER=ipfs-go  IPFS_GROUP=ipfs-go  IPFS_HOME=/var/db/ipfs-go OSREL=12.3 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/ipfs"  EXAMPLESDIR="share/examples/ipfs"  DATADIR="share/ipfs"  WWWDIR="www/ipfs"  ETCDIR="etc/ipfs"
--End PLIST_SUB--

--SUB_LIST--
IPFS_USER=ipfs-go  IPFS_GROUP=ipfs-go  IPFS_HOME=/var/db/ipfs-go PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/ipfs DOCSDIR=/usr/local/share/doc/ipfs EXAMPLESDIR=/usr/local/share/examples/ipfs  WWWDIR=/usr/local/www/ipfs ETCDIR=/usr/local/etc/ipfs
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
#### /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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.3 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" "-m" "elf_i386_fbsd" "-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 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) Target: i386-unknown-freebsd12.3 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=12.3-RELEASE-p5
OSREL=12.3
OSVERSION=1203000
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
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)  524288
stack size              (kbytes, -s)  65536
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  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 MIT APACHE20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   ipfs-go-0.11.0_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.5_1.pkg
[123i386-quarterly-job-01] Installing pkg-1.17.5_1...
[123i386-quarterly-job-01] Extracting pkg-1.17.5_1: .......... done
===>   ipfs-go-0.11.0_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of ipfs-go-0.11.0_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License MIT APACHE20 accepted by the user
===> Fetching all distfiles required by ipfs-go-0.11.0_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License MIT APACHE20 accepted by the user
===> Fetching all distfiles required by ipfs-go-0.11.0_1 for building
=> SHA256 Checksum OK for go-ipfs-source.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License MIT APACHE20 accepted by the user
===> Fetching all distfiles required by ipfs-go-0.11.0_1 for building
===>  Extracting for ipfs-go-0.11.0_1
=> SHA256 Checksum OK for go-ipfs-source.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for ipfs-go-0.11.0_1
===>  Applying FreeBSD patches for ipfs-go-0.11.0_1 from /usr/ports/sysutils/ipfs-go/files
===========================================================================
=======================<phase: build-depends  >============================
===>   ipfs-go-0.11.0_1 depends on file: /usr/local/bin/go - not found
===>   Installing existing package /packages/All/go-1.18,1.pkg
[123i386-quarterly-job-01] Installing go-1.18,1...
[123i386-quarterly-job-01] Extracting go-1.18,1: .......... done
===>   ipfs-go-0.11.0_1 depends on file: /usr/local/bin/go - found
===>   Returning to build of ipfs-go-0.11.0_1
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for ipfs-go-0.11.0_1
===========================================================================
=======================<phase: build          >============================
===>  Building for ipfs-go-0.11.0_1
(cd /wrkdirs/usr/ports/sysutils/ipfs-go/work/ipfs-go-0.11.0_1;  for t in ./cmd/ipfs:ipfs-go; do  out=$(/usr/bin/basename $(echo ${t} |  /usr/bin/sed -Ee 's/^[^:]*:([^:]+).*$/\1/' -e 's/^\.$/ipfs/'));  pkg=$(echo ${t} |  /usr/bin/sed -Ee 's/^([^:]*).*$/\1/' -e 's/^ipfs$/./');  echo "===>  Building ${out} from ${pkg}";  /usr/bin/env XDG_DATA_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work  XDG_CACHE_HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work/.cache  HOME=/wrkdirs/usr/ports/sysutils/ipfs-go/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/sysutils/ipfs-go/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-prote
 ctor-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" CGO_ENABLED=1  CGO_CFLAGS="-I/usr/local/include"  CGO_LDFLAGS="-L/usr/local/lib"  GOARM= GOPATH="/portdistfiles/go/sysutils_ipfs-go"  GOBIN="/wrkdirs/usr/ports/sysutils/ipfs-go/work/bin"  GO111MODULE=on  GOFLAGS=-modcacherw  GOSUMDB=sum.golang.org GO_NO_VENDOR_CHECKS=1 GOPROXY=off /usr/local/bin/go build -v -buildmode=exe -trimpath -ldflags=-s -mod=vendor  -o /wrkdirs/usr/ports/sysutils/ipfs-go/work/bin/${out}  ${pkg};  done)
<snip>
google.golang.org/genproto/googleapis/rpc/status
github.com/matttproud/golang_protobuf_extensions/pbutil
github.com/dgraph-io/badger/pb
google.golang.org/grpc/internal/status
github.com/prometheus/client_golang/prometheus/internal
google.golang.org/grpc/status
net/http/httptrace
github.com/libp2p/go-libp2p-tls
github.com/marten-seemann/qtls-go1-17
github.com/miekg/dns
net/http
github.com/lucas-clemente/quic-go/internal/qtls
# github.com/lucas-clemente/quic-go/internal/qtls
vendor/github.com/lucas-clemente/quic-go/internal/qtls/go118.go:6:13: cannot use "quic-go doesn't build on Go 1.18 yet." (untyped string constant) as int value in variable declaration
github.com/multiformats/go-multiaddr-dns
github.com/libp2p/zeroconf/v2
github.com/whyrusleeping/mdns
expvar
github.com/rs/cors
golang.org/x/net/context/ctxhttp
go.opencensus.io/trace/propagation
github.com/huin/goupnp/soap
github.com/libp2p/go-libp2p-http
net/http/pprof
github.com/huin/goupnp/httpu
github.com/koron/go-ssdp
github.com/opentracing/opentracing-go
github.com/prometheus/common/expfmt
net/http/httputil
go.opentelemetry.io/otel/propagation
go.opencensus.io/zpages/internal
golang.org/x/net/trace
github.com/ipfs/go-ipfs-files
github.com/gorilla/websocket
go.uber.org/zap
go.opencensus.io/plugin/ocgrpc
golang.org/x/oauth2/internal
github.com/opentracing/opentracing-go/ext
github.com/ipfs/go-log/tracer
github.com/huin/goupnp/ssdp
go.opencensus.io/zpages
golang.org/x/oauth2
go.opentelemetry.io/otel/internal/global
github.com/huin/goupnp
github.com/ipfs/go-pinning-service-http-client/openapi
github.com/dgraph-io/badger/y
github.com/prometheus/client_golang/prometheus
go.opentelemetry.io/otel
github.com/huin/goupnp/dcps/internetgateway1
github.com/huin/goupnp/dcps/internetgateway2
github.com/dgraph-io/badger/skl
github.com/dgraph-io/badger/table
go.uber.org/fx/fxevent
github.com/ipfs/go-log/v2
go.uber.org/fx/internal/fxlog
go.uber.org/fx/internal/lifecycle
github.com/libp2p/go-libp2p/p2p/protocol/ping
github.com/ipfs/go-graphsync/allocator
github.com/ipfs/go-log
github.com/ipfs/go-graphsync/network
github.com/ipfs/go-graphsync/requestmanager/asyncloader/responsecache
github.com/ipfs/go-graphsync/notifications
github.com/ipfs/go-graphsync/requestmanager/asyncloader/unverifiedblockstore
github.com/libp2p/go-libp2p/p2p/protocol/identify
github.com/ipfs/go-graphsync/requestmanager/executor
github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay
github.com/libp2p/go-libp2p/p2p/discovery/mdns
github.com/ipfs/go-fs-lock
github.com/libp2p/go-libp2p/p2p/protocol/circuitv1/relay
github.com/libp2p/go-doh-resolver
github.com/ipfs/go-pinning-service-http-client
github.com/libp2p/go-reuseport-transport
go.uber.org/fx
github.com/libp2p/go-libp2p/p2p/host/routed
github.com/dgraph-io/badger
github.com/ipfs/go-graphsync/requestmanager/asyncloader
github.com/ipfs/go-graphsync/peermanager
github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy
github.com/ipfs/go-graphsync/messagequeue
github.com/ipfs/go-ipfs/core/bootstrap
github.com/ipfs/go-bitswap/network
github.com/ipfs/go-ipfs-blockstore
github.com/ipfs/go-bitswap/internal/peermanager
github.com/ipfs/go-ipfs-cmds
github.com/ipfs/go-bitswap/internal/sessionpeermanager
github.com/libp2p/go-libp2p-loggables
github.com/ipfs/go-bitswap/internal/providerquerymanager
github.com/ipfs/go-ipfs-provider/queue
github.com/ipfs/go-ipfs-keystore
github.com/libp2p/go-libp2p-record
github.com/libp2p/go-libp2p-peerstore/pstoremem
github.com/libp2p/go-mplex
github.com/ipfs/go-graphsync/responsemanager/responseassembler
github.com/libp2p/go-libp2p-autonat
github.com/libp2p/go-libp2p-blankhost
github.com/libp2p/go-libp2p-discovery
github.com/libp2p/go-addr-util
github.com/ipfs/go-graphsync/requestmanager
github.com/libp2p/go-libp2p-transport-upgrader
github.com/libp2p/go-libp2p/p2p/host/relaysvc
github.com/libp2p/go-libp2p-connmgr
github.com/ipfs/go-ipfs-routing/offline
github.com/libp2p/go-libp2p/p2p/protocol/holepunch
github.com/ipfs/go-ipns
github.com/libp2p/go-libp2p-kad-dht/providers
github.com/libp2p/go-libp2p-kbucket/peerdiversity
github.com/ipfs/go-bitswap/internal/messagequeue
github.com/ipfs/go-ipfs/core/node/helpers
github.com/libp2p/go-libp2p-kad-dht/pb
github.com/libp2p/go-libp2p-routing-helpers
github.com/ipfs/go-ipfs/p2p
github.com/libp2p/go-libp2p-swarm
github.com/libp2p/go-nat
github.com/ipfs/go-ipfs/peering
github.com/ipfs/go-blockservice
github.com/libp2p/go-libp2p-mplex
github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client
github.com/ipfs/go-filestore
github.com/ipfs/go-bitswap/internal/getter
github.com/ipfs/go-bitswap/internal/decision
github.com/ipfs/go-graphsync/responsemanager/queryexecutor
github.com/ipfs/go-graphsync/storeutil
github.com/ipfs/go-ipfs-exchange-offline
github.com/ipfs/go-ipfs-provider/simple
github.com/libp2p/go-tcp-transport
github.com/libp2p/go-ws-transport
github.com/libp2p/go-libp2p-kad-dht/internal/config
github.com/libp2p/go-libp2p-kbucket
github.com/ipfs/go-bitswap/internal/session
github.com/ipfs/go-ipfs/thirdparty/cidv0v1
github.com/ipfs/go-ipfs-cmds/cli
github.com/libp2p/go-libp2p-pubsub
github.com/ipfs/go-ipfs/thirdparty/verifbs
github.com/ipfs/go-fetcher/impl/blockservice
github.com/ipfs/go-ipfs-cmds/http
github.com/ipfs/go-merkledag
github.com/ipfs/go-graphsync/responsemanager
github.com/ipfs/go-ipfs-chunker
github.com/ipfs/go-ipfs/fuse/mount
github.com/ipfs/go-ipfs/blocks/blockstoreutil
github.com/ipfs/go-ipfs-provider/batched
github.com/libp2p/go-libp2p-kad-dht/metrics
github.com/ipfs/go-path/resolver
github.com/ipfs/go-ipfs/cmd/ipfs/util
github.com/ipfs/go-ds-flatfs
github.com/ipfs/go-ipfs/core/commands/keyencode
github.com/prometheus/client_golang/prometheus/promhttp
github.com/prometheus/statsd_exporter/pkg/mapper
github.com/ipfs/go-metrics-prometheus
github.com/libp2p/go-libp2p-kad-dht/internal/net
github.com/ipfs/go-bitswap/decision
github.com/prometheus/client_golang/prometheus/promauto
github.com/ipfs/go-graphsync/impl
github.com/ipfs/go-bitswap/internal/sessionmanager
github.com/ipfs/go-bitswap
github.com/libp2p/go-libp2p-nat
github.com/ipfs/interface-go-ipfs-core/options
github.com/ipfs/go-merkledag/dagutils
github.com/ipfs/go-unixfs
github.com/ipfs/go-merkledag/test
github.com/ipld/go-car
github.com/ipfs/go-ipfs/gc
github.com/libp2p/go-libp2p/p2p/host/basic
github.com/ipfs/go-unixfs/hamt
github.com/ipfs/go-unixfs/importer/helpers
github.com/ipfs/go-ipfs-pinner/dspinner
contrib.go.opencensus.io/exporter/prometheus
github.com/ipfs/go-ds-badger
github.com/ipfs/go-ipfs-config
github.com/ipfs/interface-go-ipfs-core
github.com/ipfs/go-unixfs/importer/trickle
github.com/ipfs/go-unixfs/importer/balanced
github.com/libp2p/go-libp2p-xor/key
github.com/libp2p/go-libp2p-kad-dht/crawler
github.com/libp2p/go-libp2p-kad-dht/rtrefresh
github.com/ipfs/go-unixfs/io
github.com/libp2p/go-libp2p/p2p/host/autorelay
github.com/libp2p/go-libp2p-xor/trie
github.com/ipfs/go-unixfs/importer
github.com/libp2p/go-libp2p-kad-dht
github.com/libp2p/go-libp2p-xor/kademlia
github.com/ipfs/go-ipfs-config/serialize
github.com/ipfs/go-ipfs/repo
github.com/ipfs/go-ipfs/repo/fsrepo/migrations
github.com/ipfs/go-unixfs/mod
github.com/ipfs/go-unixfs/file
github.com/ipfs/go-ipfs/tar
github.com/libp2p/go-libp2p/config
github.com/libp2p/go-libp2p-pubsub-router
github.com/ipfs/go-mfs
github.com/ipfs/go-ipfs/repo/fsrepo
github.com/libp2p/go-libp2p-kad-dht/dual
github.com/libp2p/go-libp2p-kad-dht/fullrt
github.com/ipfs/go-namesys
github.com/ipfs/go-namesys/resolve
github.com/ipfs/go-namesys/republisher
*** Error code 2

Stop.
make: stopped in /usr/ports/sysutils/ipfs-go