------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/go-1.14.3,1.txz SUCCEEDED 00:00:17 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> madonctl-2.3.1_10 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> madonctl-2.3.1_10 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by madonctl-2.3.1_10 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> madonctl-2.3.1_10 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by madonctl-2.3.1_10 for building => SHA256 Checksum OK for McKael-madonctl-v2.3.1-8d3e9fa_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> madonctl-2.3.1_10 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by madonctl-2.3.1_10 for building ===> Extracting for madonctl-2.3.1_10 => SHA256 Checksum OK for McKael-madonctl-v2.3.1-8d3e9fa_GH0.tar.gz. Extracted Memory Use: 13.89M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for madonctl-2.3.1_10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> madonctl-2.3.1_10 depends on file: /usr/local/bin/go - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> madonctl-2.3.1_10 depends on file: /usr/local/bin/go - found ===> Configuring for madonctl-2.3.1_10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for madonctl-2.3.1_10 (cd /construction/net/madonctl/madonctl-8d3e9fa; for t in madonctl; do out=$(/usr/bin/basename $(echo ${t} | /usr/bin/sed -Ee 's/^[^:]*:([^:]+).*$/\1/' -e 's/^\.$/madonctl/')); pkg=$(echo ${t} | /usr/bin/sed -Ee 's/^([^:]*).*$/\1/' -e 's/^madonctl$/./'); echo "===> Building ${out} from ${pkg}"; /usr/bin/env XDG_DATA_HOME=/construction/net/madonctl XDG_CONFIG_HOME=/construction/net/madonctl HOME=/construction/net/madonctl TMPDIR="/tmp" PATH=/construction/net/madonctl/.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="" GOBIN="/construction/net/madonctl/bin" GO_NO_VENDOR_CHECKS=1 /usr/local/bin/go build -v -buildmode=exe -ldflags=-s -mod=vendor -o /construction/net/madonctl/bin/${out} ${pkg}; done) ===> Building madonctl from . golang.org/x/net/html/atom runtime/cgo github.com/hashicorp/hcl/hcl/strconv github.com/kr/text golang.org/x/text/transform golang.org/x/net/context golang.org/x/sys/unix github.com/pkg/errors golang.org/x/net/html github.com/hashicorp/hcl/hcl/token github.com/pelletier/go-toml github.com/subosito/gotenv github.com/spf13/afero/mem github.com/spf13/jwalterweatherman github.com/spf13/cast gopkg.in/ini.v1 gopkg.in/yaml.v2 github.com/hashicorp/hcl/hcl/scanner github.com/hashicorp/hcl/json/token github.com/hashicorp/hcl/hcl/ast golang.org/x/text/unicode/norm github.com/McKael/madonctl/printer/colors github.com/hashicorp/hcl/json/scanner github.com/hashicorp/hcl/hcl/parser github.com/hashicorp/hcl/json/parser github.com/fsnotify/fsnotify github.com/mattn/go-isatty github.com/hashicorp/hcl/hcl/printer github.com/hashicorp/hcl github.com/McKael/madonctl/printer/html2text net github.com/ghodss/yaml vendor/golang.org/x/net/http/httpproxy github.com/mitchellh/mapstructure net/textproto crypto/x509 github.com/spf13/pflag vendor/golang.org/x/net/http/httpguts crypto/tls github.com/spf13/cobra net/http/httptrace net/http github.com/sendgrid/rest golang.org/x/net/context/ctxhttp github.com/gorilla/websocket github.com/magiconair/properties github.com/spf13/afero golang.org/x/oauth2/internal golang.org/x/oauth2 github.com/spf13/viper github.com/McKael/madon/v2 github.com/McKael/madonctl/printer github.com/McKael/madonctl/cmd github.com/McKael/madonctl SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for madonctl-2.3.1_10 ===> Generating temporary packing list for t in madonctl; do dst=$(echo ${t} | /usr/bin/sed -Ee 's/^[^:]*:([^:]+).*$/\1/' -e 's/^\.$/madonctl/'); src=$(/usr/bin/basename ${dst}); case ${dst} in /*) dst=/construction/net/madonctl/stage${dst}; /bin/mkdir -p $(/usr/bin/dirname ${dst}) ;; *) dst=/construction/net/madonctl/stage/usr/local/bin/${src} ;; esac; echo "===> Installing ${src} as ${dst}"; install -s -m 555 /construction/net/madonctl/bin/${src} ${dst}; done ===> Installing madonctl as /construction/net/madonctl/stage/usr/local/bin/madonctl ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for madonctl-2.3.1_10 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:13 TOTAL TIME 00:00:47