------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/go-1.15.3,1.txz SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> modd-0.8_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> modd-0.8_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by modd-0.8_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> modd-0.8_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by modd-0.8_2 for building => SHA256 Checksum OK for cortesi-modd-v0.8_GH0.tar.gz. => SHA256 Checksum OK for golang-sys-fead79001313_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> modd-0.8_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by modd-0.8_2 for building ===> Extracting for modd-0.8_2 => SHA256 Checksum OK for cortesi-modd-v0.8_GH0.tar.gz. => SHA256 Checksum OK for golang-sys-fead79001313_GH0.tar.gz. Extracted Memory Use: 30.31M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for modd-0.8_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> modd-0.8_2 depends on file: /usr/local/bin/go - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> modd-0.8_2 depends on file: /usr/local/bin/go - found ===> Configuring for modd-0.8_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for modd-0.8_2 /bin/rm -f -r /construction/devel/modd/modd-0.8/vendor/golang.org/x/sys /bin/mv /construction/devel/modd/modd-0.8/vendor/golang.org/x/sys_fead79001313 /construction/devel/modd/modd-0.8/vendor/golang.org/x/sys (cd /construction/devel/modd/src/github.com/cortesi/modd; for t in github.com/cortesi/modd/cmd/modd; do out=$(/usr/bin/basename $(echo ${t} | /usr/bin/sed -Ee 's/^[^:]*:([^:]+).*$/\1/' -e 's/^\.$/modd/')); pkg=$(echo ${t} | /usr/bin/sed -Ee 's/^([^:]*).*$/\1/' -e 's/^modd$/./'); echo "===> Building ${out} from ${pkg}"; /usr/bin/env XDG_DATA_HOME=/construction/devel/modd XDG_CONFIG_HOME=/construction/devel/modd HOME=/construction/devel/modd TMPDIR="/tmp" PATH=/construction/devel/modd/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -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="/construction/devel/modd" GOBIN="" /usr/local/bin/go build -v -buildmode=exe -ldflags=-s -o /construction/devel/modd/bin/${out} ${pkg}; done) ===> Building modd from github.com/cortesi/modd/cmd/modd runtime/cgo github.com/cortesi/modd/vendor/github.com/mattn/go-isatty github.com/cortesi/modd/vendor/golang.org/x/net/context github.com/cortesi/modd/vendor/golang.org/x/sync/errgroup github.com/cortesi/modd/vendor/golang.org/x/sys/unix github.com/cortesi/modd/vendor/github.com/mattn/go-colorable github.com/cortesi/modd/vendor/github.com/bmatcuk/doublestar github.com/cortesi/modd/vendor/github.com/alecthomas/units github.com/cortesi/modd/notify github.com/cortesi/modd/conf github.com/cortesi/modd/vendor/github.com/alecthomas/template/parse github.com/cortesi/modd/vendor/mvdan.cc/sh/syntax github.com/cortesi/modd/vendor/github.com/cortesi/moddwatch/filter github.com/cortesi/modd/vendor/github.com/fatih/color github.com/cortesi/modd/vendor/github.com/rjeczalik/notify github.com/cortesi/modd/vendor/github.com/alecthomas/template github.com/cortesi/modd/vendor/golang.org/x/crypto/ssh/terminal github.com/cortesi/modd/vendor/github.com/cortesi/moddwatch github.com/cortesi/modd/vendor/github.com/cortesi/termlog github.com/cortesi/modd/varcmd os/user net github.com/cortesi/modd/shell github.com/cortesi/modd github.com/cortesi/modd/vendor/gopkg.in/alecthomas/kingpin.v2 github.com/cortesi/modd/vendor/mvdan.cc/sh/expand github.com/cortesi/modd/vendor/mvdan.cc/sh/interp github.com/cortesi/modd/cmd/modd SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for modd-0.8_2 ===> Generating temporary packing list for t in github.com/cortesi/modd/cmd/modd; do dst=$(echo ${t} | /usr/bin/sed -Ee 's/^[^:]*:([^:]+).*$/\1/' -e 's/^\.$/modd/'); src=$(/usr/bin/basename ${dst}); case ${dst} in /*) dst=/construction/devel/modd/stage${dst}; /bin/mkdir -p $(/usr/bin/dirname ${dst}) ;; *) dst=/construction/devel/modd/stage/usr/local/bin/${src} ;; esac; echo "===> Installing ${src} as ${dst}"; install -s -m 555 /construction/devel/modd/bin/${src} ${dst}; done ===> Installing modd as /construction/devel/modd/stage/usr/local/bin/modd ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for modd-0.8_2 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:04 TOTAL TIME 00:00:29