Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/podman.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/module-container-tools-1.0-8020020200507003450-0d58ad57-build-37389-6641/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/podman.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/podman-1.0.0-4.git921f98f.module_el8.2.0+303+1105185b.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/podman.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/module-container-tools-1.0-8020020200507003450-0d58ad57-build-37389-6641/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/podman.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eaWKqP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + /usr/bin/gzip -dc /builddir/build/SOURCES/libpod-921f98f.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'podman-1.0.0 base' + /usr/bin/cat /builddir/build/SOURCES/podman-CVE-2020-10696.patch + /usr/bin/git apply --index - + /usr/bin/git commit -q -m podman-CVE-2020-10696.patch --author 'rpm-build ' + mv pkg/hooks/README.md pkg/hooks/README-hooks.md + tar zxf /builddir/build/SOURCES/cri-o-9b1f0a0.tar.gz + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vBe7Ll + umask 022 + cd /builddir/build/BUILD + cd libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f ++ pwd + mkdir -p /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build ++ pwd ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + pushd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build + mkdir -p src/github.com/containers + ln -s ../../../../ src/github.com/containers/libpod + popd ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + ln -s vendor src ++ pwd ++ pwd + export GOPATH=/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f:/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build + GOPATH=/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f:/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build ++ hack/libdm_tag.sh + export 'BUILDTAGS=selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ' + BUILDTAGS='selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ' ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback no_openssl selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ' -ldflags ' -compressdwarf=false -B 0xe601da36b0fffa2c46a7bd3ae550ad2e614c8196 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'\''' -a -v -x -o bin/podman github.com/containers/libpod/cmd/podman WORK=/tmp/go-build324325273 crypto/subtle github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree internal/race mkdir -p $WORK/b217/ encoding internal/nettrace crypto/internal/subtle unicode/utf16 math/bits mkdir -p $WORK/b028/ unicode/utf8 github.com/containers/libpod/pkg/annotations mkdir -p $WORK/b077/ container/list vendor/golang.org/x/crypto/internal/subtle mkdir -p $WORK/b115/ github.com/containers/libpod/vendor/k8s.io/client-go/util/integer internal/cpu vendor/golang.org/x/crypto/cryptobyte/asn1 unicode mkdir -p $WORK/b018/ github.com/containers/libpod/vendor/github.com/docker/docker/api cat >$WORK/b217/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b028/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b015/ github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network cat >$WORK/b077/importcfg << 'EOF' # internal # import config EOF github.com/containers/libpod/vendor/github.com/containers/storage/pkg/promise cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "$WORK/b028=>" -shared -p math/bits -std -complete -installsuffix shared -buildid UQO572ACixN4siI61zIy/UQO572ACixN4siI61zIy -goversion go1.13.4 -D "" -importcfg $WORK/b028/importcfg -pack ./bits.go ./bits_errors.go ./bits_tables.go github.com/containers/libpod/version mkdir -p $WORK/b024/ runtime/internal/sys image/color cat >$WORK/b115/importcfg << 'EOF' # internal # import config EOF github.com/containers/libpod/vendor/github.com/docker/docker/api/types/image cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "$WORK/b217=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree -complete -installsuffix shared -buildid YvQorlJWvw1Gzh_cx33Y/YvQorlJWvw1Gzh_cx33Y -goversion go1.13.4 -D "" -importcfg $WORK/b217/importcfg -pack ./no_ostree.go crypto/internal/boring/sig cat >$WORK/b018/importcfg << 'EOF' # internal # import config EOF github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/hash cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "$WORK/b077=>" -shared -p crypto/subtle -std -complete -installsuffix shared -buildid 8J7ueZDmOI6XALQ3b3RQ/8J7ueZDmOI6XALQ3b3RQ -goversion go1.13.4 -D "" -importcfg $WORK/b077/importcfg -pack ./constant_time.go mkdir -p $WORK/b054/ cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/subtle /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "$WORK/b115=>" -shared -p vendor/golang.org/x/crypto/internal/subtle -std -complete -installsuffix shared -buildid SzxMo8uJLvcGo4Btto18/SzxMo8uJLvcGo4Btto18 -goversion go1.13.4 -D "" -importcfg $WORK/b115/importcfg -pack ./aliasing.go runtime/internal/atomic cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "$WORK/b018=>" -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid N4DjQ0lklVXbLYjUgWAW/N4DjQ0lklVXbLYjUgWAW -goversion go1.13.4 -D "" -importcfg $WORK/b018/importcfg -pack ./utf8.go github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection cat >$WORK/b015/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b076/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b039/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "$WORK/b024=>" -shared -p encoding -std -complete -installsuffix shared -buildid xrZz6oHtjAcn6eXKMv13/xrZz6oHtjAcn6eXKMv13 -goversion go1.13.4 -D "" -importcfg $WORK/b024/importcfg -pack ./encoding.go cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "$WORK/b015=>" -shared -p internal/race -std -complete -installsuffix shared -buildid Wn7G_RNtHFpNdY0pwjji/Wn7G_RNtHFpNdY0pwjji -goversion go1.13.4 -D "" -importcfg $WORK/b015/importcfg -pack ./doc.go ./norace.go github.com/containers/libpod/vendor/github.com/docker/docker/api/types/events github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/version sync/atomic mkdir -p $WORK/b361/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b097/ cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "$WORK/b054=>" -shared -p internal/nettrace -std -complete -installsuffix shared -buildid cUz2RnYDuniZp7wFnknm/cUz2RnYDuniZp7wFnknm -goversion go1.13.4 -D "" -importcfg $WORK/b054/importcfg -pack ./nettrace.go runtime/cgo cd /usr/lib/golang/src/crypto/internal/subtle /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "$WORK/b076=>" -shared -p crypto/internal/subtle -std -complete -installsuffix shared -buildid oXRrPJxxhx3HInaaSzbJ/oXRrPJxxhx3HInaaSzbJ -goversion go1.13.4 -D "" -importcfg $WORK/b076/importcfg -pack ./aliasing.go cat >$WORK/b097/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b039/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "$WORK/b097=>" -shared -p container/list -std -complete -installsuffix shared -buildid SpRU2XgzQD-4KLoRT_bk/SpRU2XgzQD-4KLoRT_bk -goversion go1.13.4 -D "" -importcfg $WORK/b097/importcfg -pack ./list.go mkdir -p $WORK/b431/ cat >$WORK/b361/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b008/ cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "$WORK/b039=>" -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid XRPe7nTNwN7zs9SsHJ51/XRPe7nTNwN7zs9SsHJ51 -goversion go1.13.4 -D "" -importcfg $WORK/b039/importcfg -pack ./utf16.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/annotations /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "$WORK/b361=>" -shared -p github.com/containers/libpod/pkg/annotations -complete -installsuffix shared -buildid gLtfd2-i3ij_pG5_2wMM/gLtfd2-i3ij_pG5_2wMM -goversion go1.13.4 -D "" -importcfg $WORK/b361/importcfg -pack ./annotations.go mkdir -p $WORK/b111/ cat >$WORK/b431/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b008/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b017/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b217/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/util/integer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "$WORK/b431=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/util/integer -complete -installsuffix shared -buildid jWSqlTSNBRBmHsHBTTIH/jWSqlTSNBRBmHsHBTTIH -goversion go1.13.4 -D "" -importcfg $WORK/b431/importcfg -pack ./integer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b115/_pkg_.a # internal cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "$WORK/b008=>" -shared -p internal/cpu -std -+ -complete -installsuffix shared -buildid x2VP-a28KMqeM38pVvlD/x2VP-a28KMqeM38pVvlD -goversion go1.13.4 -D "" -importcfg $WORK/b008/importcfg -pack ./cpu.go ./cpu_arm64.go mkdir -p $WORK/b271/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b279/ cat >$WORK/b017/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "$WORK/b111=>" -shared -p vendor/golang.org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid ULNevXiXsOMOCmOkNL0a/ULNevXiXsOMOCmOkNL0a -goversion go1.13.4 -D "" -importcfg $WORK/b111/importcfg -pack ./asn1.go cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "$WORK/b017=>" -shared -p unicode -std -complete -installsuffix shared -buildid gjPDFV5VwT24KrSCtY4k/gjPDFV5VwT24KrSCtY4k -goversion go1.13.4 -D "" -importcfg $WORK/b017/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go mkdir -p $WORK/b176/ cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/12/1206223b05639a453c89b976f64f69cdc882d2b0f64e4e6e1b9875e3a1b91e63-d # internal cat >$WORK/b271/importcfg << 'EOF' # internal # import config EOF cp $WORK/b217/_pkg_.a /builddir/.cache/go-build/f7/f7b7de3d0acc6d54a4fb0177137b7d392f43c7c4a74bc161239306b3ce440987-d # internal mkdir -p $WORK/b363/ cat >$WORK/b279/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "$WORK/b271=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api -complete -installsuffix shared -buildid mNL-Z3yaf_15Wr6y__RK/mNL-Z3yaf_15Wr6y__RK -goversion go1.13.4 -D "" -importcfg $WORK/b271/importcfg -pack ./common.go ./common_unix.go cat >$WORK/b176/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "$WORK/b279=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network -complete -installsuffix shared -buildid L-1C9AlJIqKXFsyo8ihh/L-1C9AlJIqKXFsyo8ihh -goversion go1.13.4 -D "" -importcfg $WORK/b279/importcfg -pack ./network.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b015/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/promise /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "$WORK/b176=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/promise -complete -installsuffix shared -buildid ifbuK6Ub_s616YGFB7As/ifbuK6Ub_s616YGFB7As -goversion go1.13.4 -D "" -importcfg $WORK/b176/importcfg -pack ./promise.go mkdir -p $WORK/b012/ cat >$WORK/b363/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b195/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b361/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b024/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b054/_pkg_.a # internal mkdir -p $WORK/b285/ cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/2f/2f95720073b90c45cac62490a5a33aa1eabacb8f42d731ee408c4015e411a07b-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "$WORK/b363=>" -shared -p github.com/containers/libpod/version -complete -installsuffix shared -buildid _gKP7CsaDRS0-aTTUAUz/_gKP7CsaDRS0-aTTUAUz -goversion go1.13.4 -D "" -importcfg $WORK/b363/importcfg -pack ./version.go cat >$WORK/b012/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b195/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b078/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b077/_pkg_.a # internal mkdir -p $WORK/b324/ mkdir -p $WORK/b138/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b431/_pkg_.a # internal cat >$WORK/b078/go_asm.h << 'EOF' # internal EOF cat >$WORK/b324/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b078=>" -I $WORK/b078/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b078/symabis ./sig_other.s mkdir -p $WORK/b010/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "$WORK/b324=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command -complete -installsuffix shared -buildid R2hPHbdahiKry8BmEomw/R2hPHbdahiKry8BmEomw -goversion go1.13.4 -D "" -importcfg $WORK/b324/importcfg -pack ./command.go mkdir -p $WORK/b395/ mkdir -p $WORK/b284/ cat >$WORK/b285/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b422/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/image/color /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "$WORK/b195=>" -shared -p image/color -std -complete -installsuffix shared -buildid 3gCW_Ffu-4x_vIcTTbMh/3gCW_Ffu-4x_vIcTTbMh -goversion go1.13.4 -D "" -importcfg $WORK/b195/importcfg -pack ./color.go ./ycbcr.go cp $WORK/b431/_pkg_.a /builddir/.cache/go-build/fa/fa7f190e85207d2e25869fb1778bb1c79b3b03044f12ef64ce4ef1d11a561ba7-d # internal mkdir -p $WORK/b016/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/image /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "$WORK/b285=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/image -complete -installsuffix shared -buildid p9lPCk0sRSKtTqHemLNh/p9lPCk0sRSKtTqHemLNh -goversion go1.13.4 -D "" -importcfg $WORK/b285/importcfg -pack ./image_history.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/hash /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "$WORK/b138=>" -shared -p github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/hash -complete -installsuffix shared -buildid A6Shb9m-vqjhfeG5uNK4/A6Shb9m-vqjhfeG5uNK4 -goversion go1.13.4 -D "" -importcfg $WORK/b138/importcfg -pack ./cyclic_poly.go ./doc.go ./rabin_karp.go ./roller.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b361/_pkg_.a /builddir/.cache/go-build/bf/bf4bd69863050fc77de854ab0911f5e02a5dd3446518c7c7593593d59b660fc3-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b111/_pkg_.a # internal cat >$WORK/b010/go_asm.h << 'EOF' # internal EOF cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/cb/cb04d9a5746330adbddd6d1ad33475575b0e728d5b9ebae35048e8db77d8a3c1-d # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/a0/a0a3814b32029b00c0011c7d51d2fc56c64ecf18b9564b7b8b453d8d5714ec24-d # internal cat >$WORK/b016/go_asm.h << 'EOF' # internal EOF cat >$WORK/b078/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b284/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b047/ cat >$WORK/b395/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b422/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b176/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b039/_pkg_.a # internal cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "$WORK/b012=>" -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid KGMPy4SblwShilCes6JL/KGMPy4SblwShilCes6JL -goversion go1.13.4 -D "" -importcfg $WORK/b012/importcfg -pack ./arch.go ./arch_arm64.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm64.go ./zgoos_linux.go ./zversion.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./asm_arm64.s ./atomic_arm64.s cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "$WORK/b078=>" -shared -p crypto/internal/boring/sig -std -installsuffix shared -buildid _4HlHcFwC-eF3OWM3lKG/_4HlHcFwC-eF3OWM3lKG -goversion go1.13.4 -symabis $WORK/b078/symabis -D "" -importcfg $WORK/b078/importcfg -pack -asmhdr $WORK/b078/go_asm.h ./sig.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b363/_pkg_.a # internal cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/10/105e615c822da9a68632e8ae359b5bf36a9b9c261b0c4f87462388b39a33b620-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/events /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "$WORK/b284=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/events -complete -installsuffix shared -buildid NKrAeRhLKpRFyMAjudkn/NKrAeRhLKpRFyMAjudkn -goversion go1.13.4 -D "" -importcfg $WORK/b284/importcfg -pack ./events.go github.com/containers/libpod/vendor/k8s.io/client-go/util/exec cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "$WORK/b422=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/version -complete -installsuffix shared -buildid 2wmOT2R1H8RecMBBdwjO/2wmOT2R1H8RecMBBdwjO -goversion go1.13.4 -D "" -importcfg $WORK/b422/importcfg -pack ./doc.go ./types.go github.com/containers/libpod/vendor/github.com/containers/psgo/internal/capabilities /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b028/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "$WORK/b395=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection -complete -installsuffix shared -buildid l0AQHzvkz6dpT7-ibBMe/l0AQHzvkz6dpT7-ibBMe -goversion go1.13.4 -D "" -importcfg $WORK/b395/importcfg -pack ./operator.go cp $WORK/b176/_pkg_.a /builddir/.cache/go-build/93/9376a3722b3b6a4d117aa6ac4bc529e22646e1e8e479337f58dfbf574a22ba38-d # internal cp $WORK/b363/_pkg_.a /builddir/.cache/go-build/d2/d20bbe4aa653d6eb3e1acbf1745292f5d1b96d0acb66c82d2e939d5aab7cc315-d # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/3c/3c19a92402e404ce7a1b9d5ec687dad9018aca89c808cd6ebd1be740574f779d-d # internal cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b047/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b047/ -g -O2 -Wall -Werror ./cgo.go cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/47/47db1ba35de2a691d5daadc5475b13656bb9c61275641e418ea620593c037fde-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b271/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/33/33cdade3be023518a751ccdd2cd8be7f9cccfe6661ef1c4d1d6c63ca9308a085-d # internal mkdir -p $WORK/b446/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b018/_pkg_.a # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "$WORK/b010=>" -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid zmGiqw07dlFoV02MPpah/zmGiqw07dlFoV02MPpah -goversion go1.13.4 -symabis $WORK/b010/symabis -D "" -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h ./atomic_arm64.go ./stubs.go mkdir -p $WORK/b456/ cat >$WORK/b446/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b459/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b285/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/util/exec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "$WORK/b446=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/util/exec -complete -installsuffix shared -buildid Sc_8e5sT2foBGLKkmWqx/Sc_8e5sT2foBGLKkmWqx -goversion go1.13.4 -D "" -importcfg $WORK/b446/importcfg -pack ./exec.go cp $WORK/b271/_pkg_.a /builddir/.cache/go-build/3d/3dd7357fd317b605d61e3973b9df5a2e30103c32d350bf9b5bffa1d823ac71bf-d # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/01/01b7ecd6d79b8f4a55e1d3b4261b05962ef2a33a52d98324fbbf7eaf3c98be1a-d # internal cat >$WORK/b459/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b279/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/91/91f277f6de37cdc16d7cac0bf7b2a2cf7a2d18aacd58e6afa4d489f8b7564455-d # internal cat >$WORK/b456/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b016=>" -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b016/symabis ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b324/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "$WORK/b459=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types -complete -installsuffix shared -buildid -mmRmWqU1g4rRT9kcg-d/-mmRmWqU1g4rRT9kcg-d -goversion go1.13.4 -D "" -importcfg $WORK/b459/importcfg -pack ./types.go cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b078=>" -I $WORK/b078/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b078/sig_other.o ./sig_other.s cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/capabilities /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "$WORK/b456=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo/internal/capabilities -complete -installsuffix shared -buildid PaGccXmEe4RDHph_dPC3/PaGccXmEe4RDHph_dPC3 -goversion go1.13.4 -D "" -importcfg $WORK/b456/importcfg -pack ./capabilities.go cp $WORK/b285/_pkg_.a /builddir/.cache/go-build/48/48e91241ef7ef97bd681d56b94f6ecc9636afd885385d4e1c7f59cccaa055e75-d # internal cp $WORK/b279/_pkg_.a /builddir/.cache/go-build/0e/0ebffe04b3587891075c981a5d65e8fd4059ff2e1c6ad500a5bb61a0a903cd33-d # internal cp $WORK/b324/_pkg_.a /builddir/.cache/go-build/7f/7ffcd7ad5e26ba375d289a883ec3fdd792eb5f93f600b1c17a2b0c90127e2662-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b284/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b395/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b008/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b395/_pkg_.a /builddir/.cache/go-build/a9/a985caf3902b4660c719af791108fa33f066f7a6a189a5151230ba704c7e578b-d # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/b6/b67f081df245ee61f10f7c7915008872c5fe63562de3bbae139405981ac510de-d # internal cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/6d/6d3b782cb0411c824523160747b8569c95abce1e9ff1aecd846b7c1ea67094e0-d # internal math cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b078/_pkg_.a $WORK/b078/sig_other.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b078/_pkg_.a # internal cp $WORK/b284/_pkg_.a /builddir/.cache/go-build/b5/b5f9ed145c9a22b856f8047eb5317e8cdb2a1b4e24d82574d10938465d4fabcd-d # internal cat >$WORK/b016/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b459/_pkg_.a # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -shared -p sync/atomic -std -installsuffix shared -buildid UPoZX5PKdFYPX5-kH34a/UPoZX5PKdFYPX5-kH34a -goversion go1.13.4 -symabis $WORK/b016/symabis -D "" -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h ./doc.go ./value.go internal/bytealg mkdir -p $WORK/b027/ cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/76/769901a6029def317a284813b576c73ad3ebd8be5dd8fbc3fc7fed23515fe978-d # internal mkdir -p $WORK/b007/ cp $WORK/b459/_pkg_.a /builddir/.cache/go-build/9f/9f6dd730eddf5f55ede318cebeacb22beea7ecc42e902d2d6ebaa21757c9c806-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b422/_pkg_.a # internal cat >$WORK/b027/go_asm.h << 'EOF' # internal EOF cat >$WORK/b007/go_asm.h << 'EOF' # internal EOF runtime/internal/math cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b007/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s cp $WORK/b422/_pkg_.a /builddir/.cache/go-build/01/01178e011d0c1519c65af5abd8a3c0fa6d56a325c40871eeb318d1b87e537273-d # internal cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b027/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s ./sqrt_arm64.s ./stubs_arm64.s mkdir -p $WORK/b011/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/59/594d86c4c8144d7886c21ecf50afd7da71bd88198febf6d20eb77fb53e91c13c-d # internal cd $WORK gcc -fno-caret-diagnostics -c -x c - -o /dev/null || true /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b446/_pkg_.a # internal cat >$WORK/b011/importcfg << 'EOF' # internal # import config packagefile runtime/internal/sys=$WORK/b012/_pkg_.a EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/asm_arm64.o ./asm_arm64.s cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile math/bits=$WORK/b028/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b456/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b138/_pkg_.a # internal cd /usr/lib/golang/src/runtime/internal/math /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "$WORK/b011=>" -shared -p runtime/internal/math -std -+ -complete -installsuffix shared -buildid 5sf54ABWQlKfaDzl3BJO/5sf54ABWQlKfaDzl3BJO -goversion go1.13.4 -D "" -importcfg $WORK/b011/importcfg -pack ./math.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "$WORK/b027=>" -shared -p math -std -installsuffix shared -buildid niH_1_4Kh92n2l-ifY69/niH_1_4Kh92n2l-ifY69 -goversion go1.13.4 -symabis $WORK/b027/symabis -D "" -importcfg $WORK/b027/importcfg -pack -asmhdr $WORK/b027/go_asm.h ./abs.go ./acosh.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./trig_reduce.go ./unsafe.go cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/b6/b6d0dce5365623196a9d08d3c014de276078abadedade8765bdc4c1d55b67fcb-d # internal cp $WORK/b456/_pkg_.a /builddir/.cache/go-build/f3/f32f83a8f6f98fa91840f95c38d8567842c2caa09b02db3efac04e88f2e83593-d # internal cp $WORK/b446/_pkg_.a /builddir/.cache/go-build/80/8092af5a6663efdafbda291ce18f36bf46e0b707aea78e877804d60e66174ab4-d # internal cat >$WORK/b007/importcfg << 'EOF' # internal # import config packagefile internal/cpu=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b010=>" -I $WORK/b010/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/atomic_arm64.o ./atomic_arm64.s cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b016=>" -I $WORK/b016/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b016/asm.o ./asm.s cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -shared -p internal/bytealg -std -+ -installsuffix shared -buildid sM4v8qUmX8HNnxEf2ab_/sM4v8qUmX8HNnxEf2ab_ -goversion go1.13.4 -symabis $WORK/b007/symabis -D "" -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/go_asm.h ./bytealg.go ./compare_native.go ./count_native.go ./equal_generic.go ./equal_native.go ./index_arm64.go ./index_native.go ./indexbyte_native.go cd $WORK gcc -Qunused-arguments -c -x c - -o /dev/null || true cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b010/_pkg_.a $WORK/b010/asm_arm64.o $WORK/b010/atomic_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b010/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/ce/ced6fd9a2acb31189313ea0a088ab16355c88b6999f83a74b3dd35552f65d1bb-d # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b016/_pkg_.a $WORK/b016/asm.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b011/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/62/62098113178cd500d64537cb2156b39831be66e68f204a788eb356d0ce85a80d-d # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/56/56938f990d481490ca5d5a2e046f8eb78d1e930e8ccde92a01422da41ee3f519-d # internal cd $WORK gcc -fdebug-prefix-map=a=b -c -x c - -o /dev/null || true cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/compare_arm64.o ./compare_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b195/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/count_arm64.o ./count_arm64.s cp $WORK/b195/_pkg_.a /builddir/.cache/go-build/0f/0fd55dbd1b4cc964e42fa25a4adc695a18b33385ecae031e5e4e3cc6bb2f4b2f-d # internal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/equal_arm64.o ./equal_arm64.s cd $WORK gcc -gno-record-gcc-switches -c -x c - -o /dev/null || true cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/index_arm64.o ./index_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b007=>" -I $WORK/b007/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/indexbyte_arm64.o ./indexbyte_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b007/_pkg_.a $WORK/b007/compare_arm64.o $WORK/b007/count_arm64.o $WORK/b007/equal_arm64.o $WORK/b007/index_arm64.o $WORK/b007/indexbyte_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b007/_pkg_.a # internal cp $WORK/b007/_pkg_.a /builddir/.cache/go-build/a2/a2db00bc6605d5c9f03a3673bb30a4d3be6c406348f388485c46ee1d87596f48-d # internal cd $WORK/b047 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c internal/testlog mkdir -p $WORK/b037/ crypto/internal/boring/fipstls mkdir -p $WORK/b102/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "$WORK/b037=>" -shared -p internal/testlog -std -complete -installsuffix shared -buildid oR5mtgL4CuKomPb_7UPf/oR5mtgL4CuKomPb_7UPf -goversion go1.13.4 -D "" -importcfg $WORK/b037/importcfg -pack ./log.go cat >$WORK/b102/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/internal/boring/fipstls /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b102=>" -I $WORK/b102/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b102/symabis ./dummy.s cat >$WORK/b102/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b016/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "$WORK/b102=>" -shared -p crypto/internal/boring/fipstls -std -installsuffix shared -buildid 6mEFjvJZFaR7aJzY9Viq/6mEFjvJZFaR7aJzY9Viq -goversion go1.13.4 -symabis $WORK/b102/symabis -D "" -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h ./tls.go runtime mkdir -p $WORK/b006/ cat >$WORK/b006/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./memclr_arm64.s ./memmove_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s cd /usr/lib/golang/src/crypto/internal/boring/fipstls /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b102=>" -I $WORK/b102/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b102/dummy.o ./dummy.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/94/94dc64012accfa9b00e5f9e55fd717f762398ba88656ba7abf6a8256ab17edfc-d # internal cat >$WORK/b006/importcfg << 'EOF' # internal # import config packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile runtime/internal/atomic=$WORK/b010/_pkg_.a packagefile runtime/internal/math=$WORK/b011/_pkg_.a packagefile runtime/internal/sys=$WORK/b012/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "$WORK/b006=>" -shared -p runtime -std -+ -installsuffix shared -buildid 1wwrzzxHBZJcuf0CseVG/1wwrzzxHBZJcuf0CseVG -goversion go1.13.4 -symabis $WORK/b006/symabis -D "" -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgo_mmap.go ./cgo_sigaction.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuflags.go ./cpuprof.go ./debug.go ./debuglog.go ./debuglog_off.go ./defs_linux_arm64.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash64.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_64bit.go ./lock_futex.go ./malloc.go ./map.go ./map_fast32.go ./map_fast64.go ./map_faststr.go ./mbarrier.go ./mbitmap.go ./mcache.go ./mcentral.go ./mem_linux.go ./mfinal.go ./mfixalloc.go ./mgc.go ./mgclarge.go ./mgcmark.go ./mgcscavenge.go ./mgcstack.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mprof.go ./msan0.go ./msize.go ./mstats.go ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_arm64.go ./os_linux_generic.go ./os_nonopenbsd.go ./panic.go ./plugin.go ./print.go ./proc.go ./profbuf.go ./proflabel.go ./race0.go ./rdebug.go ./relax_stub.go ./runtime.go ./runtime1.go ./runtime2.go ./runtime_boring.go ./rwmutex.go ./select.go ./sema.go ./signal_arm64.go ./signal_linux_arm64.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigqueue_note.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs3.go ./stubs_arm64.go ./stubs_linux.go ./symtab.go ./sys_arm64.go ./sys_nonppc64x.go ./time.go ./timestub.go ./timestub2.go ./trace.go ./traceback.go ./type.go ./typekind.go ./utf8.go ./vdso_elf64.go ./vdso_linux.go ./vdso_linux_arm64.go ./write_err.go cd /usr/lib/golang/src/crypto/internal/boring/fipstls /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b102/_pkg_.a $WORK/b102/dummy.o # internal cd $WORK/b047 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/29/297da604ddf21cec85c867e02f40c404b879f20b53e2ac8c98dc0aba6b12d4b2-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/93/93cbcb9cffe4e9037a02f2db1b926b0e0d9befbeb2321da518e7d0ba212f9a92-d # internal github.com/containers/libpod/vendor/github.com/fatih/camelcase mkdir -p $WORK/b488/ cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x003.o -c gcc_context.c cat >$WORK/b488/importcfg << 'EOF' # internal # import config packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/fatih/camelcase /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "$WORK/b488=>" -shared -p github.com/containers/libpod/vendor/github.com/fatih/camelcase -complete -installsuffix shared -buildid HcU3x2hPIRajFcilje3g/HcU3x2hPIRajFcilje3g -goversion go1.13.4 -D "" -importcfg $WORK/b488/importcfg -pack ./camelcase.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b488/_pkg_.a # internal cp $WORK/b488/_pkg_.a /builddir/.cache/go-build/43/4393808bb0327eedd78ac7b3cfa54450b76d9a754cfb68a68541908db9f0577f-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x004.o -c gcc_fatalf.c cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/dim_arm64.o ./dim_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/exp_arm64.o ./exp_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/floor_arm64.o ./floor_arm64.s cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x005.o -c gcc_libinit.c cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/modf_arm64.o ./modf_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/sqrt_arm64.o ./sqrt_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/stubs_arm64.o ./stubs_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b027/_pkg_.a $WORK/b027/dim_arm64.o $WORK/b027/exp_arm64.o $WORK/b027/floor_arm64.o $WORK/b027/modf_arm64.o $WORK/b027/sqrt_arm64.o $WORK/b027/stubs_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/5c/5c283b9501e753b8f8bdcdaa642e402112b285a5679db22be7b3bada544ab42c-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x006.o -c gcc_linux_arm64.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x007.o -c gcc_mmap.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x008.o -c gcc_setenv.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x009.o -c gcc_sigaction.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x010.o -c gcc_traceback.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x011.o -c gcc_util.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I $WORK/b047/ -g -O2 -Wall -Werror -o $WORK/b047/_x012.o -c gcc_arm64.S cd $WORK/b047 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b047=/tmp/go-build -gno-record-gcc-switches -o $WORK/b047/_cgo_.o $WORK/b047/_cgo_main.o $WORK/b047/_x001.o $WORK/b047/_x002.o $WORK/b047/_x003.o $WORK/b047/_x004.o $WORK/b047/_x005.o $WORK/b047/_x006.o $WORK/b047/_x007.o $WORK/b047/_x008.o $WORK/b047/_x009.o $WORK/b047/_x010.o $WORK/b047/_x011.o $WORK/b047/_x012.o -g -O2 -lpthread TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b047/_cgo_.o -dynout $WORK/b047/_cgo_import.go -dynlinker cat >$WORK/b047/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b047=>" -I $WORK/b047/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./asm_arm64.s cat >$WORK/b047/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "$WORK/b047=>" -shared -p runtime/cgo -std -installsuffix shared -buildid SpCNQGcxHecOeiqdlW-D/SpCNQGcxHecOeiqdlW-D -goversion go1.13.4 -symabis $WORK/b047/symabis -D "" -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./mmap.go ./setenv.go ./sigaction.go $WORK/b047/_cgo_gotypes.go $WORK/b047/cgo.cgo1.go $WORK/b047/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b047=>" -I $WORK/b047/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b047/_pkg_.a $WORK/b047/asm_arm64.o $WORK/b047/_x001.o $WORK/b047/_x002.o $WORK/b047/_x003.o $WORK/b047/_x004.o $WORK/b047/_x005.o $WORK/b047/_x006.o $WORK/b047/_x007.o $WORK/b047/_x008.o $WORK/b047/_x009.o $WORK/b047/_x010.o $WORK/b047/_x011.o $WORK/b047/_x012.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/56/567453515f4fee0a399c849694f4fafb1a4e140b21919130b2cd948215ff1da6-d # internal cp /usr/lib/golang/src/runtime/tls_arm64.h $WORK/b006/tls_GOARCH.h cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/atomic_arm64.o ./atomic_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/duff_arm64.o ./duff_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/memclr_arm64.o ./memclr_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/memmove_arm64.o ./memmove_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/rt0_linux_arm64.o ./rt0_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/sys_linux_arm64.o ./sys_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/tls_arm64.o ./tls_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b006/_pkg_.a $WORK/b006/asm.o $WORK/b006/asm_arm64.o $WORK/b006/atomic_arm64.o $WORK/b006/duff_arm64.o $WORK/b006/memclr_arm64.o $WORK/b006/memmove_arm64.o $WORK/b006/rt0_linux_arm64.o $WORK/b006/sys_linux_arm64.o $WORK/b006/tls_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/19/199f6f30464b1b14d9a55fbd023ed2db3f8e5a999dc13ce4474883f6db5ea662-d # internal internal/reflectlite mkdir -p $WORK/b005/ sync mkdir -p $WORK/b014/ cat >$WORK/b005/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s cat >$WORK/b014/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b015/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "$WORK/b014=>" -shared -p sync -std -installsuffix shared -buildid w8cU-XUhe-CyyeojZ6pS/w8cU-XUhe-CyyeojZ6pS -goversion go1.13.4 -D "" -importcfg $WORK/b014/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./poolqueue.go ./runtime.go ./rwmutex.go ./waitgroup.go cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile runtime=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "$WORK/b005=>" -shared -p internal/reflectlite -std -installsuffix shared -buildid e1l2QzFL6kM_unPpzEqf/e1l2QzFL6kM_unPpzEqf -goversion go1.13.4 -symabis $WORK/b005/symabis -D "" -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h ./swapper.go ./type.go ./value.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/4b/4bd4514ca008e837dc87455e8e99c557c72e368ffdb4139c60a657c3862cb4ce-d # internal internal/singleflight mkdir -p $WORK/b055/ math/rand mkdir -p $WORK/b056/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "$WORK/b055=>" -shared -p internal/singleflight -std -complete -installsuffix shared -buildid UhYmmy7KmhOCbdgDosW8/UhYmmy7KmhOCbdgDosW8 -goversion go1.13.4 -D "" -importcfg $WORK/b055/importcfg -pack ./singleflight.go cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b027/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "$WORK/b056=>" -shared -p math/rand -std -complete -installsuffix shared -buildid XeYpHt-wYb-xjaFafdYv/XeYpHt-wYb-xjaFafdYv -goversion go1.13.4 -D "" -importcfg $WORK/b056/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/b5/b5ea6c18b637aba589b9e57c8e67d4fa72142ee2ffaef61a5e019a9620bd62e0-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/4f/4f4190af26ac7375d2bdc4ce27519c977b4ecd7dda12e6c6e1f9cee7a5c5b8e7-d # internal cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/5e/5e8a49252b05c1a6bc610eaa38c9044fa90ab63fb57e05d35a0ce19b20b1cc8f-d # internal errors mkdir -p $WORK/b004/ sort mkdir -p $WORK/b033/ cat >$WORK/b004/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "$WORK/b004=>" -shared -p errors -std -complete -installsuffix shared -buildid eV_omV7_zJZC7a7S6WmP/eV_omV7_zJZC7a7S6WmP -goversion go1.13.4 -D "" -importcfg $WORK/b004/importcfg -pack ./errors.go ./wrap.go cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "$WORK/b033=>" -shared -p sort -std -complete -installsuffix shared -buildid j5XpVI5HQs7DeUvjQ4ji/j5XpVI5HQs7DeUvjQ4ji -goversion go1.13.4 -D "" -importcfg $WORK/b033/importcfg -pack ./search.go ./slice.go ./slice_go113.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/77/770609388d038de82fcf3a277d9819f4bf3ff5998e6126731262a5d1f5a2a373-d # internal internal/oserror mkdir -p $WORK/b022/ io vendor/golang.org/x/net/dns/dnsmessage mkdir -p $WORK/b013/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF strconv mkdir -p $WORK/b030/ cd /usr/lib/golang/src/internal/oserror /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "$WORK/b022=>" -shared -p internal/oserror -std -complete -installsuffix shared -buildid s2ubjxlMHMmxaQqeSs_A/s2ubjxlMHMmxaQqeSs_A -goversion go1.13.4 -D "" -importcfg $WORK/b022/importcfg -pack ./errors.go cat >$WORK/b013/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -shared -p io -std -complete -installsuffix shared -buildid c2tDbJm4sGNG10Kg7Nfp/c2tDbJm4sGNG10Kg7Nfp -goversion go1.13.4 -D "" -importcfg $WORK/b013/importcfg -pack ./io.go ./multi.go ./pipe.go github.com/containers/libpod/vendor/golang.org/x/crypto/cast5 mkdir -p $WORK/b191/ github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/apparmor github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker cat >$WORK/b030/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b053/ github.com/containers/libpod/pkg/registrar cat >$WORK/b191/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF github.com/containers/libpod/pkg/apparmor cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "$WORK/b030=>" -shared -p strconv -std -complete -installsuffix shared -buildid XW2uWZE3tm4OhZVZMp3V/XW2uWZE3tm4OhZVZMp3V -goversion go1.13.4 -D "" -importcfg $WORK/b030/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/cast5 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "$WORK/b191=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/cast5 -complete -installsuffix shared -buildid 5vU6RYHvm7HaCi8PyKm3/5vU6RYHvm7HaCi8PyKm3 -goversion go1.13.4 -D "" -importcfg $WORK/b191/importcfg -pack ./cast5.go mkdir -p $WORK/b233/ mkdir -p $WORK/b209/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF mkdir -p $WORK/b451/ cd /usr/lib/golang/src/vendor/golang.org/x/net/dns/dnsmessage /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "$WORK/b053=>" -shared -p vendor/golang.org/x/net/dns/dnsmessage -std -complete -installsuffix shared -buildid xTCSZ0K_UbsF7QxIjfk0/xTCSZ0K_UbsF7QxIjfk0 -goversion go1.13.4 -D "" -importcfg $WORK/b053/importcfg -pack ./message.go cat >$WORK/b233/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF cat >$WORK/b209/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF mkdir -p $WORK/b362/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/apparmor /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "$WORK/b233=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/apparmor -complete -installsuffix shared -buildid Y1Zfv7baWeoVrvqPqaaC/Y1Zfv7baWeoVrvqPqaaC -goversion go1.13.4 -D "" -importcfg $WORK/b233/importcfg -pack ./apparmor_disabled.go cat >$WORK/b451/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "$WORK/b209=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker -complete -installsuffix shared -buildid Tc9HTC61CiJVRUbqW18z/Tc9HTC61CiJVRUbqW18z -goversion go1.13.4 -D "" -importcfg $WORK/b209/importcfg -pack ./locker.go cat >$WORK/b362/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/version=$WORK/b363/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/registrar /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "$WORK/b451=>" -shared -p github.com/containers/libpod/pkg/registrar -complete -installsuffix shared -buildid woE0vXdjIZSMlo9E8sO9/woE0vXdjIZSMlo9E8sO9 -goversion go1.13.4 -D "" -importcfg $WORK/b451/importcfg -pack ./registrar.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/apparmor /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "$WORK/b362=>" -shared -p github.com/containers/libpod/pkg/apparmor -complete -installsuffix shared -buildid s1KKen2PR8iQ-tGlW-Oz/s1KKen2PR8iQ-tGlW-Oz -goversion go1.13.4 -D "" -importcfg $WORK/b362/importcfg -pack ./apparmor.go ./apparmor_unsupported.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/26/266aec3818ae7af0720b47be9f9d033780f827a247e9fd94c996a587e1eef717-d # internal syscall mkdir -p $WORK/b021/ cat >$WORK/b021/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b021=>" -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b021/symabis ./asm_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b233/_pkg_.a # internal cp $WORK/b233/_pkg_.a /builddir/.cache/go-build/ab/ab69d4f711cda21ad2fea1a7763035eac25f9705838abb4f41c8e6a3a5a499d0-d # internal cat >$WORK/b021/importcfg << 'EOF' # internal # import config packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile internal/oserror=$WORK/b022/_pkg_.a packagefile internal/race=$WORK/b015/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "$WORK/b021=>" -shared -p syscall -std -installsuffix shared -buildid _CIRKnYAyv7UuzXL84mt/_CIRKnYAyv7UuzXL84mt -goversion go1.13.4 -symabis $WORK/b021/symabis -D "" -importcfg $WORK/b021/importcfg -pack -asmhdr $WORK/b021/go_asm.h ./dirent.go ./endian_little.go ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm64.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b362/_pkg_.a # internal cp $WORK/b362/_pkg_.a /builddir/.cache/go-build/65/658e30d0f19aad33fec8457ce77e078916caf241ad8130aab2474d416b16fe78-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b209/_pkg_.a # internal cp $WORK/b209/_pkg_.a /builddir/.cache/go-build/66/66355d0148979a9715b7cb60c279005423c17ffebd9ad129bcac3b51db9ce935-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b451/_pkg_.a # internal cp $WORK/b451/_pkg_.a /builddir/.cache/go-build/ba/ba307c4693c52beaca0ea96674bc1d04eaa2c2f45e7d16fba7bdcf5a271282fc-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b033/_pkg_.a # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/97/97a1d7e99ac38e36cec221861f56e05f1680e3157bc204fe9a29bf8ad12d4066-d # internal github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys mkdir -p $WORK/b385/ container/heap github.com/containers/libpod/vendor/golang.org/x/text/internal/tag mkdir -p $WORK/b435/ cat >$WORK/b385/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b033/_pkg_.a EOF mkdir -p $WORK/b376/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "$WORK/b385=>" -shared -p github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys -complete -installsuffix shared -buildid tQ6goU357qwnP3zmBN1j/tQ6goU357qwnP3zmBN1j -goversion go1.13.4 -D "" -importcfg $WORK/b385/importcfg -pack ./sortkeys.go cat >$WORK/b435/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/container/heap /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "$WORK/b435=>" -shared -p container/heap -std -complete -installsuffix shared -buildid s8cQDVjPfLvQ-khKgnxF/s8cQDVjPfLvQ-khKgnxF -goversion go1.13.4 -D "" -importcfg $WORK/b435/importcfg -pack ./heap.go cat >$WORK/b376/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b033/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/internal/tag /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "$WORK/b376=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/internal/tag -complete -installsuffix shared -buildid DGrU4TXjqOsf5HSg7uPY/DGrU4TXjqOsf5HSg7uPY -goversion go1.13.4 -D "" -importcfg $WORK/b376/importcfg -pack ./tag.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b191/_pkg_.a # internal cp $WORK/b191/_pkg_.a /builddir/.cache/go-build/c0/c00e4b377e7d6a4c9aa0e76fd18f79cd09791c615f9a5a84f6949e5898409ba8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b435/_pkg_.a # internal cp $WORK/b435/_pkg_.a /builddir/.cache/go-build/0e/0e2d2b8b2173383a4d1d92abcb5a16f0d44671a8f31d2ebe18b4aad75fbf2dcc-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b376/_pkg_.a # internal cp $WORK/b376/_pkg_.a /builddir/.cache/go-build/bd/bd8d8813c0f0ae96da27961196ffc6330dc0b24c8a4dbd44b7dd93dd27e58572-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/e7/e7a6f0f056df23204973c9485d0d7a745cfef4710f943825babdab9563b98e59-d # internal text/tabwriter mkdir -p $WORK/b041/ hash github.com/containers/libpod/vendor/github.com/mailru/easyjson/buffer mkdir -p $WORK/b469/ bytes crypto/internal/randutil strings mkdir -p $WORK/b003/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b469/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b385/_pkg_.a # internal mkdir -p $WORK/b091/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mailru/easyjson/buffer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "$WORK/b469=>" -shared -p github.com/containers/libpod/vendor/github.com/mailru/easyjson/buffer -complete -installsuffix shared -buildid nlBH77smbvDhclhtJlLn/nlBH77smbvDhclhtJlLn -goversion go1.13.4 -D "" -importcfg $WORK/b469/importcfg -pack ./pool.go cd /usr/lib/golang/src/text/tabwriter /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "$WORK/b041=>" -shared -p text/tabwriter -std -complete -installsuffix shared -buildid yldNniRoQQkDGOs4m_ZA/yldNniRoQQkDGOs4m_ZA -goversion go1.13.4 -D "" -importcfg $WORK/b041/importcfg -pack ./tabwriter.go mkdir -p $WORK/b069/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b091/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF mkdir -p $WORK/b038/ cd /usr/lib/golang/src/crypto/internal/randutil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "$WORK/b091=>" -shared -p crypto/internal/randutil -std -complete -installsuffix shared -buildid JSIa8a_NrwPImvLgOMt7/JSIa8a_NrwPImvLgOMt7 -goversion go1.13.4 -D "" -importcfg $WORK/b091/importcfg -pack ./randutil.go cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "$WORK/b003=>" -shared -p bytes -std -installsuffix shared -buildid hahLrYB0QQM4QRClguLV/hahLrYB0QQM4QRClguLV -goversion go1.13.4 -D "" -importcfg $WORK/b003/importcfg -pack ./buffer.go ./bytes.go ./reader.go cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b013/_pkg_.a EOF cp $WORK/b385/_pkg_.a /builddir/.cache/go-build/ad/ad9093a15b52e9c4ff6bbb15c3c65bacb3c7980cecfdf579c2a52709667ec0f6-d # internal cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "$WORK/b069=>" -shared -p hash -std -complete -installsuffix shared -buildid xEUnVdDkRN6DxL0C32x_/xEUnVdDkRN6DxL0C32x_ -goversion go1.13.4 -D "" -importcfg $WORK/b069/importcfg -pack ./hash.go cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "$WORK/b038=>" -shared -p strings -std -complete -installsuffix shared -buildid o4xxcQiWyw8k1fWv2mYi/o4xxcQiWyw8k1fWv2mYi -goversion go1.13.4 -D "" -importcfg $WORK/b038/importcfg -pack ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b091/_pkg_.a # internal cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/bc/bc6a35688a1d3aa9f721bcc588fb7312dbd9d4afbe62808e9cd3ad2f759ab042-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/bc/bc6b37bd6ea3e9f499b107a46fd856842678d795eac2aa969150e736828f2152-d # internal hash/fnv mkdir -p $WORK/b122/ hash/crc64 hash/adler32 hash/crc32 mkdir -p $WORK/b134/ mkdir -p $WORK/b139/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/hash/fnv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "$WORK/b122=>" -shared -p hash/fnv -std -complete -installsuffix shared -buildid G7OuxKjAiEa63Dh2QF2-/G7OuxKjAiEa63Dh2QF2- -goversion go1.13.4 -D "" -importcfg $WORK/b122/importcfg -pack ./fnv.go cat >$WORK/b134/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b190/ cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b134=>" -I $WORK/b134/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b134/symabis ./crc32_arm64.s cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b190/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc64 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "$WORK/b139=>" -shared -p hash/crc64 -std -complete -installsuffix shared -buildid EVFNDOyDDRNmmrv6BUCV/EVFNDOyDDRNmmrv6BUCV -goversion go1.13.4 -D "" -importcfg $WORK/b139/importcfg -pack ./crc64.go cd /usr/lib/golang/src/hash/adler32 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "$WORK/b190=>" -shared -p hash/adler32 -std -complete -installsuffix shared -buildid 4MjiTUajrQbRjV8vd2Wv/4MjiTUajrQbRjV8vd2Wv -goversion go1.13.4 -D "" -importcfg $WORK/b190/importcfg -pack ./adler32.go cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "$WORK/b134=>" -shared -p hash/crc32 -std -installsuffix shared -buildid xVxqaNkaN37qdQVHOxAh/xVxqaNkaN37qdQVHOxAh -goversion go1.13.4 -symabis $WORK/b134/symabis -D "" -importcfg $WORK/b134/importcfg -pack -asmhdr $WORK/b134/go_asm.h ./crc32.go ./crc32_arm64.go ./crc32_generic.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b469/_pkg_.a # internal cp $WORK/b469/_pkg_.a /builddir/.cache/go-build/fb/fbdaa1290f50151acacbd04714dfb2ff18a7d5d97923e081f619dd47642f6776-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b190/_pkg_.a # internal cp $WORK/b190/_pkg_.a /builddir/.cache/go-build/d3/d3770157e08dd7455d3ada9664670c0ef0b95ff78550df3b875f2008d522a73e-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/34/34c5a580bcf7ab159ae986606ad653d0b0b50a2ad3cd03bb578caf850aef87e1-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b139/_pkg_.a # internal cp $WORK/b139/_pkg_.a /builddir/.cache/go-build/2c/2c3a5f6e8785485c18010d8eee365c169c2ca85b56443236f5dc8e3911a8e577-d # internal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b134=>" -I $WORK/b134/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b134/crc32_arm64.o ./crc32_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b134/_pkg_.a $WORK/b134/crc32_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/c5/c52c718190a2bb868e4463e13d21baa4e2ac4d6f57cc07b5c1e994c8d18b112a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/ed/eda2bd5e631ff426494676fe569a25c50f42a226dbc07647d9585cd123c5e3d3-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/03/03587c08fb9448da86c4c7e8c368d210b1f875229cb5268f3c3c32fe9a13d8b5-d # internal crypto crypto/rc4 mkdir -p $WORK/b068/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/8e/8e2f24cc6b43132af3cf4eeb58eb7952e6bbbe946fb2824acdb6865871a49fac-d # internal github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter mkdir -p $WORK/b468/ github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors cat >$WORK/b068/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b069/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1/internal mkdir -p $WORK/b179/ vendor/golang.org/x/text/transform bufio cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "$WORK/b068=>" -shared -p crypto -std -complete -installsuffix shared -buildid sIdLSduZrGlOV9DTLgJj/sIdLSduZrGlOV9DTLgJj -goversion go1.13.4 -D "" -importcfg $WORK/b068/importcfg -pack ./crypto.go github.com/containers/libpod/vendor/golang.org/x/text/transform mkdir -p $WORK/b296/ mkdir -p $WORK/b187/ reflect cat >$WORK/b179/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF mkdir -p $WORK/b104/ cat >$WORK/b296/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b468/importcfg << 'EOF' # internal # import config importmap github.com/mailru/easyjson/buffer=github.com/containers/libpod/vendor/github.com/mailru/easyjson/buffer packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/buffer=$WORK/b469/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "$WORK/b296=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/transform -complete -installsuffix shared -buildid AzjAWe10X1t7BmnBalyE/AzjAWe10X1t7BmnBalyE -goversion go1.13.4 -D "" -importcfg $WORK/b296/importcfg -pack ./transform.go cat >$WORK/b187/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b030/_pkg_.a EOF mkdir -p $WORK/b152/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "$WORK/b468=>" -shared -p github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter -complete -installsuffix shared -buildid 8pBY9K3iFG3iRPelytic/8pBY9K3iFG3iRPelytic -goversion go1.13.4 -D "" -importcfg $WORK/b468/importcfg -pack ./writer.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1/internal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "$WORK/b179=>" -shared -p github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1/internal -complete -installsuffix shared -buildid VnBBcmrx7igI0Gkok780/VnBBcmrx7igI0Gkok780 -goversion go1.13.4 -D "" -importcfg $WORK/b179/importcfg -pack ./atof.go ./atoi.go ./extfloat.go ./ftoa.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "$WORK/b187=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors -complete -installsuffix shared -buildid SsmWmao_ZCECSq6farox/SsmWmao_ZCECSq6farox -goversion go1.13.4 -D "" -importcfg $WORK/b187/importcfg -pack ./errors.go mkdir -p $WORK/b002/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config packagefile crypto/internal/subtle=$WORK/b076/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF mkdir -p $WORK/b029/ cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "$WORK/b104=>" -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid LXF2EkjyhYqfRW-W6ZvN/LXF2EkjyhYqfRW-W6ZvN -goversion go1.13.4 -D "" -importcfg $WORK/b104/importcfg -pack ./rc4.go cat >$WORK/b152/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "$WORK/b152=>" -shared -p vendor/golang.org/x/text/transform -std -complete -installsuffix shared -buildid rpoDbANk45-MU-My8Zeq/rpoDbANk45-MU-My8Zeq -goversion go1.13.4 -D "" -importcfg $WORK/b152/importcfg -pack ./transform.go cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "$WORK/b002=>" -shared -p bufio -std -complete -installsuffix shared -buildid Y43CDCGZktko08X2WdrA/Y43CDCGZktko08X2WdrA -goversion go1.13.4 -D "" -importcfg $WORK/b002/importcfg -pack ./bufio.go ./scan.go cat >$WORK/b029/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b029/symabis ./asm_arm64.s cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b027/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "$WORK/b029=>" -shared -p reflect -std -installsuffix shared -buildid mZd8lWFunyPOffmaxDD0/mZd8lWFunyPOffmaxDD0 -goversion go1.13.4 -symabis $WORK/b029/symabis -D "" -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/66/669241ffbee1aa49c80a2c83e4d4351c73a7d58e132048da3e27033354506321-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/c2/c2d5ca145ad3951182ed55e611b81c963e4a4f0d12760d3f7979f7c50bd93d00-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b187/_pkg_.a # internal cp $WORK/b187/_pkg_.a /builddir/.cache/go-build/e5/e5d4274a260e737f276dced1a320df9eddfb81986922c1d21b3f21b0202d6d40-d # internal github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k mkdir -p $WORK/b193/ cat >$WORK/b193/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/openpgp/errors=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors packagefile crypto=$WORK/b068/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors=$WORK/b187/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "$WORK/b193=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k -complete -installsuffix shared -buildid KEwWh4JV38CXwF4IT2LW/KEwWh4JV38CXwF4IT2LW -goversion go1.13.4 -D "" -importcfg $WORK/b193/importcfg -pack ./s2k.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/e1/e1768b5191358daa063b2b229e5363aa37f9a37dc9b1cf644d6f0a5790b88f73-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions mkdir -p $WORK/b086/ path github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringutils mkdir -p $WORK/b223/ github.com/containers/libpod/pkg/namespaces encoding/base32 cat >$WORK/b086/importcfg << 'EOF' # internal # import config packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b449/ github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "$WORK/b086=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions -complete -installsuffix shared -buildid fzbfFryHwHxea27YWBbm/fzbfFryHwHxea27YWBbm -goversion go1.13.4 -D "" -importcfg $WORK/b086/importcfg -pack ./compare.go regexp/syntax cat >$WORK/b223/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b048/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "$WORK/b223=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringutils -complete -installsuffix shared -buildid Ua9lKqP5GjpOADYJU8Kl/Ua9lKqP5GjpOADYJU8Kl -goversion go1.13.4 -D "" -importcfg $WORK/b223/importcfg -pack ./stringutils.go cat >$WORK/b449/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/namespaces /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "$WORK/b449=>" -shared -p github.com/containers/libpod/pkg/namespaces -complete -installsuffix shared -buildid SkRAJlEUMZMgDRpFQYX3/SkRAJlEUMZMgDRpFQYX3 -goversion go1.13.4 -D "" -importcfg $WORK/b449/importcfg -pack ./namespaces.go mkdir -p $WORK/b119/ html mkdir -p $WORK/b492/ cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b464/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "$WORK/b048=>" -shared -p path -std -complete -installsuffix shared -buildid bIuBpSo-Yx5SB7Unni-t/bIuBpSo-Yx5SB7Unni-t -goversion go1.13.4 -D "" -importcfg $WORK/b048/importcfg -pack ./match.go ./path.go cd /usr/lib/golang/src/encoding/base32 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "$WORK/b119=>" -shared -p encoding/base32 -std -complete -installsuffix shared -buildid _pIsE35BRi1YtH7utVy1/_pIsE35BRi1YtH7utVy1 -goversion go1.13.4 -D "" -importcfg $WORK/b119/importcfg -pack ./base32.go cat >$WORK/b492/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b071/ cd /usr/lib/golang/src/html /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "$WORK/b492=>" -shared -p html -std -complete -installsuffix shared -buildid UlvJ2Ii5HF-b5lhrPsvv/UlvJ2Ii5HF-b5lhrPsvv -goversion go1.13.4 -D "" -importcfg $WORK/b492/importcfg -pack ./entity.go ./escape.go cat >$WORK/b464/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "$WORK/b464=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils -complete -installsuffix shared -buildid cqM1tfP00O1Pm4Gbjk1Z/cqM1tfP00O1Pm4Gbjk1Z -goversion go1.13.4 -D "" -importcfg $WORK/b464/importcfg -pack ./stringutils.go cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "$WORK/b071=>" -shared -p regexp/syntax -std -complete -installsuffix shared -buildid rbN1JG7di3hRiFx_NyZP/rbN1JG7di3hRiFx_NyZP -goversion go1.13.4 -D "" -importcfg $WORK/b071/importcfg -pack ./compile.go ./doc.go ./op_string.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b468/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b468/_pkg_.a /builddir/.cache/go-build/59/5910694f14aacb5834a596fa23c5b7b8c9b3c21ba5f733c049b199b8d6a4ac97-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b223/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b193/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/e5/e5acd6e91be416f6171033c1c84816c0357d1cafbc520acc2b4a3a53b326577d-d # internal cp $WORK/b223/_pkg_.a /builddir/.cache/go-build/55/55835f5adf64fe5152df394eecf4cd0fa471a0c5928089169526fc009710d824-d # internal cp $WORK/b193/_pkg_.a /builddir/.cache/go-build/77/77c5948500e3b11f349b314b5c2996cef6b5b594eea1d6d502432830e3937f10-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b464/_pkg_.a # internal cp $WORK/b464/_pkg_.a /builddir/.cache/go-build/22/2272df8daf0d8eb74c70cb5a3dcfb88e85448ca1b1a2c8f56671ef14ed5eb548-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b296/_pkg_.a # internal cp $WORK/b296/_pkg_.a /builddir/.cache/go-build/8e/8e71c973b18c6c991084bf00015fa9fbd63bf9fa1d94c352030122fbec2f3e5b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b152/_pkg_.a # internal cp $WORK/b152/_pkg_.a /builddir/.cache/go-build/96/96dab1e16f78968a6bf62c3f65795f78f8edc6e0cfc4590f231a272180e9cbf1-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/27/275e998039aaed5dbe0690d389cbfe0c3f8c872450fb93dd4323543439c357e2-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/72/729015891f65dd331405cccd37a8e2ff6ee2e7b515497a8eb90077f114eec37a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/a9/a948d81566e00a70ebfd085341a784f503c2a7116011771a7b506d24e60651d5-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b492/_pkg_.a # internal cp $WORK/b492/_pkg_.a /builddir/.cache/go-build/c2/c26f9b6c51508281c6e46093b45946d0b7446e599e7cf79f4050b0344cd75c47-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b449/_pkg_.a # internal cp $WORK/b449/_pkg_.a /builddir/.cache/go-build/63/63b986a2b567f65e1565e2d0e4f6e13b5d813a40c086f2416d82f5386317bf39-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/4b/4b24ab9d3a1bf9f01031dcefff5e0de366d8aec15c1762d579dde357e2606c60-d # internal compress/bzip2 mkdir -p $WORK/b131/ image mkdir -p $WORK/b194/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/compress/bzip2 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "$WORK/b131=>" -shared -p compress/bzip2 -std -complete -installsuffix shared -buildid -38hU3TvrHYoNreOWYLP/-38hU3TvrHYoNreOWYLP -goversion go1.13.4 -D "" -importcfg $WORK/b131/importcfg -pack ./bit_reader.go ./bzip2.go ./huffman.go ./move_to_front.go cat >$WORK/b194/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile image/color=$WORK/b195/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cd /usr/lib/golang/src/image /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "$WORK/b194=>" -shared -p image -std -complete -installsuffix shared -buildid 4e04ecXLxJzx4zSBJkjz/4e04ecXLxJzx4zSBJkjz -goversion go1.13.4 -D "" -importcfg $WORK/b194/importcfg -pack ./format.go ./geom.go ./image.go ./names.go ./ycbcr.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b179/_pkg_.a # internal cp $WORK/b179/_pkg_.a /builddir/.cache/go-build/c8/c86f5edc151de4ade0a54f144d1a5c76dbf6b67c0475ab4bcc970489ec59a02a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/d6/d621ece4bc53bf8f6b4a55cfc73e470aac6d001c86a0ecb9cf01e7fb334f972c-d # internal cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b021=>" -I $WORK/b021/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b021/asm_linux_arm64.o ./asm_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b021/_pkg_.a $WORK/b021/asm_linux_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/51/5111849f7ad0dee88299cc33b3408a97c974d15a14bf6ccd84c42d4fdca13f35-d # internal time mkdir -p $WORK/b020/ internal/syscall/unix mkdir -p $WORK/b036/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "$WORK/b020=>" -shared -p time -std -installsuffix shared -buildid z7Iu4-TyZ7gGxq0lhGrq/z7Iu4-TyZ7gGxq0lhGrq -goversion go1.13.4 -D "" -importcfg $WORK/b020/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go cat >$WORK/b036/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "$WORK/b036=>" -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid NRHndJ3MDDo5FoVxsM8x/NRHndJ3MDDo5FoVxsM8x -goversion go1.13.4 -D "" -importcfg $WORK/b036/importcfg -pack ./at.go ./at_sysnum_fstatat_linux.go ./at_sysnum_linux.go ./getrandom_linux.go ./getrandom_linux_generic.go ./nonblocking.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/71/7134cd475f4f725620252d9dbcc0c5396257f5c12acc5bf499c23969eae7d2f8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b194/_pkg_.a # internal cp $WORK/b194/_pkg_.a /builddir/.cache/go-build/d8/d876356cc62afe44cb1bfa19f6b0af711bee372fe9e9428adcfb48213a69e721-d # internal image/internal/imageutil mkdir -p $WORK/b197/ cat >$WORK/b197/importcfg << 'EOF' # internal # import config packagefile image=$WORK/b194/_pkg_.a EOF cd /usr/lib/golang/src/image/internal/imageutil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "$WORK/b197=>" -shared -p image/internal/imageutil -std -complete -installsuffix shared -buildid F7SxtBPZ0T8vCDOEyzzj/F7SxtBPZ0T8vCDOEyzzj -goversion go1.13.4 -D "" -importcfg $WORK/b197/importcfg -pack ./imageutil.go ./impl.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b197/_pkg_.a # internal cp $WORK/b197/_pkg_.a /builddir/.cache/go-build/21/21bc76d5d90848bc7bfd7eb033c7570e88d75a9bbe79baaec8671c906220476d-d # internal image/jpeg mkdir -p $WORK/b196/ cat >$WORK/b196/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile image=$WORK/b194/_pkg_.a packagefile image/color=$WORK/b195/_pkg_.a packagefile image/internal/imageutil=$WORK/b197/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/image/jpeg /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "$WORK/b196=>" -shared -p image/jpeg -std -complete -installsuffix shared -buildid D1tUVHwhJ16jejjcsUYL/D1tUVHwhJ16jejjcsUYL -goversion go1.13.4 -D "" -importcfg $WORK/b196/importcfg -pack ./fdct.go ./huffman.go ./idct.go ./reader.go ./scan.go ./writer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/ac/ac10ea0f835dfc6f42c0b29341d86bd7f7cf5526893850dddfdc47552176e97c-d # internal regexp mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile regexp/syntax=$WORK/b071/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "$WORK/b070=>" -shared -p regexp -std -complete -installsuffix shared -buildid Q9u6pxd5BwPzr_I8IMgy/Q9u6pxd5BwPzr_I8IMgy -goversion go1.13.4 -D "" -importcfg $WORK/b070/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b196/_pkg_.a # internal cp $WORK/b196/_pkg_.a /builddir/.cache/go-build/0e/0e6305a2b37f7cdf1d89f6b9893aaae1925d5e549bda0e1c79135d56f9d62efa-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/fa/fa2d1dc4a714a2664cee7ac2ce97bd28090bec81127a1cff6f0efda169e51e25-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/clock mkdir -p $WORK/b430/ context mkdir -p $WORK/b019/ cat >$WORK/b430/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/clock /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "$WORK/b430=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/clock -complete -installsuffix shared -buildid cMyg5L167ib-2_l120dc/cMyg5L167ib-2_l120dc -goversion go1.13.4 -D "" -importcfg $WORK/b430/importcfg -pack ./clock.go cat >$WORK/b019/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/reflectlite=$WORK/b005/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF internal/poll mkdir -p $WORK/b035/ cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "$WORK/b019=>" -shared -p context -std -complete -installsuffix shared -buildid aqRUgo9LHYObWUL2IPyP/aqRUgo9LHYObWUL2IPyP -goversion go1.13.4 -D "" -importcfg $WORK/b019/importcfg -pack ./context.go cat >$WORK/b035/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "$WORK/b035=>" -shared -p internal/poll -std -installsuffix shared -buildid Sd4VkqwanUuN2JLQWsMx/Sd4VkqwanUuN2JLQWsMx -goversion go1.13.4 -D "" -importcfg $WORK/b035/importcfg -pack ./errno_unix.go ./fd.go ./fd_fsync_posix.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_posix.go ./fd_unix.go ./fd_writev_unix.go ./hook_cloexec.go ./hook_unix.go ./sendfile_linux.go ./sock_cloexec.go ./sockopt.go ./sockopt_linux.go ./sockopt_unix.go ./sockoptip.go ./splice_linux.go ./writev.go github.com/containers/libpod/vendor/golang.org/x/sys/unix mkdir -p $WORK/b170/ cat >$WORK/b170/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b170=>" -I $WORK/b170/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b170/symabis ./asm_linux_arm64.s cat >$WORK/b170/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "$WORK/b170=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/sys/unix -installsuffix shared -buildid 3P75luqJzU_k7R_ZIOYo/3P75luqJzU_k7R_ZIOYo -goversion go1.13.4 -symabis $WORK/b170/symabis -D "" -importcfg $WORK/b170/importcfg -pack -asmhdr $WORK/b170/go_asm.h ./affinity_linux.go ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_little.go ./env_unix.go ./fcntl.go ./pagesize_unix.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_linux_gc.go ./syscall_unix.go ./syscall_unix_gc.go ./timestruct.go ./zerrors_linux_arm64.go ./zptracearm_linux.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b430/_pkg_.a # internal cp $WORK/b430/_pkg_.a /builddir/.cache/go-build/d5/d5d543a08fe75d5b9059f840f276c85431e42ec609faca449d270ec6e7086d41-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/2c/2c679492602eec0ac99bb66e342551e16cf08fa4443b9bfbfb7014050ebc64e1-d # internal github.com/containers/libpod/pkg/resolvconf/dns mkdir -p $WORK/b453/ cat >$WORK/b453/importcfg << 'EOF' # internal # import config packagefile regexp=$WORK/b070/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/resolvconf/dns /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "$WORK/b453=>" -shared -p github.com/containers/libpod/pkg/resolvconf/dns -complete -installsuffix shared -buildid sTIeTOkaOm-q-jox-i21/sTIeTOkaOm-q-jox-i21 -goversion go1.13.4 -D "" -importcfg $WORK/b453/importcfg -pack ./resolvconf.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b019/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/d1/d1c8956ec170d821f5a5da16faf7b67b79a53ce58699377095105f2d83e9b7da-d # internal github.com/containers/libpod/vendor/golang.org/x/net/context mkdir -p $WORK/b174/ github.com/containers/libpod/vendor/golang.org/x/sync/semaphore mkdir -p $WORK/b239/ cat >$WORK/b174/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b019/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/context /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "$WORK/b174=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/context -complete -installsuffix shared -buildid LX0YIfwo5K-uFguhPwwM/LX0YIfwo5K-uFguhPwwM -goversion go1.13.4 -D "" -importcfg $WORK/b174/importcfg -pack ./context.go ./go17.go cat >$WORK/b239/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b097/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/sync/semaphore /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "$WORK/b239=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/sync/semaphore -complete -installsuffix shared -buildid ek2gJmyU-pbSRWfSWuls/ek2gJmyU-pbSRWfSWuls -goversion go1.13.4 -D "" -importcfg $WORK/b239/importcfg -pack ./semaphore.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b453/_pkg_.a # internal cp $WORK/b453/_pkg_.a /builddir/.cache/go-build/a8/a868c3ef6717faf257a5c3615aae40fd74e1fd017298f2fa9f261262bf400b35-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b174/_pkg_.a # internal cp $WORK/b174/_pkg_.a /builddir/.cache/go-build/ba/ba04b2dc9fd7e043ca8fdbc402be4457b91cbf52ea1639a76198251101b3f180-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b239/_pkg_.a # internal cp $WORK/b239/_pkg_.a /builddir/.cache/go-build/36/363bf2490c77fb484f8d07852bf1295c7f30ff5c21c9449c32cff274325ba1fb-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/9b/9bacd74f70861507f143af3bc8b55dc4609aae49e55d5c0d7d4a9d6a920944ff-d # internal os mkdir -p $WORK/b034/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/oserror=$WORK/b022/_pkg_.a packagefile internal/poll=$WORK/b035/_pkg_.a packagefile internal/syscall/unix=$WORK/b036/_pkg_.a packagefile internal/testlog=$WORK/b037/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "$WORK/b034=>" -shared -p os -std -installsuffix shared -buildid ioKlA_9T8maHcjMTocpX/ioKlA_9T8maHcjMTocpX -goversion go1.13.4 -D "" -importcfg $WORK/b034/importcfg -pack ./dir.go ./dir_unix.go ./env.go ./env_default.go ./error.go ./error_errno.go ./error_posix.go ./exec.go ./exec_posix.go ./exec_unix.go ./executable.go ./executable_procfs.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./rawconn.go ./removeall_at.go ./stat.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b029/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b029/_pkg_.a $WORK/b029/asm_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/ae/aed775e7e7fa7e69dcae8d677bf59f2eecf9dafa77848a1c2e517e14d2ca5ccf-d # internal github.com/containers/libpod/vendor/github.com/hashicorp/errwrap mkdir -p $WORK/b314/ internal/fmtsort cat >$WORK/b314/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b032/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/hashicorp/errwrap /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "$WORK/b314=>" -shared -p github.com/containers/libpod/vendor/github.com/hashicorp/errwrap -complete -installsuffix shared -buildid NLVlF8yTcxC5_G_Lf4Zb/NLVlF8yTcxC5_G_Lf4Zb -goversion go1.13.4 -D "" -importcfg $WORK/b314/importcfg -pack ./errwrap.go encoding/binary mkdir -p $WORK/b026/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets mkdir -p $WORK/b397/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "$WORK/b026=>" -shared -p encoding/binary -std -complete -installsuffix shared -buildid QMGGEmZMPxyplD_Ffspg/QMGGEmZMPxyplD_Ffspg -goversion go1.13.4 -D "" -importcfg $WORK/b026/importcfg -pack ./binary.go ./varint.go cat >$WORK/b397/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a EOF cat >$WORK/b032/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/internal/fmtsort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "$WORK/b032=>" -shared -p internal/fmtsort -std -complete -installsuffix shared -buildid CoPHZ8Y2Az8Rmdf8qe6w/CoPHZ8Y2Az8Rmdf8qe6w -goversion go1.13.4 -D "" -importcfg $WORK/b032/importcfg -pack ./sort.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "$WORK/b397=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets -complete -installsuffix shared -buildid RewW7FaL5JJo2Ke1uvr6/RewW7FaL5JJo2Ke1uvr6 -goversion go1.13.4 -D "" -importcfg $WORK/b397/importcfg -pack ./byte.go ./doc.go ./empty.go ./int.go ./int64.go ./string.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b314/_pkg_.a # internal cp $WORK/b314/_pkg_.a /builddir/.cache/go-build/0b/0ba8da29fb7b213c31dedc90b5b7420945882ff178a7b2ce8bcc1300a51caa29-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/4b/4bb70533bca1e3e46be75876cd1592a89bb3612f784acce9876bfc029a7e7acf-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/24/242c3499d910d96774ee67893334cd8a5dbea3512147d2b8366d4b8a4444d13a-d # internal path/filepath mkdir -p $WORK/b045/ github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir github.com/containers/libpod/vendor/github.com/mattn/go-runewidth github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount internal/lazyregexp github.com/containers/libpod/vendor/k8s.io/client-go/util/homedir github.com/containers/libpod/vendor/github.com/containers/psgo/internal/dev mkdir -p $WORK/b457/ github.com/containers/libpod/pkg/ctime fmt runtime/debug os/signal mkdir -p $WORK/b242/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "$WORK/b045=>" -shared -p path/filepath -std -complete -installsuffix shared -buildid YNrhy9hi_8fwvXvXGWG_/YNrhy9hi_8fwvXvXGWG_ -goversion go1.13.4 -D "" -importcfg $WORK/b045/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go cat >$WORK/b457/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF mkdir -p $WORK/b368/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/dev /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "$WORK/b457=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo/internal/dev -complete -installsuffix shared -buildid f0zHsKDf1WD7y-rTPG9w/f0zHsKDf1WD7y-rTPG9w -goversion go1.13.4 -D "" -importcfg $WORK/b457/importcfg -pack ./tty.go mkdir -p $WORK/b241/ cat >$WORK/b242/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b275/ cat >$WORK/b368/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b242=>" -I $WORK/b242/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b242/symabis ./sig.s cat >$WORK/b241/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b406/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/ctime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "$WORK/b368=>" -shared -p github.com/containers/libpod/pkg/ctime -complete -installsuffix shared -buildid GjK4LocSn5WL6WrBvusC/GjK4LocSn5WL6WrBvusC -goversion go1.13.4 -D "" -importcfg $WORK/b368/importcfg -pack ./ctime.go ./ctime_linux.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mattn/go-runewidth /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "$WORK/b241=>" -shared -p github.com/containers/libpod/vendor/github.com/mattn/go-runewidth -complete -installsuffix shared -buildid sF6-Vu8QTMtV3dwpxKLs/sF6-Vu8QTMtV3dwpxKLs -goversion go1.13.4 -D "" -importcfg $WORK/b241/importcfg -pack ./runewidth.go ./runewidth_posix.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b397/_pkg_.a # internal cat >$WORK/b242/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cat >$WORK/b275/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a EOF mkdir -p $WORK/b300/ net cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "$WORK/b275=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount -complete -installsuffix shared -buildid XdlfN8gHFapthjc-T_zF/XdlfN8gHFapthjc-T_zF -goversion go1.13.4 -D "" -importcfg $WORK/b275/importcfg -pack ./mount.go mkdir -p $WORK/b052/ cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "$WORK/b242=>" -shared -p os/signal -std -installsuffix shared -buildid lBkKP6NhAgMD8-rZXkuz/lBkKP6NhAgMD8-rZXkuz -goversion go1.13.4 -symabis $WORK/b242/symabis -D "" -importcfg $WORK/b242/importcfg -pack -asmhdr $WORK/b242/go_asm.h ./doc.go ./signal.go ./signal_unix.go cat >$WORK/b406/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF mkdir -p $WORK/b129/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b052/ -importpath net -- -I $WORK/b052/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go mkdir -p $WORK/b031/ cat >$WORK/b300/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF cd /usr/lib/golang/src/internal/lazyregexp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "$WORK/b406=>" -shared -p internal/lazyregexp -std -complete -installsuffix shared -buildid OwJKJFW46Gs5Fzgd5NZe/OwJKJFW46Gs5Fzgd5NZe -goversion go1.13.4 -D "" -importcfg $WORK/b406/importcfg -pack ./lazyre.go cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF mkdir -p $WORK/b124/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/util/homedir /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "$WORK/b300=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/util/homedir -complete -installsuffix shared -buildid k0Z70NqeIKT_LCptkU3A/k0Z70NqeIKT_LCptkU3A -goversion go1.13.4 -D "" -importcfg $WORK/b300/importcfg -pack ./homedir.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "$WORK/b129=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir -complete -installsuffix shared -buildid YvgJ7SbM76hILZiQuFde/YvgJ7SbM76hILZiQuFde -goversion go1.13.4 -D "" -importcfg $WORK/b129/importcfg -pack ./tmpdir.go cat >$WORK/b031/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/fmtsort=$WORK/b032/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b397/_pkg_.a /builddir/.cache/go-build/cf/cf262f057a7634ccb991a886e174a2c9e228a3503e5c210eb2015502c44cec3a-d # internal cat >$WORK/b124/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "$WORK/b031=>" -shared -p fmt -std -complete -installsuffix shared -buildid l0hvCFXv_ijcgQVlswAy/l0hvCFXv_ijcgQVlswAy -goversion go1.13.4 -D "" -importcfg $WORK/b031/importcfg -pack ./doc.go ./errors.go ./format.go ./print.go ./scan.go cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b124=>" -I $WORK/b124/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b124/symabis ./debug.s cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/25/25de3b7cdaa4090ca7053c744b94b25856945eb6e63e0c42e63f07831eb4ea0d-d # internal encoding/base64 mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "$WORK/b025=>" -shared -p encoding/base64 -std -complete -installsuffix shared -buildid hXoWHqJFu9HzTK6Wukar/hXoWHqJFu9HzTK6Wukar -goversion go1.13.4 -D "" -importcfg $WORK/b025/importcfg -pack ./base64.go cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF crypto/md5 mkdir -p $WORK/b103/ vendor/golang.org/x/crypto/poly1305 crypto/sha1 crypto/ed25519/internal/edwards25519 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b368/_pkg_.a # internal cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "$WORK/b124=>" -shared -p runtime/debug -std -installsuffix shared -buildid PIUtUBhWMoxBveqfIEp0/PIUtUBhWMoxBveqfIEp0 -goversion go1.13.4 -symabis $WORK/b124/symabis -D "" -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h ./garbage.go ./mod.go ./stack.go ./stubs.go vendor/golang.org/x/crypto/curve25519 mkdir -p $WORK/b100/ cat >$WORK/b103/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b103=>" -I $WORK/b103/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b103/symabis ./md5block_arm64.s mkdir -p $WORK/b117/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b026/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b300/_pkg_.a # internal mkdir -p $WORK/b105/ crypto/cipher cp $WORK/b368/_pkg_.a /builddir/.cache/go-build/cc/cc82a0d01b459a28fd918fed7efc926e014ff0a5b37b2f3933521165956213da-d # internal cd /usr/lib/golang/src/crypto/ed25519/internal/edwards25519 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "$WORK/b100=>" -shared -p crypto/ed25519/internal/edwards25519 -std -complete -installsuffix shared -buildid IF7CBiE2mdfeR_GtSxkc/IF7CBiE2mdfeR_GtSxkc -goversion go1.13.4 -D "" -importcfg $WORK/b100/importcfg -pack ./const.go ./edwards25519.go cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b026/_pkg_.a EOF cat >$WORK/b105/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b275/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b129/_pkg_.a # internal cd /usr/lib/golang/src/vendor/golang.org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "$WORK/b117=>" -shared -p vendor/golang.org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid vINfg-olwRnwoeBi6cYI/vINfg-olwRnwoeBi6cYI -goversion go1.13.4 -D "" -importcfg $WORK/b117/importcfg -pack ./curve25519.go ./doc.go cp $WORK/b300/_pkg_.a /builddir/.cache/go-build/08/08e1ac46bb08cb378bc58dde708f9ca38ce724ad7c4db9b022eda0fe69084079-d # internal mkdir -p $WORK/b116/ cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b105=>" -I $WORK/b105/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b105/symabis ./sha1block_arm64.s mkdir -p $WORK/b075/ cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/7a/7ab6d48a06008421c1e05cc05d8e93a26389bf3a10ac23cf84dd0b0721a0459d-d # internal cp $WORK/b275/_pkg_.a /builddir/.cache/go-build/09/098739764d5c582b5e98dba9e9014955f6ab18460261a5db81197c6009e1dae4-d # internal cat >$WORK/b116/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a EOF cat >$WORK/b075/importcfg << 'EOF' # internal # import config packagefile crypto/internal/subtle=$WORK/b076/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF cat >$WORK/b103/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "$WORK/b116=>" -shared -p vendor/golang.org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid IPHPOakpIAfP00K7C5nr/IPHPOakpIAfP00K7C5nr -goversion go1.13.4 -D "" -importcfg $WORK/b116/importcfg -pack ./mac_noasm.go ./poly1305.go ./sum_generic.go ./sum_noasm.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b457/_pkg_.a # internal cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "$WORK/b103=>" -shared -p crypto/md5 -std -installsuffix shared -buildid LhC0MAc3xLIECdColpiN/LhC0MAc3xLIECdColpiN -goversion go1.13.4 -symabis $WORK/b103/symabis -D "" -importcfg $WORK/b103/importcfg -pack -asmhdr $WORK/b103/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "$WORK/b075=>" -shared -p crypto/cipher -std -complete -installsuffix shared -buildid VSWvndUJhkLlZXIqt5Jd/VSWvndUJhkLlZXIqt5Jd -goversion go1.13.4 -D "" -importcfg $WORK/b075/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor_generic.go cat >$WORK/b105/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "$WORK/b105=>" -shared -p crypto/sha1 -std -installsuffix shared -buildid dd2ICTuT1UqP8bcrI_Ih/dd2ICTuT1UqP8bcrI_Ih -goversion go1.13.4 -symabis $WORK/b105/symabis -D "" -importcfg $WORK/b105/importcfg -pack -asmhdr $WORK/b105/go_asm.h ./notboring.go ./sha1.go ./sha1block.go ./sha1block_arm64.go cp $WORK/b457/_pkg_.a /builddir/.cache/go-build/6f/6f98ba4efa949df05c2815033702587c073445f57dd1df5b031dd41112e6edca-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b406/_pkg_.a # internal cp $WORK/b406/_pkg_.a /builddir/.cache/go-build/af/af947f859a4cccaa00f12ab5cc7f79cb1427a2f0ba2bfad65e188a797fa29e9a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b241/_pkg_.a # internal cp $WORK/b241/_pkg_.a /builddir/.cache/go-build/6e/6e55ba0923c9c6601f2f475103d9fc63993666b26237c6b923e9ddecb6506f34-d # internal cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b242=>" -I $WORK/b242/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b242/sig.o ./sig.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b242/_pkg_.a $WORK/b242/sig.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b242/_pkg_.a # internal cp $WORK/b242/_pkg_.a /builddir/.cache/go-build/f1/f1148e5c4041661f3e5d17183f01aeb93f0e555a3c032dc2d82620e1590a0e8c-d # internal cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b124=>" -I $WORK/b124/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b124/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/39/399326882376cfd223094813e77d9482935b9c9c36aa7295271b4ebbfecc7d82-d # internal /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b124/_pkg_.a $WORK/b124/debug.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/c1/c1182b5e73106a9f6f8c53f5a4b6300844b778c2a0165e236fc4cd0f3014d4fe-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/f9/f91f62da61dc4615cfd0bb0a7f22003d0fba4397d8c24acae9ff512f5dd2c561-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b025/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b170=>" -I $WORK/b170/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b170/asm_linux_arm64.o ./asm_linux_arm64.s cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/76/7693f1956dd5be59bcc73fe40e63a02758fadac6a69fd098d097099e9570a8c6-d # internal encoding/pem mkdir -p $WORK/b109/ github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/armor cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b103=>" -I $WORK/b103/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b103/md5block_arm64.o ./md5block_arm64.s mkdir -p $WORK/b186/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cat >$WORK/b186/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/openpgp/errors=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors=$WORK/b187/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "$WORK/b109=>" -shared -p encoding/pem -std -complete -installsuffix shared -buildid BZC2NDE1z_iNY0V4FfFq/BZC2NDE1z_iNY0V4FfFq -goversion go1.13.4 -D "" -importcfg $WORK/b109/importcfg -pack ./pem.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/armor /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "$WORK/b186=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/armor -complete -installsuffix shared -buildid jibHVy503RgY6HQlRVyO/jibHVy503RgY6HQlRVyO -goversion go1.13.4 -D "" -importcfg $WORK/b186/importcfg -pack ./armor.go ./encode.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b170/_pkg_.a $WORK/b170/asm_linux_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b170/_pkg_.a # internal cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b105=>" -I $WORK/b105/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b105/sha1block_arm64.o ./sha1block_arm64.s cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b103/_pkg_.a $WORK/b103/md5block_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/cc/ccb567b0e620318f259b16f42e31a6e6b488b3c2145056af3426d31fc23a7840-d # internal cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b105/_pkg_.a $WORK/b105/sha1block_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b105/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/4a/4aad5c5df4e207c5cdb6cc70224787e9d95226e6c57b7e4e36e7e68263e1efda-d # internal cp $WORK/b170/_pkg_.a /builddir/.cache/go-build/b5/b57deab63e6cde59e9cc30a2febc67e3bd14ebed0648716ad971810f6c536f55-d # internal github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal mkdir -p $WORK/b235/ cat >$WORK/b235/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "$WORK/b235=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal -complete -installsuffix shared -buildid 8ZICxhoXPFc4B7Kyy2og/8ZICxhoXPFc4B7Kyy2og -goversion go1.13.4 -D "" -importcfg $WORK/b235/importcfg -pack ./terminal.go ./util.go ./util_linux.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/4c/4c9481f67db2d19b6b448d361f12ca6da9517ccc7e1a6361ce28d439221f641d-d # internal io/ioutil mkdir -p $WORK/b044/ github.com/containers/libpod/vendor/github.com/containerd/continuity/pathdriver os/exec mkdir -p $WORK/b060/ mkdir -p $WORK/b253/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "$WORK/b044=>" -shared -p io/ioutil -std -complete -installsuffix shared -buildid 6wSYIK3ma-kDdGtFcuU4/6wSYIK3ma-kDdGtFcuU4 -goversion go1.13.4 -D "" -importcfg $WORK/b044/importcfg -pack ./ioutil.go ./tempfile.go cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /usr/lib/golang/src/os/exec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "$WORK/b060=>" -shared -p os/exec -std -complete -installsuffix shared -buildid jPys0k_6viRoTaGjMBIH/jPys0k_6viRoTaGjMBIH -goversion go1.13.4 -D "" -importcfg $WORK/b060/importcfg -pack ./exec.go ./exec_unix.go ./lp_unix.go cat >$WORK/b253/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b045/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containerd/continuity/pathdriver /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "$WORK/b253=>" -shared -p github.com/containers/libpod/vendor/github.com/containerd/continuity/pathdriver -complete -installsuffix shared -buildid pBpNa2iKYheicB5ieLti/pBpNa2iKYheicB5ieLti -goversion go1.13.4 -D "" -importcfg $WORK/b253/importcfg -pack ./path_driver.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b253/_pkg_.a # internal cp $WORK/b253/_pkg_.a /builddir/.cache/go-build/62/621362a179d8be7c92aeecbf3095b0a9f1d810fb1e7bc00a3089e322bab8c29e-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/a5/a5cf8187443ef90938cebcd24395eee6030ed7dca7094383f9691aefd3a3c7a6-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b186/_pkg_.a # internal cp $WORK/b186/_pkg_.a /builddir/.cache/go-build/a3/a3ba2bd0c2378ea273b3027073e288f3d8d2a2680408d79e697de2dd7981f77e-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/be/be010be68cb496ad53a74e5a65a95f77ce3838bc7685e825b131eb042a6cea44-d # internal crypto/des mkdir -p $WORK/b098/ vendor/golang.org/x/crypto/internal/chacha20 mkdir -p $WORK/b114/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/internal/subtle=$WORK/b076/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "$WORK/b098=>" -shared -p crypto/des -std -complete -installsuffix shared -buildid yx-6JS4NaEE85GdNu36D/yx-6JS4NaEE85GdNu36D -goversion go1.13.4 -D "" -importcfg $WORK/b098/importcfg -pack ./block.go ./cipher.go ./const.go cat >$WORK/b114/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/chacha20 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b114=>" -I $WORK/b114/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b114/symabis ./asm_arm64.s cat >$WORK/b114/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b115/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "$WORK/b114=>" -shared -p vendor/golang.org/x/crypto/internal/chacha20 -std -installsuffix shared -buildid lfViRX6WCYjdsyMHNr8i/lfViRX6WCYjdsyMHNr8i -goversion go1.13.4 -symabis $WORK/b114/symabis -D "" -importcfg $WORK/b114/importcfg -pack -asmhdr $WORK/b114/go_asm.h ./chacha_arm64.go ./chacha_generic.go ./xor.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b044/_pkg_.a # internal cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/24/24444405746024ca4fe275b164e010a2811aa9b34cf160bf7adf23ee4fff7b68-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory mkdir -p $WORK/b208/ cat >$WORK/b208/importcfg << 'EOF' # internal # import config packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "$WORK/b208=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory -complete -installsuffix shared -buildid v1-98GTPVHK3fsA1ojhD/v1-98GTPVHK3fsA1ojhD -goversion go1.13.4 -D "" -importcfg $WORK/b208/importcfg -pack ./directory.go ./directory_unix.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b208/_pkg_.a # internal cp $WORK/b208/_pkg_.a /builddir/.cache/go-build/3a/3a119de2fdf6c98a3459e7734dc745c4c8ec01db6e701da47d5b1ee7f15610f2-d # internal cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/chacha20 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b114=>" -I $WORK/b114/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b114/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b100/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b114/_pkg_.a $WORK/b114/asm_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/03/0325c907ee8f73b1e8043fd7f44128141d0a8a5967d61c51d6d37fd7f0ec45da-d # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/5a/5a6feefff9c738e7edad2a2c3937e1cda0848dd2b302273f5e4cc867f78a931d-d # internal vendor/golang.org/x/crypto/chacha20poly1305 mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/chacha20=vendor/golang.org/x/crypto/internal/chacha20 importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle importmap golang.org/x/crypto/poly1305=vendor/golang.org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/chacha20=$WORK/b114/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b115/_pkg_.a packagefile vendor/golang.org/x/crypto/poly1305=$WORK/b116/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "$WORK/b113=>" -shared -p vendor/golang.org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 9CuK1fzvFiYOS9fIpND6/9CuK1fzvFiYOS9fIpND6 -goversion go1.13.4 -D "" -importcfg $WORK/b113/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go ./xchacha20poly1305.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/66/66c71e435e72a5cb318ee524de4137fb31d5c9e7346ac61ea1e0458b4a0f49df-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b235/_pkg_.a # internal cp $WORK/b235/_pkg_.a /builddir/.cache/go-build/0a/0a80ce287d14802224376f9c92d969a0747e74eef7b0124ab1103d5413e95105-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/33/337539cf660213b883c51563a30d6cde84a770efeea677a62a55b649215c4d54-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/af/af379ed5fd0dcd818c2f1feeb2521d96b9e031da19dc1d04a86494b525af35e0-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/c5/c58d1e012f60b74db695b4ebc263cceda6f51bcec0a3932ec2dce2e9649b3eeb-d # internal net/url mkdir -p $WORK/b112/ github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go mkdir -p $WORK/b085/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF log mkdir -p $WORK/b123/ cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "$WORK/b112=>" -shared -p net/url -std -complete -installsuffix shared -buildid v1VyFcg7hgnpfpFlBel_/v1VyFcg7hgnpfpFlBel_ -goversion go1.13.4 -D "" -importcfg $WORK/b112/importcfg -pack ./url.go github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a EOF encoding/hex mkdir -p $WORK/b080/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "$WORK/b085=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go -complete -installsuffix shared -buildid E-gBM8NbY2twz_OseiIW/E-gBM8NbY2twz_OseiIW -goversion go1.13.4 -D "" -importcfg $WORK/b085/importcfg -pack ./version.go ./versioned.go cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "$WORK/b123=>" -shared -p log -std -complete -installsuffix shared -buildid sQL9fiYs7BJ6jK9j8C6a/sQL9fiYs7BJ6jK9j8C6a -goversion go1.13.4 -D "" -importcfg $WORK/b123/importcfg -pack ./log.go vendor/golang.org/x/net/http2/hpack mkdir -p $WORK/b157/ text/scanner github.com/containers/libpod/vendor/github.com/pkg/errors cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b136/ cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "$WORK/b080=>" -shared -p encoding/hex -std -complete -installsuffix shared -buildid rlsr6BnJw33ZBrDqPyJg/rlsr6BnJw33ZBrDqPyJg -goversion go1.13.4 -D "" -importcfg $WORK/b080/importcfg -pack ./hex.go mkdir -p $WORK/b166/ github.com/containers/libpod/vendor/github.com/buger/goterm github.com/containers/libpod/vendor/github.com/opencontainers/go-digest mkdir -p $WORK/b065/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b040/ cat >$WORK/b157/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b166/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF os/user cd /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "$WORK/b157=>" -shared -p vendor/golang.org/x/net/http2/hpack -std -complete -installsuffix shared -buildid NXN_Ok2XtWtm1Ch7ZLXf/NXN_Ok2XtWtm1Ch7ZLXf -goversion go1.13.4 -D "" -importcfg $WORK/b157/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go cat >$WORK/b065/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "$WORK/b136=>" -shared -p github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog -complete -installsuffix shared -buildid IHGjHDkD4l6Bv4Eq5ips/IHGjHDkD4l6Bv4Eq5ips -goversion go1.13.4 -D "" -importcfg $WORK/b136/importcfg -pack ./xlog.go cd /usr/lib/golang/src/text/scanner /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "$WORK/b166=>" -shared -p text/scanner -std -complete -installsuffix shared -buildid jU-xXdXMPsu9qJLjYFRy/jU-xXdXMPsu9qJLjYFRy -goversion go1.13.4 -D "" -importcfg $WORK/b166/importcfg -pack ./scanner.go cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile text/tabwriter=$WORK/b041/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "$WORK/b065=>" -shared -p github.com/containers/libpod/vendor/github.com/pkg/errors -complete -installsuffix shared -buildid T8k5PlYIpSOtSMrmYqOm/T8k5PlYIpSOtSMrmYqOm -goversion go1.13.4 -D "" -importcfg $WORK/b065/importcfg -pack ./errors.go ./stack.go mime/quotedprintable mkdir -p $WORK/b067/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/buger/goterm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -shared -p github.com/containers/libpod/vendor/github.com/buger/goterm -complete -installsuffix shared -buildid HFPuQGpyx3EQvUXEBMOf/HFPuQGpyx3EQvUXEBMOf -goversion go1.13.4 -D "" -importcfg $WORK/b040/importcfg -pack ./box.go ./plot.go ./table.go ./terminal.go ./terminal_sysioctl.go compress/flate mkdir -p $WORK/b046/ net/http/internal flag mkdir -p $WORK/b160/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/os/user CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b046/ -importpath os/user -- -I $WORK/b046/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_unix.go ./listgroups_unix.go github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fsutils github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers github.com/containers/libpod/vendor/github.com/mtrmac/gpgme mkdir -p $WORK/b148/ github.com/containers/libpod/vendor/github.com/docker/go-units encoding/json github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability mkdir -p $WORK/b162/ github.com/containers/libpod/vendor/github.com/containers/image/version cat >$WORK/b160/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/mistifyio/go-zfs cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/go-digest /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/go-digest -complete -installsuffix shared -buildid RVoodr4QsSM3_7vniO0b/RVoodr4QsSM3_7vniO0b -goversion go1.13.4 -D "" -importcfg $WORK/b067/importcfg -pack ./algorithm.go ./digest.go ./digester.go ./doc.go ./verifiers.go mime cat >$WORK/b148/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/vbatts/tar-split/archive/tar github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "$WORK/b148=>" -shared -p compress/flate -std -complete -installsuffix shared -buildid 9zQq6DsHnm42qKznDgU7/9zQq6DsHnm42qKznDgU7 -goversion go1.13.4 -D "" -importcfg $WORK/b148/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "$WORK/b160=>" -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid XuNSkY-HQXpXjTjs_3zg/XuNSkY-HQXpXjTjs_3zg -goversion go1.13.4 -D "" -importcfg $WORK/b160/importcfg -pack ./reader.go ./writer.go github.com/containers/libpod/vendor/github.com/klauspost/compress/flate github.com/containers/libpod/vendor/github.com/tchap/go-patricia/patricia mkdir -p $WORK/b202/ math/big cat >$WORK/b162/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b203/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b085/_pkg_.a # internal mkdir -p $WORK/b216/ cat >$WORK/b202/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "$WORK/b162=>" -shared -p net/http/internal -std -complete -installsuffix shared -buildid oWbQ3E8Zyp7ZzuteMAu8/oWbQ3E8Zyp7ZzuteMAu8 -goversion go1.13.4 -D "" -importcfg $WORK/b162/importcfg -pack ./chunked.go ./testcert.go vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b210/ cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "$WORK/b202=>" -shared -p flag -std -complete -installsuffix shared -buildid 4FUmcPZVMVr4MTrnLtYP/4FUmcPZVMVr4MTrnLtYP -goversion go1.13.4 -D "" -importcfg $WORK/b202/importcfg -pack ./flag.go cat >$WORK/b203/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cat >$WORK/b216/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a EOF mkdir -p $WORK/b184/ cat >$WORK/b210/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "$WORK/b203=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec -complete -installsuffix shared -buildid lWLc1zS-1okWXnfCgmbT/lWLc1zS-1okWXnfCgmbT -goversion go1.13.4 -D "" -importcfg $WORK/b203/importcfg -pack ./command_linux.go ./reexec.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "$WORK/b210=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers -complete -installsuffix shared -buildid 65oXFkoom5KE2hio7Wb2/65oXFkoom5KE2hio7Wb2 -goversion go1.13.4 -D "" -importcfg $WORK/b210/importcfg -pack ./parsers.go cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/ab/abd070b64c4524b3519b3836c2f4936115a75b52f8dcc7829b916ce1f81df6fc-d # internal mkdir -p $WORK/b171/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fsutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "$WORK/b216=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fsutils -complete -installsuffix shared -buildid GNOcPRh_HrpCbeJLKMo_/GNOcPRh_HrpCbeJLKMo_ -goversion go1.13.4 -D "" -importcfg $WORK/b216/importcfg -pack ./fsutils_linux.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme CGO_LDFLAGS='"-g" "-O2" "-lgpgme" "-lassuan" "-lgpg-error"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b184/ -importpath github.com/containers/libpod/vendor/github.com/mtrmac/gpgme -- -D_FILE_OFFSET_BITS=64 -I $WORK/b184/ -g -O2 ./data.go ./gpgme.go mkdir -p $WORK/b023/ mkdir -p $WORK/b204/ mkdir -p $WORK/b183/ cat >$WORK/b171/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b204/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cat >$WORK/b183/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "$WORK/b204=>" -shared -p github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability -complete -installsuffix shared -buildid UIZzjfBJ-1GJkWG6wYoh/UIZzjfBJ-1GJkWG6wYoh -goversion go1.13.4 -D "" -importcfg $WORK/b204/importcfg -pack ./capability.go ./capability_linux.go ./enum.go ./enum_gen.go ./syscall_linux.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "$WORK/b183=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/version -complete -installsuffix shared -buildid amZS4Jg2lJ2rH0IAqIrj/amZS4Jg2lJ2rH0IAqIrj -goversion go1.13.4 -D "" -importcfg $WORK/b183/importcfg -pack ./version.go cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf16=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b221/ cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "$WORK/b023=>" -shared -p encoding/json -std -complete -installsuffix shared -buildid yRJExpfCwnKL_yg-b3GC/yRJExpfCwnKL_yg-b3GC -goversion go1.13.4 -D "" -importcfg $WORK/b023/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/go-units /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "$WORK/b171=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/go-units -complete -installsuffix shared -buildid JBV_AOvKXH-vKf2AcPMx/JBV_AOvKXH-vKf2AcPMx -goversion go1.13.4 -D "" -importcfg $WORK/b171/importcfg -pack ./duration.go ./size.go ./ulimit.go cat >$WORK/b221/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b158/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mistifyio/go-zfs /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "$WORK/b221=>" -shared -p github.com/containers/libpod/vendor/github.com/mistifyio/go-zfs -complete -installsuffix shared -buildid MUzKFYqpj8oZRoSGOtcu/MUzKFYqpj8oZRoSGOtcu -goversion go1.13.4 -D "" -importcfg $WORK/b221/importcfg -pack ./error.go ./utils.go ./zfs.go ./zpool.go mkdir -p $WORK/b227/ mkdir -p $WORK/b230/ cat >$WORK/b158/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b133/ cat >$WORK/b227/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "$WORK/b158=>" -shared -p mime -std -complete -installsuffix shared -buildid OOLWKvFYnKtITMAGtjB5/OOLWKvFYnKtITMAGtjB5 -goversion go1.13.4 -D "" -importcfg $WORK/b158/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vbatts/tar-split/archive/tar /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "$WORK/b227=>" -shared -p github.com/containers/libpod/vendor/github.com/vbatts/tar-split/archive/tar -complete -installsuffix shared -buildid xi8eVK-wSNBzSS-KGUWP/xi8eVK-wSNBzSS-KGUWP -goversion go1.13.4 -D "" -importcfg $WORK/b227/importcfg -pack ./common.go ./reader.go ./stat_atim.go ./stat_unix.go ./writer.go cat >$WORK/b230/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile os=$WORK/b034/_pkg_.a EOF mkdir -p $WORK/b225/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "$WORK/b230=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go -complete -installsuffix shared -buildid I548T-ab8PxIt9OX_ZVZ/I548T-ab8PxIt9OX_ZVZ -goversion go1.13.4 -D "" -importcfg $WORK/b230/importcfg -pack ./config.go ./state.go ./version.go cat >$WORK/b225/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/klauspost/compress/flate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "$WORK/b133=>" -shared -p github.com/containers/libpod/vendor/github.com/klauspost/compress/flate -complete -installsuffix shared -buildid iaqEcP8e4lUn-9h0233u/iaqEcP8e4lUn-9h0233u -goversion go1.13.4 -D "" -importcfg $WORK/b133/importcfg -pack ./copy.go ./crc32_noasm.go ./deflate.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./reverse_bits.go ./snappy.go ./token.go mkdir -p $WORK/b079/ cat >$WORK/b079/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b079=>" -I $WORK/b079/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b079/symabis ./arith_arm64.s mkdir -p $WORK/b154/ cat >$WORK/b154/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/text/transform=$WORK/b152/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "$WORK/b154=>" -shared -p vendor/golang.org/x/text/unicode/norm -std -complete -installsuffix shared -buildid bafYT_e-5QtHanPg0KWB/bafYT_e-5QtHanPg0KWB -goversion go1.13.4 -D "" -importcfg $WORK/b154/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables11.0.0.go ./transform.go ./trie.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/tchap/go-patricia/patricia /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "$WORK/b225=>" -shared -p github.com/containers/libpod/vendor/github.com/tchap/go-patricia/patricia -complete -installsuffix shared -buildid sT-aQIfggELfuqfyUE0f/sT-aQIfggELfuqfyUE0f -goversion go1.13.4 -D "" -importcfg $WORK/b225/importcfg -pack ./children.go ./patricia.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b210/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang mkdir -p $WORK/b234/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b080/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang pkg-config --cflags -- libseccomp libseccomp /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b210/_pkg_.a /builddir/.cache/go-build/62/624f093e291b6fdb488354f3160039d3e595fcd6dabf21e005664351ccd9bf95-d # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/d8/d881d8c42f5f2eae11b5f0ef3b8ac6a63ecfbad4ca5d65780750a13370b31a07-d # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/9e/9ecabdf0ea9bf103398d831ccc5cb68007b367301bfc878427f159afd01a0ec4-d # internal github.com/containers/libpod/vendor/gopkg.in/cheggaaa/pb.v1 mkdir -p $WORK/b240/ vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b153/ github.com/containers/libpod/vendor/github.com/boltdb/bolt cat >$WORK/b240/importcfg << 'EOF' # internal # import config importmap github.com/mattn/go-runewidth=github.com/containers/libpod/vendor/github.com/mattn/go-runewidth importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mattn/go-runewidth=$WORK/b241/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b121/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/gopkg.in/cheggaaa/pb.v1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "$WORK/b240=>" -shared -p github.com/containers/libpod/vendor/gopkg.in/cheggaaa/pb.v1 -complete -installsuffix shared -buildid VCFeuCZkLYbYSaD2NXTu/VCFeuCZkLYbYSaD2NXTu -goversion go1.13.4 -D "" -importcfg $WORK/b240/importcfg -pack ./format.go ./pb.go ./pb_x.go ./pool.go ./pool_x.go ./reader.go ./runecount.go ./termios_sysv.go cat >$WORK/b153/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b097/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile hash/fnv=$WORK/b122/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile runtime/debug=$WORK/b124/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "$WORK/b153=>" -shared -p vendor/golang.org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid lotoTQ7w26YBBWfNTfgA/lotoTQ7w26YBBWfNTfgA -goversion go1.13.4 -D "" -importcfg $WORK/b153/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables11.0.0.go ./trieval.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang pkg-config --libs -- libseccomp libseccomp cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/boltdb/bolt /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "$WORK/b121=>" -shared -p github.com/containers/libpod/vendor/github.com/boltdb/bolt -complete -installsuffix shared -buildid Q2mIWXd2RsZ-8EEZ1T2N/Q2mIWXd2RsZ-8EEZ1T2N -goversion go1.13.4 -D "" -importcfg $WORK/b121/importcfg -pack ./bolt_arm64.go ./bolt_linux.go ./bolt_unix.go ./bucket.go ./cursor.go ./db.go ./doc.go ./errors.go ./freelist.go ./node.go ./page.go ./tx.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b216/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b065/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b160/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang CGO_LDFLAGS='"-g" "-O2" "-lseccomp"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b234/ -importpath github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang -- -I $WORK/b234/ -g -O2 ./seccomp.go ./seccomp_internal.go cp $WORK/b216/_pkg_.a /builddir/.cache/go-build/e3/e3c270ccccbe7668aad7eefecb662bbb507e5d2239d6fe62144c15ed3933fd92-d # internal cp $WORK/b160/_pkg_.a /builddir/.cache/go-build/04/040656b12013e57e671bdf4928b775b13ef42dd8fe7791a18a54d8368036f5a4-d # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/d1/d178ff1f129a75fc42febf4b23d7a4ba6554303200f2cb46dcfc623f648036d8-d # internal github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath mkdir -p $WORK/b064/ github.com/containers/libpod/vendor/github.com/BurntSushi/toml mkdir -p $WORK/b181/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/docker/pkg/mount cat >$WORK/b064/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a EOF mkdir -p $WORK/b254/ cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "$WORK/b079=>" -shared -p math/big -std -installsuffix shared -buildid azutEv3ZAngQ4XXEDQ5A/azutEv3ZAngQ4XXEDQ5A -goversion go1.13.4 -symabis $WORK/b079/symabis -D "" -importcfg $WORK/b079/importcfg -pack -asmhdr $WORK/b079/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "$WORK/b064=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath -complete -installsuffix shared -buildid CChodX8rADzWeasn70t6/CChodX8rADzWeasn70t6 -goversion go1.13.4 -D "" -importcfg $WORK/b064/importcfg -pack ./path.go cat >$WORK/b181/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b254/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b162/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/mount /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "$WORK/b254=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/mount -complete -installsuffix shared -buildid ZV9yRTJvH3WuBsOZpP4j/ZV9yRTJvH3WuBsOZpP4j -goversion go1.13.4 -D "" -importcfg $WORK/b254/importcfg -pack ./flags.go ./flags_linux.go ./mount.go ./mounter_linux.go ./mountinfo.go ./mountinfo_linux.go ./sharedsubtree_linux.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/a1/a1219b8d2dedc555d6e64a6d9dd749c0f3568645a577f0ffb0b00d63dfcf7cfa-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b166/_pkg_.a # internal cp $WORK/b166/_pkg_.a /builddir/.cache/go-build/c8/c8c50377ac7a4e9d3cbd5c9512651aa2d95b13f61b0aa7f696adf4acc6f28099-d # internal github.com/containers/libpod/vendor/github.com/containers/image/oci/internal mkdir -p $WORK/b141/ cat >$WORK/b141/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/oci/internal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "$WORK/b141=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/oci/internal -complete -installsuffix shared -buildid lggfWhFjCGmMy-dfSW7O/lggfWhFjCGmMy-dfSW7O -goversion go1.13.4 -D "" -importcfg $WORK/b141/importcfg -pack ./oci_util.go cp $WORK/b162/_pkg_.a /builddir/.cache/go-build/e3/e3bb3d97616ea5c0171179ef113ec54d01adb9817541877e651a7a1ff08a0151-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/BurntSushi/toml /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "$WORK/b181=>" -shared -p github.com/containers/libpod/vendor/github.com/BurntSushi/toml -complete -installsuffix shared -buildid m2kVZI7pghpCvDy-98RZ/m2kVZI7pghpCvDy-98RZ -goversion go1.13.4 -D "" -importcfg $WORK/b181/importcfg -pack ./decode.go ./decode_meta.go ./doc.go ./encode.go ./encoding_types.go ./lex.go ./parse.go ./type_check.go ./type_fields.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b203/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b183/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b067/_pkg_.a # internal cd $WORK/b052 TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b171/_pkg_.a # internal cp $WORK/b183/_pkg_.a /builddir/.cache/go-build/da/da9020a4220f8a521d7c105735979b07b516dcd046b9ea7611d228e56818fffb-d # internal github.com/containers/libpod/vendor/github.com/ulikunitz/xz/lzma mkdir -p $WORK/b137/ cp $WORK/b203/_pkg_.a /builddir/.cache/go-build/e3/e3e2fd7555806146d36d6116d0a9afd2dd8f7e9ae3ce7b97ba0f22db3e257364-d # internal github.com/containers/libpod/vendor/gopkg.in/yaml.v2 mkdir -p $WORK/b268/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b064/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/docker/docker/api/types/blkiodev mkdir -p $WORK/b274/ cat >$WORK/b268/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cp $WORK/b171/_pkg_.a /builddir/.cache/go-build/5f/5f3c769af771a542b8c8283733674b494a61ff2d35b2907069175dcad90229fa-d # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/1c/1c36c21d3e3dd3e5e9cd9d2b784799a23aa4c750d9255e94a42e7fb30a3091be-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/api/types/time mkdir -p $WORK/b286/ cat >$WORK/b274/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/gopkg.in/yaml.v2 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "$WORK/b268=>" -shared -p github.com/containers/libpod/vendor/gopkg.in/yaml.v2 -complete -installsuffix shared -buildid 6q5DuwM-shoIOYoWWAWl/6q5DuwM-shoIOYoWWAWl -goversion go1.13.4 -D "" -importcfg $WORK/b268/importcfg -pack ./apic.go ./decode.go ./emitterc.go ./encode.go ./parserc.go ./readerc.go ./resolve.go ./scannerc.go ./sorter.go ./writerc.go ./yaml.go ./yamlh.go ./yamlprivateh.go cat >$WORK/b286/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b137/importcfg << 'EOF' # internal # import config importmap github.com/ulikunitz/xz/internal/hash=github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/hash importmap github.com/ulikunitz/xz/internal/xlog=github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/hash=$WORK/b138/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog=$WORK/b136/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/time /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "$WORK/b286=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/time -complete -installsuffix shared -buildid gxam3RFIGQLI7vG00JSJ/gxam3RFIGQLI7vG00JSJ -goversion go1.13.4 -D "" -importcfg $WORK/b286/importcfg -pack ./duration_convert.go ./timestamp.go github.com/containers/libpod/vendor/github.com/imdario/mergo mkdir -p $WORK/b291/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/blkiodev /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "$WORK/b274=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/blkiodev -complete -installsuffix shared -buildid 7xoGivuG1Kh-RqJNnSXa/7xoGivuG1Kh-RqJNnSXa -goversion go1.13.4 -D "" -importcfg $WORK/b274/importcfg -pack ./blkio.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ulikunitz/xz/lzma /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "$WORK/b137=>" -shared -p github.com/containers/libpod/vendor/github.com/ulikunitz/xz/lzma -complete -installsuffix shared -buildid EEW0v8fyTR3a9_95zB6C/EEW0v8fyTR3a9_95zB6C -goversion go1.13.4 -D "" -importcfg $WORK/b137/importcfg -pack ./bintree.go ./bitops.go ./breader.go ./buffer.go ./bytewriter.go ./decoder.go ./decoderdict.go ./directcodec.go ./distcodec.go ./encoder.go ./encoderdict.go ./hashtable.go ./header.go ./header2.go ./lengthcodec.go ./literalcodec.go ./matchalgorithm.go ./operation.go ./prob.go ./properties.go ./rangecodec.go ./reader.go ./reader2.go ./state.go ./treecodecs.go ./writer.go ./writer2.go cat >$WORK/b291/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/imdario/mergo /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "$WORK/b291=>" -shared -p github.com/containers/libpod/vendor/github.com/imdario/mergo -complete -installsuffix shared -buildid DyV9LB3CSRN3pUI_gMRh/DyV9LB3CSRN3pUI_gMRh -goversion go1.13.4 -D "" -importcfg $WORK/b291/importcfg -pack ./doc.go ./map.go ./merge.go ./mergo.go github.com/containers/libpod/vendor/github.com/containers/image/docker/reference mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/docker/reference /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/docker/reference -complete -installsuffix shared -buildid gOL1Nhjq7u_8cTx8ZPx9/gOL1Nhjq7u_8cTx8ZPx9 -goversion go1.13.4 -D "" -importcfg $WORK/b066/importcfg -pack ./helpers.go ./normalize.go ./reference.go ./regexp.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b141/_pkg_.a # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/e5/e5ac7c335a4ab5042f383e6a3fb70d1104a80c58c2f8814b8f8f442d13beb1cd-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go=$WORK/b085/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "$WORK/b084=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 -complete -installsuffix shared -buildid 6KseQFtd5CKuEsFxGqtw/6KseQFtd5CKuEsFxGqtw -goversion go1.13.4 -D "" -importcfg $WORK/b084/importcfg -pack ./annotations.go ./config.go ./descriptor.go ./index.go ./layout.go ./manifest.go ./mediatype.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/1a/1a13d94b8ca6d3bb3073228df51fb31cf304bf7aaf022e751af56d8504de9f4a-d # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/7e/7e53cefa7c11542b10689c5d8331b19a319ba35ca8dc80365df2b1e861441ac8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b230/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b274/_pkg_.a # internal github.com/containers/libpod/vendor/golang.org/x/net/http2/hpack mkdir -p $WORK/b293/ cat >$WORK/b293/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cp $WORK/b274/_pkg_.a /builddir/.cache/go-build/18/18197791643d0cc1a33a3ce4e2ffbce30bd5493466048ea7699283498ef3ad5a-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "$WORK/b293=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/http2/hpack -complete -installsuffix shared -buildid hmeRRCwjj0toWT2LdkrG/hmeRRCwjj0toWT2LdkrG -goversion go1.13.4 -D "" -importcfg $WORK/b293/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go cp $WORK/b230/_pkg_.a /builddir/.cache/go-build/0d/0d26d91d75a82fe6d41fcec6ab323c6d70b0fb1931496d24e616fa80c53a0b69-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b157/_pkg_.a # internal github.com/containers/libpod/vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b297/ cat >$WORK/b297/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b097/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/distribution/digestset mkdir -p $WORK/b257/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "$WORK/b297=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/unicode/bidi -complete -installsuffix shared -buildid y23sjH18ufDLw4E9GpAr/y23sjH18ufDLw4E9GpAr -goversion go1.13.4 -D "" -importcfg $WORK/b297/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go cat >$WORK/b257/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b298/ cp $WORK/b157/_pkg_.a /builddir/.cache/go-build/bf/bfbf6ce066e2bb27fb82e33b2631b077d776608d3cf75f81eedb332d62301c5b-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/digestset /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "$WORK/b257=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/digestset -complete -installsuffix shared -buildid _UBHcC8s1LtEVnQKLqXO/_UBHcC8s1LtEVnQKLqXO -goversion go1.13.4 -D "" -importcfg $WORK/b257/importcfg -pack ./set.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b225/_pkg_.a # internal cd $WORK/b052 TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_linux.cgo2.c cat >$WORK/b298/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/containers/libpod/vendor/golang.org/x/text/transform packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/transform=$WORK/b296/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "$WORK/b298=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid evM0CC2HJ7c-Bf8FUUhy/evM0CC2HJ7c-Bf8FUUhy -goversion go1.13.4 -D "" -importcfg $WORK/b298/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b225/_pkg_.a /builddir/.cache/go-build/65/65e0f923c969307838671e2f9816ce741b21899d6db1ca4c219e30b6b7fbe2aa-d # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/b2/b27e50980ed23cc762d516e136b23bd804cdd2c67dc0fd86bb1ed5aef3e6dd96-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex mkdir -p $WORK/b224/ github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal mkdir -p $WORK/b306/ cat >$WORK/b224/importcfg << 'EOF' # internal # import config importmap github.com/tchap/go-patricia/patricia=github.com/containers/libpod/vendor/github.com/tchap/go-patricia/patricia packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/tchap/go-patricia/patricia=$WORK/b225/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "$WORK/b224=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex -complete -installsuffix shared -buildid 5ZALMzT-XZzuC6KaqUyD/5ZALMzT-XZzuC6KaqUyD -goversion go1.13.4 -D "" -importcfg $WORK/b224/importcfg -pack ./truncindex.go cat >$WORK/b306/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "$WORK/b306=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal -complete -installsuffix shared -buildid n1aEGZD4CAFsO0vl1bWR/n1aEGZD4CAFsO0vl1bWR -goversion go1.13.4 -D "" -importcfg $WORK/b306/importcfg -pack ./signal.go ./signal_linux.go ./signal_unix.go ./trap.go github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject mkdir -p $WORK/b302/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject pkg-config --cflags -- glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/d0/d08e4f9f0b8062ead7c286697b27b4388016cd6cdba7045561de15ded4b98e84-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate/seccomp mkdir -p $WORK/b309/ cat >$WORK/b309/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate/seccomp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "$WORK/b309=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate/seccomp -complete -installsuffix shared -buildid ncPacye_-Sfg9pseUC0E/ncPacye_-Sfg9pseUC0E -goversion go1.13.4 -D "" -importcfg $WORK/b309/importcfg -pack ./consts.go ./parse_action.go ./parse_architecture.go ./parse_arguments.go ./parse_remove.go ./seccomp_default.go ./seccomp_default_linux.go ./syscall_compare.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject pkg-config --libs -- glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 glib-2.0 gobject-2.0 CGO_LDFLAGS='"-g" "-O2" "-lgobject-2.0" "-lglib-2.0"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b302/ -importpath github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -- -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I $WORK/b302/ -g -O2 ./gboolean.go ./gcancellable.go ./gerror.go ./gfile.go ./gfileinfo.go ./ghashtable.go ./ghashtableiter.go ./glibobject.go ./gobject.go ./goptioncontext.go ./gvariant.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b202/_pkg_.a # internal cp $WORK/b202/_pkg_.a /builddir/.cache/go-build/65/65357c2f2a0810781ebe5899669a1baba7a1b4570f2c356b6419e57736b911d6-d # internal database/sql/driver mkdir -p $WORK/b312/ cat >$WORK/b312/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b019/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/database/sql/driver /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "$WORK/b312=>" -shared -p database/sql/driver -std -complete -installsuffix shared -buildid Jc9N3GzCiPonazOKvgdd/Jc9N3GzCiPonazOKvgdd -goversion go1.13.4 -D "" -importcfg $WORK/b312/importcfg -pack ./driver.go ./types.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b221/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b204/_pkg_.a # internal cp $WORK/b221/_pkg_.a /builddir/.cache/go-build/b8/b8010d48a74f50c474fc0e63d49300c72e955fdb3c364cbf19c231fd8178a4ae-d # internal github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror mkdir -p $WORK/b313/ cp $WORK/b204/_pkg_.a /builddir/.cache/go-build/a1/a14d25ebc1785875a7e6b31fc149fc3e8f0560a83970a3a24a92df406f840125-d # internal cat >$WORK/b313/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/errwrap=github.com/containers/libpod/vendor/github.com/hashicorp/errwrap packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/hashicorp/errwrap=$WORK/b314/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "$WORK/b313=>" -shared -p github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror -complete -installsuffix shared -buildid SpCKLB1U8N1ixbkC0zeX/SpCKLB1U8N1ixbkC0zeX -goversion go1.13.4 -D "" -importcfg $WORK/b313/importcfg -pack ./append.go ./flatten.go ./format.go ./multierror.go ./prefix.go github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/filepath mkdir -p $WORK/b315/ cat >$WORK/b315/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/filepath /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "$WORK/b315=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/filepath -complete -installsuffix shared -buildid xNaZtIHoA61B-OAK0-q4/xNaZtIHoA61B-OAK0-q4 -goversion go1.13.4 -D "" -importcfg $WORK/b315/importcfg -pack ./abs.go ./ancestor.go ./clean.go ./doc.go ./join.go ./separator.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b291/_pkg_.a # internal cp $WORK/b291/_pkg_.a /builddir/.cache/go-build/76/764263036f68a5aa70c7073366f95bb3bcf7af4a5da6cd4ed5f1b93b37ecb89b-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/error mkdir -p $WORK/b317/ cat >$WORK/b317/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/error /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "$WORK/b317=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/error -complete -installsuffix shared -buildid TkM8RLE_sisBwwSG8yQI/TkM8RLE_sisBwwSG8yQI -goversion go1.13.4 -D "" -importcfg $WORK/b317/importcfg -pack ./error.go cd $WORK/b052 TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c cgo_resnew.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b286/_pkg_.a # internal cp $WORK/b286/_pkg_.a /builddir/.cache/go-build/86/861f54fede371266513cadc5f9592c8d22bae12481eb0c3937517caf2cd98f2f-d # internal github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonpointer mkdir -p $WORK/b320/ cat >$WORK/b320/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonpointer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "$WORK/b320=>" -shared -p github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonpointer -complete -installsuffix shared -buildid KzJyRoz8JHNHjIQdB3NQ/KzJyRoz8JHNHjIQdB3NQ -goversion go1.13.4 -D "" -importcfg $WORK/b320/importcfg -pack ./pointer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b240/_pkg_.a # internal cp $WORK/b240/_pkg_.a /builddir/.cache/go-build/be/bef661c96d754ed723942ffac164b7ec8e29f57fb90c7d28dae9c4e747372d0a-d # internal text/template/parse mkdir -p $WORK/b322/ cat >$WORK/b322/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/text/template/parse /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "$WORK/b322=>" -shared -p text/template/parse -std -complete -installsuffix shared -buildid OmuCAhM_dKWT89CjvkL1/OmuCAhM_dKWT89CjvkL1 -goversion go1.13.4 -D "" -importcfg $WORK/b322/importcfg -pack ./lex.go ./node.go ./parse.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b224/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b313/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b257/_pkg_.a # internal cp $WORK/b313/_pkg_.a /builddir/.cache/go-build/d9/d9267169ee58f04eff8b82c94a33cb0b8e9296b2b8a644e523681a3f8a28452d-d # internal cp $WORK/b224/_pkg_.a /builddir/.cache/go-build/00/0085fb0ea2c0cab550287096628106c594ef384c24105a42b5e1fcfb50493134-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b066/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/Nvveen/Gotty mkdir -p $WORK/b333/ github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term cp $WORK/b257/_pkg_.a /builddir/.cache/go-build/d8/d8971f7cbb73e25f70ff75397b2eb4339e434e8990f8ec1fd2f8a20e0c88e657-d # internal mkdir -p $WORK/b334/ cat >$WORK/b333/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/Nvveen/Gotty /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "$WORK/b333=>" -shared -p github.com/containers/libpod/vendor/github.com/Nvveen/Gotty -complete -installsuffix shared -buildid 47E6P5WUI4PN163KX3-g/47E6P5WUI4PN163KX3-g -goversion go1.13.4 -D "" -importcfg $WORK/b333/importcfg -pack ./attributes.go ./gotty.go ./parser.go ./types.go cat >$WORK/b334/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/distribution/reference mkdir -p $WORK/b256/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "$WORK/b334=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term -complete -installsuffix shared -buildid gZPDxxXVw-9e5945AoPS/gZPDxxXVw-9e5945AoPS -goversion go1.13.4 -D "" -importcfg $WORK/b334/importcfg -pack ./ascii.go ./proxy.go ./tc.go ./term.go ./termios_linux.go ./winsize.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b254/_pkg_.a # internal cat >$WORK/b256/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/digestset=github.com/containers/libpod/vendor/github.com/docker/distribution/digestset importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/digestset=$WORK/b257/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/42/4214c516c97863f2e04447c4b492910ceffacf1940902f60268c49ac2042fdde-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b158/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/reference /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "$WORK/b256=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/reference -complete -installsuffix shared -buildid r_1-vvgsYkTWw7xO4eAN/r_1-vvgsYkTWw7xO4eAN -goversion go1.13.4 -D "" -importcfg $WORK/b256/importcfg -pack ./helpers.go ./normalize.go ./reference.go ./regexp.go github.com/containers/libpod/vendor/github.com/containers/image/types mkdir -p $WORK/b083/ cat >$WORK/b083/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile context=$WORK/b019/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/types /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "$WORK/b083=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/types -complete -installsuffix shared -buildid goF3z2TG1p2u4_PUYa0d/goF3z2TG1p2u4_PUYa0d -goversion go1.13.4 -D "" -importcfg $WORK/b083/importcfg -pack ./types.go cp $WORK/b254/_pkg_.a /builddir/.cache/go-build/d9/d9f13b31a4fc20c92409fe36855709e3b66d78296800a347809163a6443b6ebb-d # internal github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration mkdir -p $WORK/b246/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b317/_pkg_.a # internal cat >$WORK/b246/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "$WORK/b246=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration -complete -installsuffix shared -buildid OfCuWhGutSumxK3fHA0M/OfCuWhGutSumxK3fHA0M -goversion go1.13.4 -D "" -importcfg $WORK/b246/importcfg -pack ./naming.go cp $WORK/b317/_pkg_.a /builddir/.cache/go-build/1c/1ce14fa12cc71c9901ec1a9b4a3c36584954392c0d667b8d356fe710476a6f44-d # internal cp $WORK/b158/_pkg_.a /builddir/.cache/go-build/ff/ffc4b9ec7ce379153bfac92e860e38dfad88654561c44ec1e7c03c61b6835133-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/specerror mkdir -p $WORK/b316/ cat >$WORK/b316/importcfg << 'EOF' # internal # import config importmap github.com/hashicorp/go-multierror=github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror importmap github.com/opencontainers/runtime-tools/error=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/error packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror=$WORK/b313/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/error=$WORK/b317/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/specerror /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "$WORK/b316=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/specerror -complete -installsuffix shared -buildid YoEZe7QP9rvOUYsnHcsw/YoEZe7QP9rvOUYsnHcsw -goversion go1.13.4 -D "" -importcfg $WORK/b316/importcfg -pack ./bundle.go ./config-linux.go ./config-windows.go ./config.go ./error.go ./runtime-linux.go ./runtime.go github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system mkdir -p $WORK/b252/ cat >$WORK/b252/importcfg << 'EOF' # internal # import config importmap github.com/containerd/continuity/pathdriver=github.com/containers/libpod/vendor/github.com/containerd/continuity/pathdriver importmap github.com/docker/docker/pkg/mount=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/mount importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containerd/continuity/pathdriver=$WORK/b253/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/mount=$WORK/b254/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "$WORK/b252=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system -complete -installsuffix shared -buildid kKkzwBPnLAuFn_rH2h-v/kKkzwBPnLAuFn_rH2h-v -goversion go1.13.4 -D "" -importcfg $WORK/b252/importcfg -pack ./chtimes.go ./chtimes_unix.go ./errors.go ./exitcode.go ./filesys.go ./init.go ./init_unix.go ./lcow.go ./lcow_unix.go ./lstat_unix.go ./meminfo.go ./meminfo_linux.go ./mknod.go ./path.go ./process_unix.go ./rm.go ./stat_linux.go ./stat_unix.go ./syscall_unix.go ./umask.go ./utimes_linux.go ./xattrs_linux.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b306/_pkg_.a # internal cp $WORK/b306/_pkg_.a /builddir/.cache/go-build/cc/ccc3895123ee9c602a05554653ec9c04afe0e297dac794ad2fdef4d9172ef454-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stdcopy mkdir -p $WORK/b335/ cat >$WORK/b335/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stdcopy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "$WORK/b335=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stdcopy -complete -installsuffix shared -buildid Pw9UqpSCwzhwXLBHR76L/Pw9UqpSCwzhwXLBHR76L -goversion go1.13.4 -D "" -importcfg $WORK/b335/importcfg -pack ./stdcopy.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b320/_pkg_.a # internal cp $WORK/b320/_pkg_.a /builddir/.cache/go-build/9a/9aadfdb828b6c45bd6892f6ba67753dc3e7658ae218c67ceb49fdafc4d168a96-d # internal github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonreference mkdir -p $WORK/b319/ cat >$WORK/b319/importcfg << 'EOF' # internal # import config importmap github.com/xeipuuv/gojsonpointer=github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonpointer packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonpointer=$WORK/b320/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonreference /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "$WORK/b319=>" -shared -p github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonreference -complete -installsuffix shared -buildid _klj9GdtazaSLesxnqZm/_klj9GdtazaSLesxnqZm -goversion go1.13.4 -D "" -importcfg $WORK/b319/importcfg -pack ./reference.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/01/019cf451b998a6a08fa6d1c378177456c948b7e37fe1a152ce136eccd7bc16cc-d # internal compress/gzip mkdir -p $WORK/b147/ cat >$WORK/b147/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile compress/flate=$WORK/b148/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile hash/crc32=$WORK/b134/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "$WORK/b147=>" -shared -p compress/gzip -std -complete -installsuffix shared -buildid Qfefqb_absIy_t9kP1A5/Qfefqb_absIy_t9kP1A5 -goversion go1.13.4 -D "" -importcfg $WORK/b147/importcfg -pack ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b315/_pkg_.a # internal cd $WORK/b052 TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c cgo_socknew.cgo2.c cp $WORK/b315/_pkg_.a /builddir/.cache/go-build/f4/f4c32e99a3ac7e6289f4373062e871a3e5e8851bdd0c4811b1240e56452b0b49-d # internal compress/zlib mkdir -p $WORK/b189/ cat >$WORK/b189/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile compress/flate=$WORK/b148/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile hash/adler32=$WORK/b190/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/compress/zlib /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "$WORK/b189=>" -shared -p compress/zlib -std -complete -installsuffix shared -buildid fWdg5Xh9oQWXT5artUkA/fWdg5Xh9oQWXT5artUkA -goversion go1.13.4 -D "" -importcfg $WORK/b189/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b319/_pkg_.a # internal cp $WORK/b319/_pkg_.a /builddir/.cache/go-build/5c/5ca417a8f9c51d1f5a035fe62f25c6c2944ebc5bbf6819ed73640e10be605673-d # internal github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/signal mkdir -p $WORK/b336/ cat >$WORK/b336/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b227/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/signal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "$WORK/b336=>" -shared -p github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/signal -complete -installsuffix shared -buildid fEyIcKV09pT-3Bkun5Lo/fEyIcKV09pT-3Bkun5Lo -goversion go1.13.4 -D "" -importcfg $WORK/b336/importcfg -pack ./signal.go ./signals.go cp $WORK/b227/_pkg_.a /builddir/.cache/go-build/9d/9d673e828c8e693ffebd9f6724f3622d027c20106f919a252510808b29d552f5-d # internal github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns mkdir -p $WORK/b351/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b153/_pkg_.a # internal cat >$WORK/b351/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "$WORK/b351=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns -complete -installsuffix shared -buildid _wr3iJZX-3RjyjF0jlaI/_wr3iJZX-3RjyjF0jlaI -goversion go1.13.4 -D "" -importcfg $WORK/b351/importcfg -pack ./ns_linux.go cp $WORK/b153/_pkg_.a /builddir/.cache/go-build/72/7271753853cb37846f64bf390e83538e1515a0b248b02c8331e3152a3c1d34fa-d # internal vendor/golang.org/x/text/secure/bidirule mkdir -p $WORK/b151/ cat >$WORK/b151/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/text/transform=$WORK/b152/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b153/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "$WORK/b151=>" -shared -p vendor/golang.org/x/text/secure/bidirule -std -complete -installsuffix shared -buildid OXBRGj2crREx-SMPlxxA/OXBRGj2crREx-SMPlxxA -goversion go1.13.4 -D "" -importcfg $WORK/b151/importcfg -pack ./bidirule.go ./bidirule10.0.0.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b334/_pkg_.a # internal cp $WORK/b334/_pkg_.a /builddir/.cache/go-build/fd/fdea8b47c869453279401a3e8bd9319d6949da4c2535e28303f3ffc6634fe57d-d # internal github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify mkdir -p $WORK/b355/ cat >$WORK/b355/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "$WORK/b355=>" -shared -p github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify -complete -installsuffix shared -buildid 9XYJnwhDz316BkAz-0VB/9XYJnwhDz316BkAz-0VB -goversion go1.13.4 -D "" -importcfg $WORK/b355/importcfg -pack ./fsnotify.go ./inotify.go ./inotify_poller.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b335/_pkg_.a # internal cp $WORK/b335/_pkg_.a /builddir/.cache/go-build/cc/ccf1e3bc125b872cf74129c0d3227492c261a23fc638cadf934686ca32755c49-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b246/_pkg_.a # internal github.com/containers/libpod/vendor/golang.org/x/text/language mkdir -p $WORK/b375/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b316/_pkg_.a # internal cp $WORK/b246/_pkg_.a /builddir/.cache/go-build/ff/ffa10ebd0542c9fb4e759baf4824c94a461245c90fcece905230e4c9df05cdd3-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b083/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/davecgh/go-spew/spew mkdir -p $WORK/b378/ cat >$WORK/b378/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/davecgh/go-spew/spew /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "$WORK/b378=>" -shared -p github.com/containers/libpod/vendor/github.com/davecgh/go-spew/spew -complete -installsuffix shared -buildid FDlAUxdHo9OzeismYK2D/FDlAUxdHo9OzeismYK2D -goversion go1.13.4 -D "" -importcfg $WORK/b378/importcfg -pack ./bypass.go ./common.go ./config.go ./doc.go ./dump.go ./format.go ./spew.go cp $WORK/b316/_pkg_.a /builddir/.cache/go-build/0d/0d3915514e2a1033c04fb9194a557e9baddbd21a194328b9514583df6f3da08b-d # internal github.com/containers/libpod/vendor/github.com/pmezard/go-difflib/difflib mkdir -p $WORK/b379/ cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/75/75d995d361e10b4f2db6c9b0ac40b7fdbccb3ad8e2c3b8f2d322663a4e3104d6-d # internal cat >$WORK/b379/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/containers/image/transports mkdir -p $WORK/b126/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/pmezard/go-difflib/difflib /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "$WORK/b379=>" -shared -p github.com/containers/libpod/vendor/github.com/pmezard/go-difflib/difflib -complete -installsuffix shared -buildid P3E1loLf8dvIEtXdkb_9/P3E1loLf8dvIEtXdkb_9 -goversion go1.13.4 -D "" -importcfg $WORK/b379/importcfg -pack ./difflib.go cat >$WORK/b375/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/internal/tag=github.com/containers/libpod/vendor/golang.org/x/text/internal/tag packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/internal/tag=$WORK/b376/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b336/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b293/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/language /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "$WORK/b375=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/language -complete -installsuffix shared -buildid -c42J9gmhhBiNTQTryIE/-c42J9gmhhBiNTQTryIE -goversion go1.13.4 -D "" -importcfg $WORK/b375/importcfg -pack ./common.go ./coverage.go ./go1_2.go ./index.go ./language.go ./lookup.go ./match.go ./parse.go ./tables.go ./tags.go cd $WORK/b052 TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x005.o -c cgo_unix.cgo2.c cat >$WORK/b126/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/transports /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "$WORK/b126=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/transports -complete -installsuffix shared -buildid k4XFXtuV7PC5FNUPQKt-/k4XFXtuV7PC5FNUPQKt- -goversion go1.13.4 -D "" -importcfg $WORK/b126/importcfg -pack ./stub.go ./transports.go cp $WORK/b336/_pkg_.a /builddir/.cache/go-build/b2/b2d9a9753fbea0fc1bae1409eb123598d6a5f47ae7cd8c44091f318676533296-d # internal cp $WORK/b293/_pkg_.a /builddir/.cache/go-build/33/3331603967e2777cc707580ef71e274ca63362dd0d16439ac3517baafa7521ab-d # internal github.com/containers/libpod/libpod/common mkdir -p $WORK/b357/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b189/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b312/_pkg_.a # internal encoding/csv mkdir -p $WORK/b388/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b297/_pkg_.a # internal cat >$WORK/b357/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod/common /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "$WORK/b357=>" -shared -p github.com/containers/libpod/libpod/common -complete -installsuffix shared -buildid FnV_ZTOCkVAr9PSHT89Q/FnV_ZTOCkVAr9PSHT89Q -goversion go1.13.4 -D "" -importcfg $WORK/b357/importcfg -pack ./common.go ./signing_options.go cat >$WORK/b388/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b147/_pkg_.a # internal cp $WORK/b189/_pkg_.a /builddir/.cache/go-build/a5/a52bb5f8f8ec1611e1a608ba70a3cf9ea9545b74f49a78777748077365220f32-d # internal github.com/containers/libpod/vendor/github.com/google/gofuzz mkdir -p $WORK/b391/ cp $WORK/b312/_pkg_.a /builddir/.cache/go-build/bf/bf5097160f7241d0d354254670d4185bf854332c4bfa06ffa2c355de0d1fa225-d # internal cat >$WORK/b391/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect mkdir -p $WORK/b393/ cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/a5/a50262ce45f89b2fa5c052a0302b7bd7f88be207105881289dee3bb87ddc0f78-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/google/gofuzz /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "$WORK/b391=>" -shared -p github.com/containers/libpod/vendor/github.com/google/gofuzz -complete -installsuffix shared -buildid qapOVMTjCDMkYJB06SSU/qapOVMTjCDMkYJB06SSU -goversion go1.13.4 -D "" -importcfg $WORK/b391/importcfg -pack ./doc.go ./fuzz.go cd /usr/lib/golang/src/encoding/csv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "$WORK/b388=>" -shared -p encoding/csv -std -complete -installsuffix shared -buildid 6xb3WCVlxH9oS2UedCrd/6xb3WCVlxH9oS2UedCrd -goversion go1.13.4 -D "" -importcfg $WORK/b388/importcfg -pack ./reader.go ./writer.go cat >$WORK/b393/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields cp $WORK/b297/_pkg_.a /builddir/.cache/go-build/a9/a9f63640614b85892560ad81a6056eef6b031fd26070148e1f5c44233c09ef5b-d # internal mkdir -p $WORK/b394/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "$WORK/b393=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect -complete -installsuffix shared -buildid AJwaU1FtEIg7fS8Xw0PX/AJwaU1FtEIg7fS8Xw0PX -goversion go1.13.4 -D "" -importcfg $WORK/b393/importcfg -pack ./deep_equal.go github.com/containers/libpod/vendor/golang.org/x/text/secure/bidirule cat >$WORK/b394/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/selection=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection=$WORK/b395/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b295/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "$WORK/b394=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields -complete -installsuffix shared -buildid 9LRssZgxFYaS9TKnk7NM/9LRssZgxFYaS9TKnk7NM -goversion go1.13.4 -D "" -importcfg $WORK/b394/importcfg -pack ./doc.go ./fields.go ./requirements.go ./selector.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b151/_pkg_.a # internal cat >$WORK/b295/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/containers/libpod/vendor/golang.org/x/text/transform importmap golang.org/x/text/unicode/bidi=github.com/containers/libpod/vendor/golang.org/x/text/unicode/bidi packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/transform=$WORK/b296/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/unicode/bidi=$WORK/b297/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b351/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "$WORK/b295=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/secure/bidirule -complete -installsuffix shared -buildid D7mm7-s1Nub9wcYelFRY/D7mm7-s1Nub9wcYelFRY -goversion go1.13.4 -D "" -importcfg $WORK/b295/importcfg -pack ./bidirule.go cp $WORK/b351/_pkg_.a /builddir/.cache/go-build/47/478050a3c1bc1d132c0ffc974c345c0e46f5dd9dd2a9d53501867c7eeaf3030f-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors mkdir -p $WORK/b400/ cat >$WORK/b400/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "$WORK/b400=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors -complete -installsuffix shared -buildid Xplrm5suKYSteZ9nb7_c/Xplrm5suKYSteZ9nb7_c -goversion go1.13.4 -D "" -importcfg $WORK/b400/importcfg -pack ./doc.go ./errors.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b333/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b256/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b357/_pkg_.a # internal cp $WORK/b151/_pkg_.a /builddir/.cache/go-build/f6/f6ff9cb0a4a80e7393f1ea0139c201193d20c5954bf0cc8e92f5fc8ef1fbd0b5-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b126/_pkg_.a # internal go/token mkdir -p $WORK/b404/ cp $WORK/b357/_pkg_.a /builddir/.cache/go-build/17/1781d12c3f18b52b357b26a6c6278882cd8e79149364d8f46c5c5d3497d68c0a-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion/queryparams mkdir -p $WORK/b408/ cat >$WORK/b404/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/go/token /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "$WORK/b404=>" -shared -p go/token -std -complete -installsuffix shared -buildid UQ-b1LoyWz0_5efDxsNh/UQ-b1LoyWz0_5efDxsNh -goversion go1.13.4 -D "" -importcfg $WORK/b404/importcfg -pack ./position.go ./serialize.go ./token.go cat >$WORK/b408/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cp $WORK/b333/_pkg_.a /builddir/.cache/go-build/d0/d0036124e5783b17a86ab21ab158002b8f0d4688190b47c3b79875be5f5864aa-d # internal cp $WORK/b256/_pkg_.a /builddir/.cache/go-build/d8/d8df45cefdb918ea2a1a4693f7c327a923f375ccd741da25573b0f9c5fa4987c-d # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/4b/4bb421fdbfb87af916088593396ed49dc02129e4dd7de686a5ca980999e855b7-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion/queryparams /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "$WORK/b408=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion/queryparams -complete -installsuffix shared -buildid ScHLiI7zwHENU712D8HT/ScHLiI7zwHENU712D8HT -goversion go1.13.4 -D "" -importcfg $WORK/b408/importcfg -pack ./convert.go ./doc.go cd $WORK/b052 TERM='dumb' gcc -I /usr/lib/golang/src/net -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c github.com/containers/libpod/vendor/k8s.io/client-go/pkg/version mkdir -p $WORK/b421/ github.com/containers/libpod/vendor/k8s.io/client-go/tools/metrics mkdir -p $WORK/b425/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b355/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b295/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b309/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b252/_pkg_.a # internal cat >$WORK/b421/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/version=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/version packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/version=$WORK/b422/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF cat >$WORK/b425/importcfg << 'EOF' # internal # import config packagefile net/url=$WORK/b112/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/tools/metrics /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "$WORK/b425=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/tools/metrics -complete -installsuffix shared -buildid 4IcyBjY5WPrV01SJn2bi/4IcyBjY5WPrV01SJn2bi -goversion go1.13.4 -D "" -importcfg $WORK/b425/importcfg -pack ./metrics.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/pkg/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "$WORK/b421=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/pkg/version -complete -installsuffix shared -buildid 2dZTlX9BiciZUiGy6dDb/2dZTlX9BiciZUiGy6dDb -goversion go1.13.4 -D "" -importcfg $WORK/b421/importcfg -pack ./base.go ./doc.go ./version.go github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types mkdir -p $WORK/b411/ cp $WORK/b355/_pkg_.a /builddir/.cache/go-build/c1/c11b95eda853bd01c9a448230ba0b67ef4e2c7b86ff3ac5a2ae97322e35b7b83-d # internal github.com/containers/libpod/vendor/golang.org/x/time/rate mkdir -p $WORK/b429/ cat >$WORK/b411/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "$WORK/b411=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types -complete -installsuffix shared -buildid lclNfiAE6azdlt3ZbTxy/lclNfiAE6azdlt3ZbTxy -goversion go1.13.4 -D "" -importcfg $WORK/b411/importcfg -pack ./doc.go ./namespacedname.go ./nodename.go ./patch.go ./uid.go cp $WORK/b309/_pkg_.a /builddir/.cache/go-build/7f/7f7b21481eb4572b1968f9ef93b040aebe3e7bf294bb833bd47eafdf2f43a3f2-d # internal cat >$WORK/b429/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context=github.com/containers/libpod/vendor/golang.org/x/net/context packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil mkdir -p $WORK/b445/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/time/rate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "$WORK/b429=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/time/rate -complete -installsuffix shared -buildid l8bJGYgFofF6XMIDcNpP/l8bJGYgFofF6XMIDcNpP -goversion go1.13.4 -D "" -importcfg $WORK/b429/importcfg -pack ./rate.go cat >$WORK/b445/importcfg << 'EOF' # internal # import config packagefile net/url=$WORK/b112/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cp $WORK/b295/_pkg_.a /builddir/.cache/go-build/53/53b4f4284932d774ee5ad85bc72730891cb1b19c9fc244ad0d47820b0b3d1f1c-d # internal cp $WORK/b252/_pkg_.a /builddir/.cache/go-build/c6/c6baef1e74ef796526dc3a0ba8e2b224e4e1149fefb1c06c08dbedd0944a7631-d # internal github.com/containers/libpod/vendor/github.com/cyphar/filepath-securejoin mkdir -p $WORK/b448/ github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc mkdir -p $WORK/b458/ cat >$WORK/b448/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile bytes=$WORK/b003/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "$WORK/b445=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil -complete -installsuffix shared -buildid G70r0T4NmgnYlhwSdUYD/G70r0T4NmgnYlhwSdUYD -goversion go1.13.4 -D "" -importcfg $WORK/b445/importcfg -pack ./addr.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/cyphar/filepath-securejoin /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "$WORK/b448=>" -shared -p github.com/containers/libpod/vendor/github.com/cyphar/filepath-securejoin -complete -installsuffix shared -buildid C2G0rh74tUyJCp9ES2o9/C2G0rh74tUyJCp9ES2o9 -goversion go1.13.4 -D "" -importcfg $WORK/b448/importcfg -pack ./join.go ./vfs.go cat >$WORK/b458/importcfg << 'EOF' # internal # import config importmap github.com/containers/psgo/internal/types=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types=$WORK/b459/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "$WORK/b458=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc -complete -installsuffix shared -buildid r0H8Jv9xZNQhokY5fWdj/r0H8Jv9xZNQhokY5fWdj -goversion go1.13.4 -D "" -importcfg $WORK/b458/importcfg -pack ./attr.go ./cmdline.go ./ns.go ./pids.go ./stat.go ./status.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b400/_pkg_.a # internal cp $WORK/b400/_pkg_.a /builddir/.cache/go-build/84/847e1fa4a1adf923cdbe772cac7155ceb6844f46e21829ced0f88094444c835c-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field mkdir -p $WORK/b399/ cat >$WORK/b399/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/errors=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/sets=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors=$WORK/b400/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets=$WORK/b397/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "$WORK/b399=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field -complete -installsuffix shared -buildid IQ62fcdfR5Ol9yuCvhhw/IQ62fcdfR5Ol9yuCvhhw -goversion go1.13.4 -D "" -importcfg $WORK/b399/importcfg -pack ./errors.go ./path.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b121/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b421/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b421/_pkg_.a /builddir/.cache/go-build/bd/bd2e045ccafa34a205de0b5f9516a3eb95a694bcbc4f5d1961fce628ae4a14ce-d # internal github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host mkdir -p $WORK/b461/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b461/ -importpath github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host -- -I $WORK/b461/ -g -O2 ./host.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b425/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b391/_pkg_.a # internal cp $WORK/b425/_pkg_.a /builddir/.cache/go-build/1d/1dd057bbcafb070d9851b890580343cea0c9d6c02c181809c0acfdc159f4df31-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps mkdir -p $WORK/b463/ cat >$WORK/b463/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/stringutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils importmap github.com/syndtr/gocapability/capability=github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils=$WORK/b464/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability=$WORK/b204/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "$WORK/b463=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps -complete -installsuffix shared -buildid iXgLfE6gpSwP3jHwr8by/iXgLfE6gpSwP3jHwr8by -goversion go1.13.4 -D "" -importcfg $WORK/b463/importcfg -pack ./utils_unix.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b379/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/f3/f339e7988792f308f64eb42a4a55256cf272f9d526fbb268db9879d6738a846a-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/pkg/namesgenerator mkdir -p $WORK/b465/ cat >$WORK/b465/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/namesgenerator /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "$WORK/b465=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/namesgenerator -complete -installsuffix shared -buildid Yj5WYeOsIoweCQfyHSsB/Yj5WYeOsIoweCQfyHSsB -goversion go1.13.4 -D "" -importcfg $WORK/b465/importcfg -pack ./names-generator.go cp $WORK/b391/_pkg_.a /builddir/.cache/go-build/91/9131b2b34386e21f1ad1ecc7b4cecd364e7e345f50b764324ce9665d56ebb88d-d # internal cp $WORK/b379/_pkg_.a /builddir/.cache/go-build/75/75e87cd395cdf034f8f162eef63ede36f0d881bc92f552cdc9a4ea0d30bb7ba3-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b408/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/ulule/deepcopier mkdir -p $WORK/b471/ github.com/containers/libpod/vendor/github.com/mrunalp/fileutils /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b445/_pkg_.a # internal mkdir -p $WORK/b470/ cat >$WORK/b471/importcfg << 'EOF' # internal # import config packagefile database/sql/driver=$WORK/b312/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ulule/deepcopier /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "$WORK/b471=>" -shared -p github.com/containers/libpod/vendor/github.com/ulule/deepcopier -complete -installsuffix shared -buildid OgYxTJR53V2S_THzJVWQ/OgYxTJR53V2S_THzJVWQ -goversion go1.13.4 -D "" -importcfg $WORK/b471/importcfg -pack ./deepcopier.go cp $WORK/b445/_pkg_.a /builddir/.cache/go-build/db/db25d196305c018ff2d63661d7c5a702a62b50fecdbf027dd324c9774c3679b4-d # internal cp $WORK/b408/_pkg_.a /builddir/.cache/go-build/0b/0bd7b076ba66f0fee49c30c8c4af3b613eead957dc1e537c6a66298999f8ab71-d # internal cat >$WORK/b470/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/vishvananda/netns /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b411/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/google/shlex /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b388/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mrunalp/fileutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "$WORK/b470=>" -shared -p github.com/containers/libpod/vendor/github.com/mrunalp/fileutils -complete -installsuffix shared -buildid uyaZpeBSmjKNAwjNuhAh/uyaZpeBSmjKNAwjNuhAh -goversion go1.13.4 -D "" -importcfg $WORK/b470/importcfg -pack ./fileutils.go ./idtools.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b154/_pkg_.a # internal mkdir -p $WORK/b474/ mkdir -p $WORK/b480/ cp $WORK/b388/_pkg_.a /builddir/.cache/go-build/03/03cc6afb8addf6b7e034d2bee16125cca0c0b01f5378059bc1f063821be40943-d # internal cat >$WORK/b480/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/google/shlex /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "$WORK/b480=>" -shared -p github.com/containers/libpod/vendor/github.com/google/shlex -complete -installsuffix shared -buildid 6YSGXRDKUmlMAboervwC/6YSGXRDKUmlMAboervwC -goversion go1.13.4 -D "" -importcfg $WORK/b480/importcfg -pack ./shlex.go github.com/containers/libpod/vendor/github.com/docker/docker/pkg/parsers mkdir -p $WORK/b485/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b394/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b448/_pkg_.a # internal cp $WORK/b411/_pkg_.a /builddir/.cache/go-build/ef/efe8095b61dbf31de57bd3ae6e567b0c17ff754ee70def47ff04c651df73b769-d # internal cd /usr/lib/golang/src/net TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b052=/tmp/go-build -gno-record-gcc-switches -o $WORK/b052/_cgo_.o $WORK/b052/_cgo_main.o $WORK/b052/_x001.o $WORK/b052/_x002.o $WORK/b052/_x003.o $WORK/b052/_x004.o $WORK/b052/_x005.o -g -O2 cat >$WORK/b474/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b463/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/54/54485269b58e3a9cc209102e87b9dbceff8e4e7b915ce84e6193e76e783983c1-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b393/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netns /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "$WORK/b474=>" -shared -p github.com/containers/libpod/vendor/github.com/vishvananda/netns -complete -installsuffix shared -buildid d47R9Onm-9ZGpvsQijXz/d47R9Onm-9ZGpvsQijXz -goversion go1.13.4 -D "" -importcfg $WORK/b474/importcfg -pack ./netns.go ./netns_linux.go github.com/containers/libpod/vendor/github.com/klauspost/pgzip cat >$WORK/b485/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b132/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b465/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/parsers /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "$WORK/b485=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/parsers -complete -installsuffix shared -buildid H5TmqKq55slEUvg3WmNr/H5TmqKq55slEUvg3WmNr -goversion go1.13.4 -D "" -importcfg $WORK/b485/importcfg -pack ./parsers.go cat >$WORK/b132/importcfg << 'EOF' # internal # import config importmap github.com/klauspost/compress/flate=github.com/containers/libpod/vendor/github.com/klauspost/compress/flate packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/compress/flate=$WORK/b133/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile hash/crc32=$WORK/b134/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cp $WORK/b463/_pkg_.a /builddir/.cache/go-build/21/2189170c00165f5790985ff8a8297f02b83cce7c56ee0f14ab4b75502c4465a2-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b404/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b429/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/klauspost/pgzip /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "$WORK/b132=>" -shared -p github.com/containers/libpod/vendor/github.com/klauspost/pgzip -complete -installsuffix shared -buildid szy3RppCEDwd9v8V_2Qq/szy3RppCEDwd9v8V_2Qq -goversion go1.13.4 -D "" -importcfg $WORK/b132/importcfg -pack ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b399/_pkg_.a # internal cp $WORK/b154/_pkg_.a /builddir/.cache/go-build/9f/9fa4269f58489325f7adbc59acdac144d4a0f1c5854033187678065a40b25141-d # internal runtime/pprof vendor/golang.org/x/net/idna cp $WORK/b394/_pkg_.a /builddir/.cache/go-build/4c/4c26bfce5720fbd0b68ad89405b0a5ed9fcc294acc4190f0f6a02bb7af591c0e-d # internal cp $WORK/b465/_pkg_.a /builddir/.cache/go-build/6b/6bfa5b0b659e0beaac260172520be0c397df7f744c5fd2794f7458dc7dcfd043-d # internal cp $WORK/b393/_pkg_.a /builddir/.cache/go-build/12/12c2acf3f74858b4788787529d1e9189884580990c4fbe1b65e16c6ebe25c682-d # internal mkdir -p $WORK/b493/ cp $WORK/b429/_pkg_.a /builddir/.cache/go-build/6b/6bdbf2c0dd0bd73d8165434a06a4fe2ec5aabb32f7ee6bf9028a19ff73987b77-d # internal cp $WORK/b399/_pkg_.a /builddir/.cache/go-build/cb/cbd8371ae9eed1578aaf4181d6e7baf38fddd1795d9e69b024ae480e03743e04-d # internal cp $WORK/b448/_pkg_.a /builddir/.cache/go-build/ba/baf3e85794858892512b52652f8fd5ef88b1d05aa0d472a48b76c6cb06550972-d # internal cp $WORK/b404/_pkg_.a /builddir/.cache/go-build/77/770ffb7e3b7cf70e5ea87f752c44dbf4436a0c2eee8676ad2006de45482e4b1f-d # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/24/24bd331f784cf1e8ba4a78dfd0b90ec68fdb77a395e68bcecfbdc7a4bb010a42-d # internal mkdir -p $WORK/b150/ cat >$WORK/b493/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b147/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile text/tabwriter=$WORK/b041/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b150/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=$WORK/b151/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b153/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=$WORK/b154/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/runtime/pprof /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "$WORK/b493=>" -shared -p runtime/pprof -std -installsuffix shared -buildid SCuHXCbMih604TwmQMg-/SCuHXCbMih604TwmQMg- -goversion go1.13.4 -D "" -importcfg $WORK/b493/importcfg -pack ./elf.go ./label.go ./map.go ./pprof.go ./proto.go ./protobuf.go ./protomem.go ./runtime.go github.com/containers/libpod/vendor/github.com/docker/docker/api/types/strslice github.com/containers/libpod/vendor/github.com/blang/semver github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1 github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters mkdir -p $WORK/b276/ cd /usr/lib/golang/src/vendor/golang.org/x/net/idna /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "$WORK/b150=>" -shared -p vendor/golang.org/x/net/idna -std -complete -installsuffix shared -buildid GIxhsOUQ2c1DNUk1aCuu/GIxhsOUQ2c1DNUk1aCuu -goversion go1.13.4 -D "" -importcfg $WORK/b150/importcfg -pack ./idna10.0.0.go ./punycode.go ./tables11.0.0.go ./trie.go ./trieval.go github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice mkdir -p $WORK/b082/ github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials cat >$WORK/b276/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b023/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage mkdir -p $WORK/b205/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/strslice /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "$WORK/b276=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/strslice -complete -installsuffix shared -buildid rbCQUkuy7XJYptbc4mp8/rbCQUkuy7XJYptbc4mp8 -goversion go1.13.4 -D "" -importcfg $WORK/b276/importcfg -pack ./strslice.go cat >$WORK/b082/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "$WORK/b082=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice -complete -installsuffix shared -buildid cXBcKwe1hGAqbLnYEeW3/cXBcKwe1hGAqbLnYEeW3 -goversion go1.13.4 -D "" -importcfg $WORK/b082/importcfg -pack ./strslice.go github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto cat >$WORK/b205/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash/crc64=$WORK/b139/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b311/ github.com/containers/libpod/vendor/github.com/sirupsen/logrus cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "$WORK/b205=>" -shared -p github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage -complete -installsuffix shared -buildid gp_p055DaP1vUDoEwHF_/gp_p055DaP1vUDoEwHF_ -goversion go1.13.4 -D "" -importcfg $WORK/b205/importcfg -pack ./doc.go ./entry.go ./getter.go ./packer.go mkdir -p $WORK/b249/ mkdir -p $WORK/b178/ cat >$WORK/b311/importcfg << 'EOF' # internal # import config packagefile database/sql/driver=$WORK/b312/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/blang/semver /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "$WORK/b311=>" -shared -p github.com/containers/libpod/vendor/github.com/blang/semver -complete -installsuffix shared -buildid ElaxtAVs5U4mvubKlqEx/ElaxtAVs5U4mvubKlqEx -goversion go1.13.4 -D "" -importcfg $WORK/b311/importcfg -pack ./json.go ./range.go ./semver.go ./sort.go ./sql.go mkdir -p $WORK/b278/ cat >$WORK/b249/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b283/ cat >$WORK/b178/importcfg << 'EOF' # internal # import config importmap github.com/pquerna/ffjson/fflib/v1/internal=github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1/internal packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1/internal=$WORK/b179/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf16=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/net TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b052/_cgo_.o -dynout $WORK/b052/_cgo_import.go cat >$WORK/b278/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/versions=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions=$WORK/b086/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "$WORK/b249=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials -complete -installsuffix shared -buildid R7G4E-qtEr4oOdOOxXyW/R7G4E-qtEr4oOdOOxXyW -goversion go1.13.4 -D "" -importcfg $WORK/b249/importcfg -pack ./credentials.go ./error.go ./helper.go ./version.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b485/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "$WORK/b178=>" -shared -p github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1 -complete -installsuffix shared -buildid pehHUsCzMOJz_nHw4sOF/pehHUsCzMOJz_nHw4sOF -goversion go1.13.4 -D "" -importcfg $WORK/b178/importcfg -pack ./buffer.go ./buffer_pool.go ./bytenum.go ./decimal.go ./extfloat.go ./fold.go ./ftoa.go ./iota.go ./jsonstring.go ./lexer.go ./reader.go ./reader_scan_generic.go mkdir -p $WORK/b125/ cat >$WORK/b283/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b181/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b471/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b470/_pkg_.a # internal cd $WORK/b046 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b046=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b480/_pkg_.a # internal cp $WORK/b485/_pkg_.a /builddir/.cache/go-build/88/88d3dd82c5d42db11c0bf030a02ec7e478dd245f85d9eb4fa49e16e6e3570374-d # internal cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b082/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "$WORK/b283=>" -shared -p github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto -complete -installsuffix shared -buildid rtQE9RkRdKNa57qHB6aZ/rtQE9RkRdKNa57qHB6aZ -goversion go1.13.4 -D "" -importcfg $WORK/b283/importcfg -pack ./clone.go ./decode.go ./decode_gogo.go ./duration.go ./duration_gogo.go ./encode.go ./encode_gogo.go ./equal.go ./extensions.go ./extensions_gogo.go ./lib.go ./lib_gogo.go ./message_set.go ./pointer_unsafe.go ./pointer_unsafe_gogo.go ./properties.go ./properties_gogo.go ./skip_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "$WORK/b278=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters -complete -installsuffix shared -buildid MiRy0JkY-OwaA9E0Nx4T/MiRy0JkY-OwaA9E0Nx4T -goversion go1.13.4 -D "" -importcfg $WORK/b278/importcfg -pack ./parse.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b276/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser mkdir -p $WORK/b325/ cd $WORK/b461 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b461=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/sirupsen/logrus /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "$WORK/b125=>" -shared -p github.com/containers/libpod/vendor/github.com/sirupsen/logrus -complete -installsuffix shared -buildid AH5E9sZHWjs1rb8H3v9A/AH5E9sZHWjs1rb8H3v9A -goversion go1.13.4 -D "" -importcfg $WORK/b125/importcfg -pack ./alt_exit.go ./doc.go ./entry.go ./exported.go ./formatter.go ./hooks.go ./json_formatter.go ./logger.go ./logrus.go ./terminal_linux.go ./terminal_notwindows.go ./text_formatter.go ./writer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b470/_pkg_.a /builddir/.cache/go-build/0b/0bc2f9f685b1a9f8478398c69718cd490454566e77c11462c6b883680a29ca31-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b298/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/docker/docker/pkg/jsonmessage mkdir -p $WORK/b332/ cat >$WORK/b325/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/builder/dockerfile/command=github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command importmap github.com/docker/docker/pkg/system=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command=$WORK/b324/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system=$WORK/b252/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "$WORK/b325=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser -complete -installsuffix shared -buildid _CfPiQNsjbsQhgNZkx4a/_CfPiQNsjbsQhgNZkx4a -goversion go1.13.4 -D "" -importcfg $WORK/b325/importcfg -pack ./line_parsers.go ./parser.go ./split_command.go cp $WORK/b480/_pkg_.a /builddir/.cache/go-build/7b/7b6da149f581511130f5de500d641823f6050b60ebf9bed6b016b57e5c1148ae-d # internal github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/strslice cp $WORK/b276/_pkg_.a /builddir/.cache/go-build/ac/ac971d143b98a62bb47656dfb3bd7a15b886023f477c2f39ea1c8ee05a97c3fd-d # internal cat >$WORK/b332/importcfg << 'EOF' # internal # import config importmap github.com/Nvveen/Gotty=github.com/containers/libpod/vendor/github.com/Nvveen/Gotty importmap github.com/docker/docker/pkg/term=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/Nvveen/Gotty=$WORK/b333/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term=$WORK/b334/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/jsonmessage /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "$WORK/b332=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/jsonmessage -complete -installsuffix shared -buildid RdTQUx1WZ1z8wY7AbpgM/RdTQUx1WZ1z8wY7AbpgM -goversion go1.13.4 -D "" -importcfg $WORK/b332/importcfg -pack ./jsonmessage.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b378/_pkg_.a # internal cp $WORK/b181/_pkg_.a /builddir/.cache/go-build/a7/a747381a06d0d41b49b7067074112125f8862d5439d4db950b47a840b13a39c8-d # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/80/80df2ec0074a4a5547ca10aa1b12bee4c2b55fc80fd674cf77fd23c3631671a0-d # internal cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/5d/5d629a22b06d4de3afa2507b5ae78a0fbf94906e478aec7fad4cbb1b9561a91c-d # internal cp $WORK/b298/_pkg_.a /builddir/.cache/go-build/81/814b8edf4eefb6da7775abf616441eabe2bf6a2ef31de78cbac3e192d5cd0cff-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b458/_pkg_.a # internal cat >$WORK/b052/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage packagefile context=$WORK/b019/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=$WORK/b053/_pkg_.a packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile internal/nettrace=$WORK/b054/_pkg_.a packagefile internal/poll=$WORK/b035/_pkg_.a packagefile internal/singleflight=$WORK/b055/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF cp $WORK/b471/_pkg_.a /builddir/.cache/go-build/9f/9fea72cc80c41dbe7c35fa7fbe5d5a4aa56279de7ff4051660897a720d3ece93-d # internal mkdir -p $WORK/b337/ cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "$WORK/b052=>" -shared -p net -std -installsuffix shared -buildid eZyqhYUCDyR2e-ZXjJ1x/eZyqhYUCDyR2e-ZXjJ1x -goversion go1.13.4 -D "" -importcfg $WORK/b052/importcfg -pack ./addrselect.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./error_posix.go ./error_unix.go ./fd_unix.go ./file.go ./file_unix.go ./hook.go ./hook_unix.go ./hosts.go ./interface.go ./interface_linux.go ./ip.go ./iprawsock.go ./iprawsock_posix.go ./ipsock.go ./ipsock_posix.go ./lookup.go ./lookup_unix.go ./mac.go ./net.go ./nss.go ./parse.go ./pipe.go ./port.go ./port_unix.go ./rawconn.go ./sendfile_linux.go ./sock_cloexec.go ./sock_linux.go ./sock_posix.go ./sockaddr_posix.go ./sockopt_linux.go ./sockopt_posix.go ./sockoptip_linux.go ./sockoptip_posix.go ./splice_linux.go ./tcpsock.go ./tcpsock_posix.go ./tcpsockopt_posix.go ./tcpsockopt_unix.go ./udpsock.go ./udpsock_posix.go ./unixsock.go ./unixsock_posix.go ./writev_unix.go $WORK/b052/_cgo_gotypes.go $WORK/b052/cgo_linux.cgo1.go $WORK/b052/cgo_resnew.cgo1.go $WORK/b052/cgo_socknew.cgo1.go $WORK/b052/cgo_unix.cgo1.go $WORK/b052/_cgo_import.go cat >$WORK/b337/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/strslice /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "$WORK/b337=>" -shared -p github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/strslice -complete -installsuffix shared -buildid usn9SWadTxqBGbCRHmJO/usn9SWadTxqBGbCRHmJO -goversion go1.13.4 -D "" -importcfg $WORK/b337/importcfg -pack ./strslice.go github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2 mkdir -p $WORK/b180/ cp $WORK/b458/_pkg_.a /builddir/.cache/go-build/ff/ff47ec3b8bb1b40b2d11b4406098a85097697a936200c302f8eae65c74609fc4-d # internal github.com/containers/libpod/pkg/hooks/1.0.0 mkdir -p $WORK/b372/ cat >$WORK/b180/importcfg << 'EOF' # internal # import config importmap github.com/BurntSushi/toml=github.com/containers/libpod/vendor/github.com/BurntSushi/toml importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/BurntSushi/toml=$WORK/b181/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "$WORK/b180=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2 -complete -installsuffix shared -buildid ERWLE5MXp8k6KwDYdJit/ERWLE5MXp8k6KwDYdJit -goversion go1.13.4 -D "" -importcfg $WORK/b180/importcfg -pack ./system_registries_v2.go cat >$WORK/b372/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/containers/buildah/docker mkdir -p $WORK/b236/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/hooks/1.0.0 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "$WORK/b372=>" -shared -p github.com/containers/libpod/pkg/hooks/1.0.0 -complete -installsuffix shared -buildid Lp4SsSOm9jXfsS_TRgLA/Lp4SsSOm9jXfsS_TRgLA -goversion go1.13.4 -D "" -importcfg $WORK/b372/importcfg -pack ./hook.go ./when.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b249/_pkg_.a # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion mkdir -p $WORK/b392/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b205/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries mkdir -p $WORK/b243/ github.com/containers/libpod/vendor/github.com/golang/protobuf/proto cat >$WORK/b392/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/third_party/forked/golang/reflect=github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect=$WORK/b393/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a EOF mkdir -p $WORK/b367/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "$WORK/b392=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion -complete -installsuffix shared -buildid wDCtDtUS1Z4CbStohE5F/wDCtDtUS1Z4CbStohE5F -goversion go1.13.4 -D "" -importcfg $WORK/b392/importcfg -pack ./converter.go ./deep_equal.go ./doc.go ./helper.go cat >$WORK/b243/importcfg << 'EOF' # internal # import config importmap github.com/BurntSushi/toml=github.com/containers/libpod/vendor/github.com/BurntSushi/toml importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types packagefile github.com/containers/libpod/vendor/github.com/BurntSushi/toml=$WORK/b181/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cp $WORK/b249/_pkg_.a /builddir/.cache/go-build/0a/0a823040100daa471ab08665e821309efa9ef162ea63aef0207f610feaeae331-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "$WORK/b243=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries -complete -installsuffix shared -buildid 3DirJCRTlcKoctTn-k5Y/3DirJCRTlcKoctTn-k5Y -goversion go1.13.4 -D "" -importcfg $WORK/b243/importcfg -pack ./system_registries.go cat >$WORK/b236/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/pkg/strslice=github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice=$WORK/b082/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/client mkdir -p $WORK/b248/ cp $WORK/b205/_pkg_.a /builddir/.cache/go-build/35/359cff25fed01ecc4ed075097a8272e6a1a2f90310d7288f64af9f717b88a277-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/docker /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "$WORK/b236=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/docker -complete -installsuffix shared -buildid TxSkAA3r6wLgdGjHtPaU/TxSkAA3r6wLgdGjHtPaU -goversion go1.13.4 -D "" -importcfg $WORK/b236/importcfg -pack ./types.go cat >$WORK/b367/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm mkdir -p $WORK/b226/ cat >$WORK/b248/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker-credential-helpers/credentials=github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials=$WORK/b249/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF github.com/containers/libpod/vendor/golang.org/x/net/idna cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/client /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "$WORK/b248=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/client -complete -installsuffix shared -buildid 935yXcvaw905vKwQQYwA/935yXcvaw905vKwQQYwA -goversion go1.13.4 -D "" -importcfg $WORK/b248/importcfg -pack ./client.go ./command.go cd $WORK/b046 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b046=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c cgo_lookup_unix.cgo2.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/golang/protobuf/proto /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "$WORK/b367=>" -shared -p github.com/containers/libpod/vendor/github.com/golang/protobuf/proto -complete -installsuffix shared -buildid lykKifcAMJ419DQiye0p/lykKifcAMJ419DQiye0p -goversion go1.13.4 -D "" -importcfg $WORK/b367/importcfg -pack ./clone.go ./decode.go ./encode.go ./equal.go ./extensions.go ./lib.go ./message_set.go ./pointer_unsafe.go ./properties.go ./text.go ./text_parser.go cp $WORK/b378/_pkg_.a /builddir/.cache/go-build/35/352d9f820631abbdb154d625e16659b684c107ca7810e8614e2145da7d48059d-d # internal cat >$WORK/b226/importcfg << 'EOF' # internal # import config importmap github.com/vbatts/tar-split/archive/tar=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/archive/tar importmap github.com/vbatts/tar-split/tar/storage=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/archive/tar=$WORK/b227/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage=$WORK/b205/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile hash/crc64=$WORK/b139/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "$WORK/b226=>" -shared -p github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm -complete -installsuffix shared -buildid x6d6cCabxMofpzDjcGnE/x6d6cCabxMofpzDjcGnE -goversion go1.13.4 -D "" -importcfg $WORK/b226/importcfg -pack ./assemble.go ./disassemble.go ./doc.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b337/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b474/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b132/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b322/_pkg_.a # internal mkdir -p $WORK/b294/ cp $WORK/b337/_pkg_.a /builddir/.cache/go-build/ee/eeb44d3df6c910a5cc1e05b26bfe8fc40dd97c61c207c5a9fe6c7f5582375a0c-d # internal cp $WORK/b474/_pkg_.a /builddir/.cache/go-build/20/2052eeed7025ebfa925678456016d9fa99ad5c9f56054bd990e6f04f15f70cf7-d # internal cd $WORK/b461 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b461=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c host.cgo2.c cat >$WORK/b294/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/secure/bidirule=github.com/containers/libpod/vendor/golang.org/x/text/secure/bidirule importmap golang.org/x/text/unicode/norm=github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/secure/bidirule=$WORK/b295/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm=$WORK/b298/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/json mkdir -p $WORK/b410/ go/scanner mkdir -p $WORK/b403/ cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/0d/0d4bbec12441a70cfa48acfc3cfa90db9e3916a60daca47fcf71ee1fa134ac05-d # internal github.com/containers/libpod/vendor/k8s.io/client-go/util/flowcontrol cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/idna /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "$WORK/b294=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/idna -complete -installsuffix shared -buildid 9-30OfRppPzKoLONy4qy/9-30OfRppPzKoLONy4qy -goversion go1.13.4 -D "" -importcfg $WORK/b294/importcfg -pack ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go cat >$WORK/b410/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF mkdir -p $WORK/b428/ cat >$WORK/b403/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile go/token=$WORK/b404/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "$WORK/b410=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/json -complete -installsuffix shared -buildid tVCJvSFL1diAmXcZ7Y_T/tVCJvSFL1diAmXcZ7Y_T -goversion go1.13.4 -D "" -importcfg $WORK/b410/importcfg -pack ./json.go cd /usr/lib/golang/src/go/scanner /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "$WORK/b403=>" -shared -p go/scanner -std -complete -installsuffix shared -buildid P_7NHckYm6YEbogbtc_k/P_7NHckYm6YEbogbtc_k -goversion go1.13.4 -D "" -importcfg $WORK/b403/importcfg -pack ./errors.go ./scanner.go cat >$WORK/b428/importcfg << 'EOF' # internal # import config importmap golang.org/x/time/rate=github.com/containers/libpod/vendor/golang.org/x/time/rate importmap k8s.io/apimachinery/pkg/util/clock=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/clock importmap k8s.io/client-go/util/integer=github.com/containers/libpod/vendor/k8s.io/client-go/util/integer packagefile github.com/containers/libpod/vendor/golang.org/x/time/rate=$WORK/b429/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/clock=$WORK/b430/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/integer=$WORK/b431/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/util/flowcontrol /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "$WORK/b428=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/util/flowcontrol -complete -installsuffix shared -buildid lxr667mw7Ci8BNVHs9UC/lxr667mw7Ci8BNVHs9UC -goversion go1.13.4 -D "" -importcfg $WORK/b428/importcfg -pack ./backoff.go ./throttle.go cp $WORK/b322/_pkg_.a /builddir/.cache/go-build/7f/7f77b9b37f04c2f298d8352206f298c006d607eed9340de81f5f718a62e21108-d # internal mkdir -p $WORK/b441/ cat >$WORK/b441/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "$WORK/b441=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer -complete -installsuffix shared -buildid pqse_vrT21lrljsG3JqO/pqse_vrT21lrljsG3JqO -goversion go1.13.4 -D "" -importcfg $WORK/b441/importcfg -pack ./framer.go text/template mkdir -p $WORK/b321/ cat >$WORK/b321/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile internal/fmtsort=$WORK/b032/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile text/template/parse=$WORK/b322/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/text/template /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "$WORK/b321=>" -shared -p text/template -std -complete -installsuffix shared -buildid Y0DxTd9T29u_PNHtRP3C/Y0DxTd9T29u_PNHtRP3C -goversion go1.13.4 -D "" -importcfg $WORK/b321/importcfg -pack ./doc.go ./exec.go ./funcs.go ./helper.go ./option.go ./template.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b372/_pkg_.a # internal cp $WORK/b372/_pkg_.a /builddir/.cache/go-build/07/077c0f72d334cdceb90f88a2f8bf061e1f1c21bb6b54150e837fe7088e176f0e-d # internal github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer mkdir -p $WORK/b467/ cat >$WORK/b467/importcfg << 'EOF' # internal # import config packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf16=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "$WORK/b467=>" -shared -p github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer -complete -installsuffix shared -buildid LeghxgrEi-VWFvcJTQ65/LeghxgrEi-VWFvcJTQ65 -goversion go1.13.4 -D "" -importcfg $WORK/b467/importcfg -pack ./bytestostr.go ./error.go ./lexer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b180/_pkg_.a # internal cp $WORK/b180/_pkg_.a /builddir/.cache/go-build/77/77ad3668d448db6470ce2d38e3bce6b256e8175daa1d8b1f7f20d5950567ca47-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b248/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b236/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b278/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b243/_pkg_.a # internal cp $WORK/b236/_pkg_.a /builddir/.cache/go-build/e0/e06ced24f48dafaf6cd275c437365fcae6db83687bf4d22582711f22c8d1aaf9-d # internal cp $WORK/b248/_pkg_.a /builddir/.cache/go-build/b5/b5455afb6bceb5d970b2912cc6b2628d001ea48b33329dc150538e0cb69e5d5c-d # internal cp $WORK/b243/_pkg_.a /builddir/.cache/go-build/5d/5d2d361504347d414bed548e8c435ed674d33660bb964351d04be9b70e1940e9-d # internal cp $WORK/b278/_pkg_.a /builddir/.cache/go-build/82/82848bb345839209a444ee169b42b186fc8983cc23caaea9331e7b5aed8a28dd-d # internal cd $WORK/b461 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b461=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b332/_pkg_.a # internal cp $WORK/b332/_pkg_.a /builddir/.cache/go-build/f0/f025a939006480bda287614b3c1e8645ceb1eebfc4a9f4b9f52d6bc74291f14e-d # internal cd $WORK/b046 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b046=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c getgrouplist_unix.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b441/_pkg_.a # internal cp $WORK/b441/_pkg_.a /builddir/.cache/go-build/fa/fa187e26f26d82c99d79818325b0431220adfa6731f5e4175ad9d7e9b27f82db-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b311/_pkg_.a # internal cp $WORK/b311/_pkg_.a /builddir/.cache/go-build/ee/ee1e9e04cad95c33f2f6b6bc7d83927ed68bbfb569ecc0035b3e7d28bde7977e-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b410/_pkg_.a # internal cp $WORK/b410/_pkg_.a /builddir/.cache/go-build/cb/cbce185236a797caa4f44cd49e7ddd0df324138e5b7120b16674bfec23b1b06b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b226/_pkg_.a # internal cp $WORK/b226/_pkg_.a /builddir/.cache/go-build/9c/9ccad0bac4b3001d74aa122df08c83926d78ce1ca9fdb3ace0e451e8c6fbd926-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b461=/tmp/go-build -gno-record-gcc-switches -o $WORK/b461/_cgo_.o $WORK/b461/_cgo_main.o $WORK/b461/_x001.o $WORK/b461/_x002.o -g -O2 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b428/_pkg_.a # internal cp $WORK/b428/_pkg_.a /builddir/.cache/go-build/2f/2f5615d5286714c85395da41197d2d9161b801820ee0f2fad89e956ae75d5db0-d # internal cd $WORK/b046 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b046=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x004.o -c listgroups_unix.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b325/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b150/_pkg_.a # internal cp $WORK/b325/_pkg_.a /builddir/.cache/go-build/92/92f1e9b0c2abe9bc20ca47ea1d59b6da533aba435e4e54898b1de7e8b471b45c-d # internal cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/33/3300a30a3ca98b1542893f5625ab23bd9eb65cc49f2d074731712041d41e266e-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage host -dynimport $WORK/b461/_cgo_.o -dynout $WORK/b461/_cgo_import.go cat >$WORK/b461/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "$WORK/b461=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host -installsuffix shared -buildid mLCc4SHIjZLgbHiO5_5_/mLCc4SHIjZLgbHiO5_5_ -goversion go1.13.4 -D "" -importcfg $WORK/b461/importcfg -pack $WORK/b461/_cgo_gotypes.go $WORK/b461/host.cgo1.go $WORK/b461/_cgo_import.go cd $WORK/b046 TERM='dumb' gcc -I /usr/lib/golang/src/os/user -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b046=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b403/_pkg_.a # internal cp $WORK/b403/_pkg_.a /builddir/.cache/go-build/97/97ea3678ba9cb6a7228ddc85a7b93bcc35f7a50c29770f8b3dc246ce62c41900-d # internal go/ast mkdir -p $WORK/b402/ cat >$WORK/b402/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile go/scanner=$WORK/b403/_pkg_.a packagefile go/token=$WORK/b404/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/go/ast /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "$WORK/b402=>" -shared -p go/ast -std -complete -installsuffix shared -buildid OWA-07dKp3QxsS7uMKtW/OWA-07dKp3QxsS7uMKtW -goversion go1.13.4 -D "" -importcfg $WORK/b402/importcfg -pack ./ast.go ./commentmap.go ./filter.go ./import.go ./print.go ./resolve.go ./scope.go ./walk.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b493/_pkg_.a # internal cp $WORK/b493/_pkg_.a /builddir/.cache/go-build/68/68dd7c2e0e14b34ddab89edd7028f59a29b9d4e780be196f943a723f7352e89f-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b461/_pkg_.a $WORK/b461/_x001.o $WORK/b461/_x002.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b461/_pkg_.a # internal cp $WORK/b461/_pkg_.a /builddir/.cache/go-build/73/731f2f0e40c1f3bed3e3ee84626522051a9e31247fa0ce565f2e905201e73f4b-d # internal cd /usr/lib/golang/src/os/user TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b046=/tmp/go-build -gno-record-gcc-switches -o $WORK/b046/_cgo_.o $WORK/b046/_cgo_main.o $WORK/b046/_x001.o $WORK/b046/_x002.o $WORK/b046/_x003.o $WORK/b046/_x004.o -g -O2 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/ba/ba150fc75bf0f83ba6034cdcfa178f457f571de4beeafd6d568a70533672d415-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils mkdir -p $WORK/b165/ github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota github.com/containers/libpod/pkg/hooks/exec mkdir -p $WORK/b377/ cat >$WORK/b165/importcfg << 'EOF' # internal # import config importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/scanner=$WORK/b166/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache mkdir -p $WORK/b120/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "$WORK/b165=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils -complete -installsuffix shared -buildid WgVL_MsRxxoFTugjEujL/WgVL_MsRxxoFTugjEujL -goversion go1.13.4 -D "" -importcfg $WORK/b165/importcfg -pack ./fileutils.go ./fileutils_unix.go mkdir -p $WORK/b329/ mkdir -p $WORK/b215/ github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs cat >$WORK/b377/importcfg << 'EOF' # internal # import config importmap github.com/davecgh/go-spew/spew=github.com/containers/libpod/vendor/github.com/davecgh/go-spew/spew importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/pmezard/go-difflib/difflib=github.com/containers/libpod/vendor/github.com/pmezard/go-difflib/difflib importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/davecgh/go-spew/spew=$WORK/b378/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pmezard/go-difflib/difflib=$WORK/b379/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b329/importcfg << 'EOF' # internal # import config importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/scanner=$WORK/b166/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b215/ -importpath github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota -- -I $WORK/b215/ -g -O2 ./projectquota.go mkdir -p $WORK/b478/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config importmap github.com/boltdb/bolt=github.com/containers/libpod/vendor/github.com/boltdb/bolt importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/boltdb/bolt=$WORK/b121/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "$WORK/b329=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils -complete -installsuffix shared -buildid akJVXuLeBkjr-RE7AOiJ/akJVXuLeBkjr-RE7AOiJ -goversion go1.13.4 -D "" -importcfg $WORK/b329/importcfg -pack ./fileutils.go ./fileutils_unix.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/hooks/exec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "$WORK/b377=>" -shared -p github.com/containers/libpod/pkg/hooks/exec -complete -installsuffix shared -buildid DA6Tzcjnm623YrjNnk54/DA6Tzcjnm623YrjNnk54 -goversion go1.13.4 -D "" -importcfg $WORK/b377/importcfg -pack ./exec.go ./runtimeconfigfilter.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "$WORK/b120=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache -complete -installsuffix shared -buildid GZnnHCMlxebWTA5fDypz/GZnnHCMlxebWTA5fDypz -goversion go1.13.4 -D "" -importcfg $WORK/b120/importcfg -pack ./boltdb.go ./default.go ./memory.go ./none.go ./prioritize.go cat >$WORK/b478/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "$WORK/b478=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs -complete -installsuffix shared -buildid KFLz2vNZqJ5pUf7FHz0p/KFLz2vNZqJ5pUf7FHz0p -goversion go1.13.4 -D "" -importcfg $WORK/b478/importcfg -pack ./blkio_device.go ./cgroup_linux.go ./config.go ./config_linux.go ./device.go ./device_defaults.go ./hugepage_limit.go ./intelrdt.go ./interface_priority_map.go ./mount.go ./namespaces.go ./namespaces_linux.go ./namespaces_syscall.go ./network.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b392/_pkg_.a # internal cp $WORK/b392/_pkg_.a /builddir/.cache/go-build/bd/bd33a27b737ebe49df570be14d61e80cf3f23bed8b36a30de20ee6a1aa46846d-d # internal cd /usr/lib/golang/src/os/user TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b046/_cgo_.o -dynout $WORK/b046/_cgo_import.go cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "$WORK/b046=>" -shared -p os/user -std -installsuffix shared -buildid DEZGV5Oyjtmld-BKXyNx/DEZGV5Oyjtmld-BKXyNx -goversion go1.13.4 -D "" -importcfg $WORK/b046/importcfg -pack ./lookup.go ./user.go $WORK/b046/_cgo_gotypes.go $WORK/b046/cgo_lookup_unix.cgo1.go $WORK/b046/getgrouplist_unix.cgo1.go $WORK/b046/listgroups_unix.cgo1.go $WORK/b046/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b294/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b467/_pkg_.a # internal cp $WORK/b294/_pkg_.a /builddir/.cache/go-build/28/285d71aa49ed2c56a075065a8204d4db6b36d8734458d2262a7610f5bb1e394f-d # internal cp $WORK/b467/_pkg_.a /builddir/.cache/go-build/fd/fdcd20fafd5d1d8a44584e00edf90f9b1040a64960688139adead40e78b69451-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b377/_pkg_.a # internal cp $WORK/b377/_pkg_.a /builddir/.cache/go-build/d5/d557ecbbf93574cccf30eee33d93e90c1e63d2a646cf0e8be1aa220d867b465b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b375/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b165/_pkg_.a # internal cp $WORK/b375/_pkg_.a /builddir/.cache/go-build/f2/f23c704960c0157cb02ded186af42a56eb29daeb266f2ebabb0f387b3015153b-d # internal cp $WORK/b165/_pkg_.a /builddir/.cache/go-build/0e/0ed4b140bd8537280198d69dc8e960d093aa97b2263084eeee85262eb19549a3-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount mkdir -p $WORK/b169/ github.com/containers/libpod/vendor/golang.org/x/text/internal/colltab mkdir -p $WORK/b374/ cat >$WORK/b169/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/fileutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils=$WORK/b165/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "$WORK/b169=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount -complete -installsuffix shared -buildid ptgYlYjJjKjKmMO9jOgJ/ptgYlYjJjKjKmMO9jOgJ -goversion go1.13.4 -D "" -importcfg $WORK/b169/importcfg -pack ./flags.go ./flags_linux.go ./mount.go ./mounter_linux.go ./mountinfo.go ./mountinfo_linux.go ./sharedsubtree_linux.go cat >$WORK/b374/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/language=github.com/containers/libpod/vendor/golang.org/x/text/language importmap golang.org/x/text/unicode/norm=github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/language=$WORK/b375/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm=$WORK/b298/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/internal/colltab /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "$WORK/b374=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/internal/colltab -complete -installsuffix shared -buildid NtiMDCfhXWkvXh6MWUiL/NtiMDCfhXWkvXh6MWUiL -goversion go1.13.4 -D "" -importcfg $WORK/b374/importcfg -pack ./collelem.go ./colltab.go ./contract.go ./iter.go ./numeric.go ./table.go ./trie.go ./weighter.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b178/_pkg_.a # internal cp $WORK/b178/_pkg_.a /builddir/.cache/go-build/89/898a95fc3f9f04d39806951c2dc60a3e72596da99827032a1b63e48fdf9a4562-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b329/_pkg_.a # internal cp $WORK/b329/_pkg_.a /builddir/.cache/go-build/ed/ed4fd217f5c54502e4c49161821f3dda3242621c06677f4a0aefc1a2dfdbb3f2-d # internal cd /usr/lib/golang/src/os/user /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b046/_pkg_.a $WORK/b046/_x001.o $WORK/b046/_x002.o $WORK/b046/_x003.o $WORK/b046/_x004.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b046/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/9a/9a1ab8e8c3d39fbe2906238ac3651075170b9f963e600f5f5a7604b996bc1629-d # internal archive/tar mkdir -p $WORK/b043/ github.com/containers/libpod/pkg/chrootuser mkdir -p $WORK/b304/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b478/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user github.com/containers/libpod/vendor/github.com/golang/glog cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b172/ cd /usr/lib/golang/src/archive/tar /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "$WORK/b043=>" -shared -p archive/tar -std -complete -installsuffix shared -buildid bDwQim7ccHFvzSgAZdjO/bDwQim7ccHFvzSgAZdjO -goversion go1.13.4 -D "" -importcfg $WORK/b043/importcfg -pack ./common.go ./format.go ./reader.go ./stat_actime1.go ./stat_unix.go ./strconv.go ./writer.go cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/cd/cd41facf46fb4bb517515735a44182b392ffac189af10e3f9fa69cc4094ff29d-d # internal mkdir -p $WORK/b382/ cat >$WORK/b304/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b172/importcfg << 'EOF' # internal # import config importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/chrootuser /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "$WORK/b304=>" -shared -p github.com/containers/libpod/pkg/chrootuser -complete -installsuffix shared -buildid rGGq3fwvAnzZGYBVTK4R/rGGq3fwvAnzZGYBVTK4R -goversion go1.13.4 -D "" -importcfg $WORK/b304/importcfg -pack ./user.go ./user_linux.go cat >$WORK/b382/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "$WORK/b172=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user -complete -installsuffix shared -buildid botWKtW5EBi25qDdgk1J/botWKtW5EBi25qDdgk1J -goversion go1.13.4 -D "" -importcfg $WORK/b172/importcfg -pack ./lookup.go ./lookup_unix.go ./user.go cp $WORK/b478/_pkg_.a /builddir/.cache/go-build/60/60037f01a268af2bbfa03f0f2ef578e551257f40e0d7078d1ed186976e006143-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/golang/glog /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "$WORK/b382=>" -shared -p github.com/containers/libpod/vendor/github.com/golang/glog -complete -installsuffix shared -buildid 7qoOjdVy_g2htISW8X3e/7qoOjdVy_g2htISW8X3e -goversion go1.13.4 -D "" -importcfg $WORK/b382/importcfg -pack ./glog.go ./glog_file.go github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/devices mkdir -p $WORK/b479/ github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/cgroups mkdir -p $WORK/b486/ cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b079=>" -I $WORK/b079/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b079/arith_arm64.o ./arith_arm64.s cat >$WORK/b486/importcfg << 'EOF' # internal # import config importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/opencontainers/runc/libcontainer/configs=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs=$WORK/b478/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b479/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runc/libcontainer/configs=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs=$WORK/b478/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/devices /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "$WORK/b479=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/devices -complete -installsuffix shared -buildid IiGmxgj1ND88Il6BJ13L/IiGmxgj1ND88Il6BJ13L -goversion go1.13.4 -D "" -importcfg $WORK/b479/importcfg -pack ./devices.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/cgroups /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "$WORK/b486=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/cgroups -complete -installsuffix shared -buildid bZ-BxDHrSqd7_tPDzB8M/bZ-BxDHrSqd7_tPDzB8M -goversion go1.13.4 -D "" -importcfg $WORK/b486/importcfg -pack ./cgroups.go ./stats.go ./utils.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b079/_pkg_.a $WORK/b079/arith_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b079/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b169/_pkg_.a # internal cp $WORK/b169/_pkg_.a /builddir/.cache/go-build/6c/6c6d7723302f8097f152c0415988f9cf9cfd7ea165b2d9397275c5979b8997db-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system mkdir -p $WORK/b168/ cat >$WORK/b168/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "$WORK/b168=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system -complete -installsuffix shared -buildid TOZa1Uc_FH1APyZwmi8m/TOZa1Uc_FH1APyZwmi8m -goversion go1.13.4 -D "" -importcfg $WORK/b168/importcfg -pack ./chtimes.go ./chtimes_unix.go ./errors.go ./exitcode.go ./filesys.go ./init.go ./lcow_unix.go ./lstat_unix.go ./meminfo.go ./meminfo_linux.go ./mknod.go ./path.go ./path_unix.go ./process_unix.go ./rm.go ./stat_linux.go ./stat_unix.go ./syscall_unix.go ./umask.go ./utimes_linux.go ./xattrs_linux.go cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/52/52d729fa4839dfb62054cfe43d8153c3246ca945d6c670011de02c6f84fa75b0-d # internal crypto/internal/boring mkdir -p $WORK/b074/ crypto/dsa crypto/elliptic github.com/containers/libpod/vendor/gopkg.in/inf.v0 mkdir -p $WORK/b389/ encoding/asn1 cat >$WORK/b074/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/internal/boring/sig=$WORK/b078/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a EOF cat >$WORK/b389/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/crypto/internal/boring /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "$WORK/b074=>" -shared -p crypto/internal/boring -std -complete -installsuffix shared -buildid Mp4Nm1uNoa-QkbdyHfmg/Mp4Nm1uNoa-QkbdyHfmg -goversion go1.13.4 -D "" -importcfg $WORK/b074/importcfg -pack ./doc.go ./notboring.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/gopkg.in/inf.v0 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "$WORK/b389=>" -shared -p github.com/containers/libpod/vendor/gopkg.in/inf.v0 -complete -installsuffix shared -buildid P-13F-QTuQ15Lsx8gfIH/P-13F-QTuQ15Lsx8gfIH -goversion go1.13.4 -D "" -importcfg $WORK/b389/importcfg -pack ./dec.go ./rounder.go mkdir -p $WORK/b093/ mkdir -p $WORK/b090/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "$WORK/b093=>" -shared -p encoding/asn1 -std -complete -installsuffix shared -buildid sYJOjqdaFPuNEM0shbRD/sYJOjqdaFPuNEM0shbRD -goversion go1.13.4 -D "" -importcfg $WORK/b093/importcfg -pack ./asn1.go ./common.go ./marshal.go cat >$WORK/b090/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile crypto/internal/randutil=$WORK/b091/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "$WORK/b107=>" -shared -p crypto/dsa -std -complete -installsuffix shared -buildid 5gBTR3oyLoR-f4zWJASt/5gBTR3oyLoR-f4zWJASt -goversion go1.13.4 -D "" -importcfg $WORK/b107/importcfg -pack ./dsa.go cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b090=>" -I $WORK/b090/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b090/symabis ./p256_asm_arm64.s github.com/containers/libpod/vendor/github.com/json-iterator/go mkdir -p $WORK/b439/ cat >$WORK/b439/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf16=$WORK/b039/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/json-iterator/go /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "$WORK/b439=>" -shared -p github.com/containers/libpod/vendor/github.com/json-iterator/go -complete -installsuffix shared -buildid bdIieD7fQqZ7iCAHDDtl/bdIieD7fQqZ7iCAHDDtl -goversion go1.13.4 -D "" -importcfg $WORK/b439/importcfg -pack ./feature_adapter.go ./feature_any.go ./feature_any_array.go ./feature_any_bool.go ./feature_any_float.go ./feature_any_int32.go ./feature_any_int64.go ./feature_any_invalid.go ./feature_any_nil.go ./feature_any_number.go ./feature_any_object.go ./feature_any_string.go ./feature_any_uint32.go ./feature_any_uint64.go ./feature_config.go ./feature_iter.go ./feature_iter_array.go ./feature_iter_float.go ./feature_iter_int.go ./feature_iter_object.go ./feature_iter_skip.go ./feature_iter_skip_strict.go ./feature_iter_string.go ./feature_json_number.go ./feature_pool.go ./feature_reflect.go ./feature_reflect_array.go ./feature_reflect_extension.go ./feature_reflect_map.go ./feature_reflect_native.go ./feature_reflect_object.go ./feature_reflect_slice.go ./feature_reflect_struct_decoder.go ./feature_stream.go ./feature_stream_float.go ./feature_stream_int.go ./feature_stream_string.go ./jsoniter.go cat >$WORK/b090/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b013/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "$WORK/b090=>" -shared -p crypto/elliptic -std -installsuffix shared -buildid 5QguHs8wWGEg8Z7Ki4s6/5QguHs8wWGEg8Z7Ki4s6 -goversion go1.13.4 -symabis $WORK/b090/symabis -D "" -importcfg $WORK/b090/importcfg -pack -asmhdr $WORK/b090/go_asm.h ./elliptic.go ./p224.go ./p256_asm.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b479/_pkg_.a # internal cp $WORK/b479/_pkg_.a /builddir/.cache/go-build/e1/e1b19f911793eaa1f6d797e40dbc8591f55e275a46fb9a8e1d52e442261580b3-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/70/705cb2eaa2fabd450669db1498d4c557ac08c20856c27f26a494f33d5b39e641-d # internal crypto/sha256 mkdir -p $WORK/b073/ cat >$WORK/b073/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b073=>" -I $WORK/b073/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b073/symabis ./sha256block_arm64.s crypto/aes mkdir -p $WORK/b089/ cat >$WORK/b089/go_asm.h << 'EOF' # internal EOF crypto/sha512 mkdir -p $WORK/b092/ crypto/hmac cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b089=>" -I $WORK/b089/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b089/symabis ./asm_arm64.s ./gcm_arm64.s mkdir -p $WORK/b101/ cat >$WORK/b101/importcfg << 'EOF' # internal # import config packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "$WORK/b101=>" -shared -p crypto/hmac -std -complete -installsuffix shared -buildid zN8qtkzNIKK-yHxkcbBv/zN8qtkzNIKK-yHxkcbBv -goversion go1.13.4 -D "" -importcfg $WORK/b101/importcfg -pack ./hmac.go cat >$WORK/b092/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "$WORK/b092=>" -shared -p crypto/sha512 -std -complete -installsuffix shared -buildid oxxQHgMnp-PFG2dXu-Nq/oxxQHgMnp-PFG2dXu-Nq -goversion go1.13.4 -D "" -importcfg $WORK/b092/importcfg -pack ./sha512.go ./sha512block.go ./sha512block_generic.go cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile crypto/internal/subtle=$WORK/b076/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "$WORK/b089=>" -shared -p crypto/aes -std -installsuffix shared -buildid gu-XLDw6wJYOEmNNeF1f/gu-XLDw6wJYOEmNNeF1f -goversion go1.13.4 -symabis $WORK/b089/symabis -D "" -importcfg $WORK/b089/importcfg -pack -asmhdr $WORK/b089/go_asm.h ./aes_gcm.go ./block.go ./cipher.go ./cipher_asm.go ./const.go ./modes.go cat >$WORK/b073/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "$WORK/b073=>" -shared -p crypto/sha256 -std -installsuffix shared -buildid QrRcL0xnMnqTNr-w1q17/QrRcL0xnMnqTNr-w1q17 -goversion go1.13.4 -symabis $WORK/b073/symabis -D "" -importcfg $WORK/b073/importcfg -pack -asmhdr $WORK/b073/go_asm.h ./sha256.go ./sha256block.go ./sha256block_arm64.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/b1/b1d7d36c0d0e1a8541145bb47fed5779b2e523da9065f198aaef9ff9476c2a18-d # internal vendor/golang.org/x/crypto/hkdf mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile crypto/hmac=$WORK/b101/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/hkdf /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "$WORK/b118=>" -shared -p vendor/golang.org/x/crypto/hkdf -std -complete -installsuffix shared -buildid T4BKPykS8Vfnd6xmpL6N/T4BKPykS8Vfnd6xmpL6N -goversion go1.13.4 -D "" -importcfg $WORK/b118/importcfg -pack ./hkdf.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b107/_pkg_.a # internal cd $WORK/b215 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b215=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b304/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b374/_pkg_.a # internal cp $WORK/b304/_pkg_.a /builddir/.cache/go-build/76/76fc1372fcde68da5c59f5fd8edf9ad690a6d1ef6526d726f618246f200f618e-d # internal cp $WORK/b374/_pkg_.a /builddir/.cache/go-build/a3/a3622ab38ba4cf9c3a614fa7ffec1b95aa384e83f00355d51009c951cd0b9aa2-d # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/36/369aa9e38cfab9dd5ed57c2095f2eca213946c0a17ee15042909d0750d80c0e9-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/3a/3a72ed5fe81afca1be866034944ddef29b089b1bbebc5d5401d5dc6761be2372-d # internal github.com/containers/libpod/vendor/golang.org/x/text/collate mkdir -p $WORK/b373/ cat >$WORK/b373/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/internal/colltab=github.com/containers/libpod/vendor/golang.org/x/text/internal/colltab importmap golang.org/x/text/language=github.com/containers/libpod/vendor/golang.org/x/text/language importmap golang.org/x/text/unicode/norm=github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm packagefile bytes=$WORK/b003/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/internal/colltab=$WORK/b374/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/language=$WORK/b375/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm=$WORK/b298/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/text/collate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "$WORK/b373=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/text/collate -complete -installsuffix shared -buildid AM8v3nKWai1ARlGweiZ3/AM8v3nKWai1ARlGweiZ3 -goversion go1.13.4 -D "" -importcfg $WORK/b373/importcfg -pack ./collate.go ./index.go ./option.go ./sort.go ./tables.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b168/_pkg_.a # internal cp $WORK/b168/_pkg_.a /builddir/.cache/go-build/23/23586d801046a1e304c56e1ed0e037b0991bb2e7610d0412ed08e14cfe693e05-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b268/_pkg_.a # internal cp $WORK/b268/_pkg_.a /builddir/.cache/go-build/f7/f7df8c330ad2e8033f9cd0893d2723127195e7217eb66a1fe1a801077193c8a4-d # internal github.com/containers/libpod/vendor/github.com/ghodss/yaml mkdir -p $WORK/b267/ cat >$WORK/b267/importcfg << 'EOF' # internal # import config importmap gopkg.in/yaml.v2=github.com/containers/libpod/vendor/gopkg.in/yaml.v2 packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/yaml.v2=$WORK/b268/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ghodss/yaml /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "$WORK/b267=>" -shared -p github.com/containers/libpod/vendor/github.com/ghodss/yaml -complete -installsuffix shared -buildid sNxH1VZlL3aZL2ByqjZN/sNxH1VZlL3aZL2ByqjZN -goversion go1.13.4 -D "" -importcfg $WORK/b267/importcfg -pack ./fields.go ./yaml.go github.com/containers/libpod/pkg/trust mkdir -p $WORK/b487/ cat >$WORK/b487/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap gopkg.in/yaml.v2=github.com/containers/libpod/vendor/gopkg.in/yaml.v2 packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/yaml.v2=$WORK/b268/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/trust /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "$WORK/b487=>" -shared -p github.com/containers/libpod/pkg/trust -complete -installsuffix shared -buildid AVSB37YHAEX0D-XVudQC/AVSB37YHAEX0D-XVudQC -goversion go1.13.4 -D "" -importcfg $WORK/b487/importcfg -pack ./trust.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b486/_pkg_.a # internal cd $WORK/b215 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b215=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c projectquota.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b172/_pkg_.a # internal cp $WORK/b486/_pkg_.a /builddir/.cache/go-build/c3/c38b45ef410b557f8af1fbcabfc8ca3e9adc0c8366b586054d37a5484b8e3176-d # internal github.com/containers/libpod/pkg/sysinfo mkdir -p $WORK/b484/ cat >$WORK/b484/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/parsers=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/parsers importmap github.com/opencontainers/runc/libcontainer/cgroups=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/cgroups importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/parsers=$WORK/b485/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/cgroups=$WORK/b486/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cp $WORK/b172/_pkg_.a /builddir/.cache/go-build/d6/d6eb89f46b930a87b34f34dffff2cabaf3ee136f1d3649ae4265cf6fd7ab7746-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/sysinfo /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "$WORK/b484=>" -shared -p github.com/containers/libpod/pkg/sysinfo -complete -installsuffix shared -buildid If7dYrde622ndnUP_zUf/If7dYrde622ndnUP_zUf -goversion go1.13.4 -D "" -importcfg $WORK/b484/importcfg -pack ./numcpu_linux.go ./sysinfo.go ./sysinfo_linux.go github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools mkdir -p $WORK/b167/ cat >$WORK/b167/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools mkdir -p $WORK/b251/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "$WORK/b167=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools -complete -installsuffix shared -buildid 6mu2hbfalgyGCeDz6a7d/6mu2hbfalgyGCeDz6a7d -goversion go1.13.4 -D "" -importcfg $WORK/b167/importcfg -pack ./idtools.go ./idtools_unix.go ./parser.go ./usergroupadd_linux.go ./utils_unix.go github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system mkdir -p $WORK/b177/ cat >$WORK/b251/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/system=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system=$WORK/b252/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/containers/psgo/internal/process cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b177/ -importpath github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system -- -I $WORK/b177/ -g -O2 ./sysconfig.go github.com/containers/libpod/pkg/lookup cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "$WORK/b251=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools -complete -installsuffix shared -buildid JpF9-1V1HjYl-vsmInPG/JpF9-1V1HjYl-vsmInPG -goversion go1.13.4 -D "" -importcfg $WORK/b251/importcfg -pack ./idtools.go ./idtools_unix.go ./usergroupadd_linux.go ./utils_unix.go mkdir -p $WORK/b460/ mkdir -p $WORK/b447/ cat >$WORK/b460/importcfg << 'EOF' # internal # import config importmap github.com/containers/psgo/internal/host=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host importmap github.com/containers/psgo/internal/proc=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc importmap github.com/containers/psgo/internal/types=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host=$WORK/b461/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc=$WORK/b458/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types=$WORK/b459/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b092/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo/internal/process /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "$WORK/b460=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo/internal/process -complete -installsuffix shared -buildid 86IXMKp9hT06FZutsDmV/86IXMKp9hT06FZutsDmV -goversion go1.13.4 -D "" -importcfg $WORK/b460/importcfg -pack ./process.go cat >$WORK/b447/importcfg << 'EOF' # internal # import config importmap github.com/cyphar/filepath-securejoin=github.com/containers/libpod/vendor/github.com/cyphar/filepath-securejoin importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile github.com/containers/libpod/vendor/github.com/cyphar/filepath-securejoin=$WORK/b448/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/31/31de2cd3a7ccd2273dd31f0d5d9b8208ea789708a398106e2f5105e90d248ccb-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/lookup /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "$WORK/b447=>" -shared -p github.com/containers/libpod/pkg/lookup -complete -installsuffix shared -buildid I9cnX0QO2Rg1ar8Xectt/I9cnX0QO2Rg1ar8Xectt -goversion go1.13.4 -D "" -importcfg $WORK/b447/importcfg -pack ./lookup.go cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b073=>" -I $WORK/b073/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b073/sha256block_arm64.o ./sha256block_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b321/_pkg_.a # internal cp $WORK/b321/_pkg_.a /builddir/.cache/go-build/50/50e8885540d8717178243ddb6535ee858d5c9aa96be6d63a66c8d06531b3df0f-d # internal github.com/containers/libpod/vendor/github.com/urfave/cli mkdir -p $WORK/b341/ cat >$WORK/b341/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile text/tabwriter=$WORK/b041/_pkg_.a packagefile text/template=$WORK/b321/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/urfave/cli /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "$WORK/b341=>" -shared -p github.com/containers/libpod/vendor/github.com/urfave/cli -complete -installsuffix shared -buildid 5JhBYDmdjXo4Rq00RQS_/5JhBYDmdjXo4Rq00RQS_ -goversion go1.13.4 -D "" -importcfg $WORK/b341/importcfg -pack ./app.go ./category.go ./cli.go ./command.go ./context.go ./errors.go ./flag.go ./flag_generated.go ./funcs.go ./help.go ./sort.go html/template mkdir -p $WORK/b491/ cat >$WORK/b491/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile html=$WORK/b492/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile text/template=$WORK/b321/_pkg_.a packagefile text/template/parse=$WORK/b322/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/html/template /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "$WORK/b491=>" -shared -p html/template -std -complete -installsuffix shared -buildid iN8YGJDI0QspoQv23ZOP/iN8YGJDI0QspoQv23ZOP -goversion go1.13.4 -D "" -importcfg $WORK/b491/importcfg -pack ./attr.go ./attr_string.go ./content.go ./context.go ./css.go ./delim_string.go ./doc.go ./element_string.go ./error.go ./escape.go ./html.go ./js.go ./jsctx_string.go ./state_string.go ./template.go ./transition.go ./url.go ./urlpart_string.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b389/_pkg_.a # internal cp $WORK/b389/_pkg_.a /builddir/.cache/go-build/0a/0a637d7e13763a41b19f3b506277d7cefc5a81b7efbc8cfa5a75eee4fce0ed75-d # internal cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b089=>" -I $WORK/b089/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b089/asm_arm64.o ./asm_arm64.s cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b073/_pkg_.a $WORK/b073/sha256block_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b073/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/ed/ed084595e395ed305c536000f942cba726b2d249a721aa2512f4cfb9f69a65d3-d # internal github.com/containers/libpod/vendor/github.com/ulikunitz/xz mkdir -p $WORK/b135/ cat >$WORK/b135/importcfg << 'EOF' # internal # import config importmap github.com/ulikunitz/xz/internal/xlog=github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog importmap github.com/ulikunitz/xz/lzma=github.com/containers/libpod/vendor/github.com/ulikunitz/xz/lzma packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog=$WORK/b136/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/lzma=$WORK/b137/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile hash/crc32=$WORK/b134/_pkg_.a packagefile hash/crc64=$WORK/b139/_pkg_.a packagefile io=$WORK/b013/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ulikunitz/xz /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "$WORK/b135=>" -shared -p github.com/containers/libpod/vendor/github.com/ulikunitz/xz -complete -installsuffix shared -buildid _nihHr2YrgmwHwGHOXhE/_nihHr2YrgmwHwGHOXhE -goversion go1.13.4 -D "" -importcfg $WORK/b135/importcfg -pack ./bits.go ./crc.go ./format.go ./lzmafilter.go ./reader.go ./writer.go github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils mkdir -p $WORK/b330/ mkdir -p $WORK/b173/ cat >$WORK/b330/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context=github.com/containers/libpod/vendor/golang.org/x/net/context packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b173/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context=github.com/containers/libpod/vendor/golang.org/x/net/context packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "$WORK/b330=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils -complete -installsuffix shared -buildid XITNwLelyVQo0BnGUTV9/XITNwLelyVQo0BnGUTV9 -goversion go1.13.4 -D "" -importcfg $WORK/b330/importcfg -pack ./buffer.go ./bytespipe.go ./fswriters.go ./readers.go ./temp_unix.go ./writeflusher.go ./writers.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "$WORK/b173=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils -complete -installsuffix shared -buildid -v_GD9sDf6aeYmnLkGyd/-v_GD9sDf6aeYmnLkGyd -goversion go1.13.4 -D "" -importcfg $WORK/b173/importcfg -pack ./buffer.go ./bytespipe.go ./fswriters.go ./readers.go ./temp_unix.go ./writeflusher.go ./writers.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b382/_pkg_.a # internal cp $WORK/b382/_pkg_.a /builddir/.cache/go-build/2d/2d31edc21117d1d0026dfe35a5fae6afd4b05efd498a93fc7c26ec8c2ec87ae2-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime mkdir -p $WORK/b381/ cd $WORK/b215 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b215=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cat >$WORK/b381/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "$WORK/b381=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime -complete -installsuffix shared -buildid 80b9MeWN1yrbtzRrULbl/80b9MeWN1yrbtzRrULbl -goversion go1.13.4 -D "" -importcfg $WORK/b381/importcfg -pack ./runtime.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b484/_pkg_.a # internal cp $WORK/b484/_pkg_.a /builddir/.cache/go-build/e6/e695e5fee75856f5686540c09985279128c2ab6b82a9e33514da350360c32544-d # internal cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b089=>" -I $WORK/b089/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b089/gcm_arm64.o ./gcm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b460/_pkg_.a # internal cp $WORK/b460/_pkg_.a /builddir/.cache/go-build/8f/8fcf00d3af8589c2f86a5190d13f289eda0bd4e39e422bb4c95a449b55286b4c-d # internal github.com/containers/libpod/vendor/github.com/containers/psgo mkdir -p $WORK/b455/ cat >$WORK/b455/importcfg << 'EOF' # internal # import config importmap github.com/containers/psgo/internal/capabilities=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/capabilities importmap github.com/containers/psgo/internal/dev=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/dev importmap github.com/containers/psgo/internal/proc=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc importmap github.com/containers/psgo/internal/process=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/process importmap github.com/containers/psgo/internal/types=github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/capabilities=$WORK/b456/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/dev=$WORK/b457/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc=$WORK/b458/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/process=$WORK/b460/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types=$WORK/b459/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/psgo /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "$WORK/b455=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/psgo -complete -installsuffix shared -buildid jYuCDdYdFzvoZsw0GHaQ/jYuCDdYdFzvoZsw0GHaQ -goversion go1.13.4 -D "" -importcfg $WORK/b455/importcfg -pack ./psgo.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b487/_pkg_.a # internal cp $WORK/b487/_pkg_.a /builddir/.cache/go-build/0e/0e2f88e944765c91b9907317aeea7e2020f284668406580f1563fc8002dedb79-d # internal cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b089/_pkg_.a $WORK/b089/asm_arm64.o $WORK/b089/gcm_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/82/8276a81222dae7c993cd112c4e31f765ab84d5b003f2dbf5f5259a7a34305e75-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b447/_pkg_.a # internal crypto/rand mkdir -p $WORK/b094/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b267/_pkg_.a # internal cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile crypto/aes=$WORK/b089/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile internal/syscall/unix=$WORK/b036/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "$WORK/b094=>" -shared -p crypto/rand -std -complete -installsuffix shared -buildid pRL0LBCsZ1GjJo_lbfhb/pRL0LBCsZ1GjJo_lbfhb -goversion go1.13.4 -D "" -importcfg $WORK/b094/importcfg -pack ./eagain.go ./rand.go ./rand_batched.go ./rand_linux.go ./rand_unix.go ./util.go cp $WORK/b267/_pkg_.a /builddir/.cache/go-build/63/632f8b9af8172ffd21e3e55c371c3b843d19d4886f343ac93f6041347b1a5c46-d # internal github.com/containers/libpod/cmd/podman/formats mkdir -p $WORK/b343/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/yaml cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b090=>" -I $WORK/b090/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b090/p256_asm_arm64.o ./p256_asm_arm64.s cat >$WORK/b343/importcfg << 'EOF' # internal # import config importmap github.com/ghodss/yaml=github.com/containers/libpod/vendor/github.com/ghodss/yaml importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/crypto/ssh/terminal=github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/tabwriter=$WORK/b041/_pkg_.a packagefile text/template=$WORK/b321/_pkg_.a EOF mkdir -p $WORK/b442/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/cmd/podman/formats /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "$WORK/b343=>" -shared -p github.com/containers/libpod/cmd/podman/formats -complete -installsuffix shared -buildid bH3yhbUbzdsJ3JagRKGa/bH3yhbUbzdsJ3JagRKGa -goversion go1.13.4 -D "" -importcfg $WORK/b343/importcfg -pack ./formats.go ./templates.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b215=/tmp/go-build -gno-record-gcc-switches -o $WORK/b215/_cgo_.o $WORK/b215/_cgo_main.o $WORK/b215/_x001.o $WORK/b215/_x002.o -g -O2 cat >$WORK/b442/importcfg << 'EOF' # internal # import config importmap github.com/ghodss/yaml=github.com/containers/libpod/vendor/github.com/ghodss/yaml importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/yaml /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "$WORK/b442=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/yaml -complete -installsuffix shared -buildid FFmERilmJwchcijd8IOg/FFmERilmJwchcijd8IOg -goversion go1.13.4 -D "" -importcfg $WORK/b442/importcfg -pack ./decoder.go cd $WORK/b177 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b177=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c cp $WORK/b447/_pkg_.a /builddir/.cache/go-build/97/97cb6ffa297f7b63262e5c4acf4115fda047c0ea6721af841343718aa407508c-d # internal cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b090/_pkg_.a $WORK/b090/p256_asm_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/90/90f05c3fff473d824e9ec4a719900833aa467fb9bca20be1a4c1d8cf692e180d-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b381/_pkg_.a # internal cp $WORK/b381/_pkg_.a /builddir/.cache/go-build/e7/e7b86bb3773b7ad9a35c92576323c6230e10e898f0dbe134d61cf9c4821462ce-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait mkdir -p $WORK/b415/ cat >$WORK/b415/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile context=$WORK/b019/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "$WORK/b415=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait -complete -installsuffix shared -buildid yfCA7dVPPwVZUo0uqZj1/yfCA7dVPPwVZUo0uqZj1 -goversion go1.13.4 -D "" -importcfg $WORK/b415/importcfg -pack ./doc.go ./wait.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage quota -dynimport $WORK/b215/_cgo_.o -dynout $WORK/b215/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b402/_pkg_.a # internal cp $WORK/b402/_pkg_.a /builddir/.cache/go-build/fc/fc68468d0cb626e3a3994fffba01cc615ea848479ed65f40bdd6db52f3c4a146-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b167/_pkg_.a # internal go/doc mkdir -p $WORK/b405/ cat >$WORK/b405/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile go/ast=$WORK/b402/_pkg_.a packagefile go/token=$WORK/b404/_pkg_.a packagefile internal/lazyregexp=$WORK/b406/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/template=$WORK/b321/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/go/doc /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "$WORK/b405=>" -shared -p go/doc -std -complete -installsuffix shared -buildid pbdBSjZxFjfoYskHVY3k/pbdBSjZxFjfoYskHVY3k -goversion go1.13.4 -D "" -importcfg $WORK/b405/importcfg -pack ./comment.go ./doc.go ./example.go ./exports.go ./filter.go ./reader.go ./synopsis.go cd $WORK/b177 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b177=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c sysconfig.cgo2.c go/parser mkdir -p $WORK/b407/ cat >$WORK/b215/importcfg << 'EOF' # internal # import config importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "$WORK/b215=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota -installsuffix shared -buildid psqd0ORhv0I2cVxWyXte/psqd0ORhv0I2cVxWyXte -goversion go1.13.4 -D "" -importcfg $WORK/b215/importcfg -pack $WORK/b215/_cgo_gotypes.go $WORK/b215/projectquota.cgo1.go $WORK/b215/_cgo_import.go cp $WORK/b167/_pkg_.a /builddir/.cache/go-build/7a/7a914459a5846215f810d1cdec7108c126e8b74a141ce7c9370930725cd09adc-d # internal github.com/containers/libpod/pkg/rootless mkdir -p $WORK/b305/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b305/ -importpath github.com/containers/libpod/pkg/rootless -- -I $WORK/b305/ -g -O2 ./rootless_linux.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b251/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b455/_pkg_.a # internal cat >$WORK/b407/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile go/ast=$WORK/b402/_pkg_.a packagefile go/scanner=$WORK/b403/_pkg_.a packagefile go/token=$WORK/b404/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cp $WORK/b251/_pkg_.a /builddir/.cache/go-build/b0/b0265cbc6920d6bb8e849d28f84de1286cc50d92759803fbd80af39c88c2c4f5-d # internal cp $WORK/b455/_pkg_.a /builddir/.cache/go-build/4e/4eb6cb1e496d579f4262b8c6637666e60a4e9039b7ef255d898f3d55ca569ff2-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir mkdir -p $WORK/b250/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b094/_pkg_.a # internal cat >$WORK/b250/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/idtools=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools=$WORK/b251/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile os=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "$WORK/b250=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir -complete -installsuffix shared -buildid KBWXi_uTHIRmzh6_BG_x/KBWXi_uTHIRmzh6_BG_x -goversion go1.13.4 -D "" -importcfg $WORK/b250/importcfg -pack ./homedir_linux.go ./homedir_unix.go cd /usr/lib/golang/src/go/parser /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "$WORK/b407=>" -shared -p go/parser -std -complete -installsuffix shared -buildid 3IBHtqNUnEbx2LgzdvSJ/3IBHtqNUnEbx2LgzdvSJ -goversion go1.13.4 -D "" -importcfg $WORK/b407/importcfg -pack ./interface.go ./parser.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b343/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/e8/e801ac8a141cec1c88b1ce6919a1c8c3115736210cee9f92185e06a951b7c0b4-d # internal crypto/rsa mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile crypto/internal/randutil=$WORK/b091/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cp $WORK/b343/_pkg_.a /builddir/.cache/go-build/e6/e6063d0d8575759444f082ffa488df0ce8ee7d7adb59714e88d501ddc4207de6-d # internal cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "$WORK/b095=>" -shared -p crypto/rsa -std -complete -installsuffix shared -buildid ZZyRI6qEMfMJUTh0kf4Q/ZZyRI6qEMfMJUTh0kf4Q -goversion go1.13.4 -D "" -importcfg $WORK/b095/importcfg -pack ./boring.go ./pkcs1v15.go ./pss.go ./rsa.go crypto/ed25519 mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/ed25519/internal/edwards25519=$WORK/b100/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ed25519 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "$WORK/b099=>" -shared -p crypto/ed25519 -std -complete -installsuffix shared -buildid F1bVbWwC8JC8pY94mgz6/F1bVbWwC8JC8pY94mgz6 -goversion go1.13.4 -D "" -importcfg $WORK/b099/importcfg -pack ./ed25519.go github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/elgamal mkdir -p $WORK/b192/ cat >$WORK/b192/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/elgamal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "$WORK/b192=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/elgamal -complete -installsuffix shared -buildid GB2dDAeV5yZRMvk7xm5V/GB2dDAeV5yZRMvk7xm5V -goversion go1.13.4 -D "" -importcfg $WORK/b192/importcfg -pack ./elgamal.go github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid mkdir -p $WORK/b222/ github.com/containers/libpod/pkg/netns github.com/containers/libpod/vendor/github.com/docker/distribution/uuid cat >$WORK/b222/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b450/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "$WORK/b222=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid -complete -installsuffix shared -buildid 3w-Y2ElAHZD7wkwv7Ojw/3w-Y2ElAHZD7wkwv7Ojw -goversion go1.13.4 -D "" -importcfg $WORK/b222/importcfg -pack ./stringid.go cat >$WORK/b450/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/plugins/pkg/ns=github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns=$WORK/b351/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/netns /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "$WORK/b450=>" -shared -p github.com/containers/libpod/pkg/netns -complete -installsuffix shared -buildid w-R16RcG0ITbDObB--4e/w-R16RcG0ITbDObB--4e -goversion go1.13.4 -D "" -importcfg $WORK/b450/importcfg -pack ./netns_linux.go mkdir -p $WORK/b262/ github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux mkdir -p $WORK/b212/ cat >$WORK/b212/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cat >$WORK/b262/importcfg << 'EOF' # internal # import config packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "$WORK/b212=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux -complete -installsuffix shared -buildid 6aLakDBdlr-Xz4m5ZZQJ/6aLakDBdlr-Xz4m5ZZQJ -goversion go1.13.4 -D "" -importcfg $WORK/b212/importcfg -pack ./selinux_linux.go ./xattrs.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/uuid /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "$WORK/b262=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/uuid -complete -installsuffix shared -buildid Z4YkYkqTPfDO8lFjosJB/Z4YkYkqTPfDO8lFjosJB -goversion go1.13.4 -D "" -importcfg $WORK/b262/importcfg -pack ./uuid.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b415/_pkg_.a # internal cd $WORK/b177 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b177=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b442/_pkg_.a # internal cp $WORK/b415/_pkg_.a /builddir/.cache/go-build/38/38b53d23fbb1db876b43bd36f525dad70f67eec6f54cc46266c87e8a077f35a1-d # internal cp $WORK/b442/_pkg_.a /builddir/.cache/go-build/bc/bcc6421575ad7bd4e76b730d659514beaafa5de66057ef786f59822ebae16a55-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b250/_pkg_.a # internal cp $WORK/b250/_pkg_.a /builddir/.cache/go-build/cb/cbf0ab9be566a435cd5462e0dca9e1d5dca403b6e1c74f349511efd958d2b5e2-d # internal github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config mkdir -p $WORK/b247/ cat >$WORK/b247/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/docker/docker-credential-helpers/client=github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/client importmap github.com/docker/docker-credential-helpers/credentials=github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials importmap github.com/docker/docker/pkg/homedir=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/client=$WORK/b248/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials=$WORK/b249/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir=$WORK/b250/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "$WORK/b247=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config -complete -installsuffix shared -buildid 4OqrBalhVXQuB_JB3NGD/4OqrBalhVXQuB_JB3NGD -goversion go1.13.4 -D "" -importcfg $WORK/b247/importcfg -pack ./config.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b093/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b330/_pkg_.a # internal cp $WORK/b330/_pkg_.a /builddir/.cache/go-build/58/587246ac771f22a67e251ec2a1a06abd6bead401297039de5901b9cfad0977fe-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/pkg/pools mkdir -p $WORK/b331/ github.com/containers/libpod/pkg/resolvconf mkdir -p $WORK/b452/ cat >$WORK/b331/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/ioutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils packagefile bufio=$WORK/b002/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils=$WORK/b330/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/pools /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "$WORK/b331=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/pools -complete -installsuffix shared -buildid zs6RUw-ulwCsPtFNE_MD/zs6RUw-ulwCsPtFNE_MD -goversion go1.13.4 -D "" -importcfg $WORK/b331/importcfg -pack ./pools.go cat >$WORK/b452/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/ioutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bytes=$WORK/b003/_pkg_.a packagefile github.com/containers/libpod/pkg/resolvconf/dns=$WORK/b453/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils=$WORK/b330/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/resolvconf /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "$WORK/b452=>" -shared -p github.com/containers/libpod/pkg/resolvconf -complete -installsuffix shared -buildid NYXHWLT33P38VHxFryfU/NYXHWLT33P38VHxFryfU -goversion go1.13.4 -D "" -importcfg $WORK/b452/importcfg -pack ./resolvconf.go cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/63/639efd4592da75a4cf045905a9d297293767f0cade6426812f4e6896fc3634b7-d # internal crypto/ecdsa mkdir -p $WORK/b088/ crypto/x509/pkix cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/aes=$WORK/b089/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile crypto/internal/randutil=$WORK/b091/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "$WORK/b088=>" -shared -p crypto/ecdsa -std -complete -installsuffix shared -buildid 0bl9zQ98bbNRyKCKV4h0/0bl9zQ98bbNRyKCKV4h0 -goversion go1.13.4 -D "" -importcfg $WORK/b088/importcfg -pack ./boring.go ./ecdsa.go mkdir -p $WORK/b108/ vendor/golang.org/x/crypto/cryptobyte cat >$WORK/b108/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b110/ cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "$WORK/b108=>" -shared -p crypto/x509/pkix -std -complete -installsuffix shared -buildid UMJnU9eJCQ4Pfkz_w6Ql/UMJnU9eJCQ4Pfkz_w6Ql -goversion go1.13.4 -D "" -importcfg $WORK/b108/importcfg -pack ./pkix.go cat >$WORK/b110/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b111/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "$WORK/b110=>" -shared -p vendor/golang.org/x/crypto/cryptobyte -std -complete -installsuffix shared -buildid 9S5kIlmHOls4j-Ef8Ts2/9S5kIlmHOls4j-Ef8Ts2 -goversion go1.13.4 -D "" -importcfg $WORK/b110/importcfg -pack ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b222/_pkg_.a # internal cp $WORK/b222/_pkg_.a /builddir/.cache/go-build/1f/1fe32927852d9d6395695bf035263b7549ae4502c4c4fe2beeef69538b00a7ca-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b043/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/68/6855f4a40a2451732c38220922a5f2fc7b2767be8b9b14917f332147b2e0e945-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b192/_pkg_.a # internal cd $WORK/b305 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b305=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c cp $WORK/b192/_pkg_.a /builddir/.cache/go-build/9e/9ebfb1a1d6b391a6e65bc4b4906a5fd11c175e5c416ef41aeb0bd422a7b3dca3-d # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/4c/4ccc1e3e31b376e17a37ba57cd248d441dbf19a68168a79a376fe82a6f8ace9e-d # internal cd $WORK/b234 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b234=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b450/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b177=/tmp/go-build -gno-record-gcc-switches -o $WORK/b177/_cgo_.o $WORK/b177/_cgo_main.o $WORK/b177/_x001.o $WORK/b177/_x002.o -g -O2 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b173/_pkg_.a # internal cp $WORK/b450/_pkg_.a /builddir/.cache/go-build/4f/4fa50e1b092453a38d887b1953f79e8f470b6cdad47912ea790d3ef5ee6bf967-d # internal cp $WORK/b173/_pkg_.a /builddir/.cache/go-build/c7/c7bbe46e21b2fd3d79ae984007aac1a7bbba0d04352b03c45af9bb53fb3225df-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools mkdir -p $WORK/b175/ cat >$WORK/b175/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils packagefile bufio=$WORK/b002/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "$WORK/b175=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools -complete -installsuffix shared -buildid CJTpa3IhltKirHD5GkAL/CJTpa3IhltKirHD5GkAL -goversion go1.13.4 -D "" -importcfg $WORK/b175/importcfg -pack ./pools.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b262/_pkg_.a # internal cp $WORK/b262/_pkg_.a /builddir/.cache/go-build/60/600b7fa77fb190c32d2d2019f4302e4a24aa6bc92eccfab7d3f017ee9cd91f5d-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b215/_pkg_.a $WORK/b215/_x001.o $WORK/b215/_x002.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b215/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b331/_pkg_.a # internal cp $WORK/b331/_pkg_.a /builddir/.cache/go-build/5a/5a1795e27bc093a0969c04d2cad0c51dbc44cb9b21dff8c56cd63a0dedf5f89d-d # internal cp $WORK/b215/_pkg_.a /builddir/.cache/go-build/06/06b4c23f51ab742a16aba5ffab3008588153b850adaefcd280ec47a1b02d8841-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b247/_pkg_.a # internal cp $WORK/b247/_pkg_.a /builddir/.cache/go-build/d2/d2d161f20fafae690bf528c80f670e2116ab8e97883ef059e926cece3ebef81b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b452/_pkg_.a # internal cd $WORK/b305 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b305=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c rootless_linux.cgo2.c cp $WORK/b452/_pkg_.a /builddir/.cache/go-build/f5/f5c2a972db339e70ac0d105ab3c7aefbd35ca690817a4dd82aeb9992200b4941-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/44/443fa2a85d7fc42818cfdd6ab8a528e58c4fc36791f16d4a6bce6a0dcf4482b9-d # internal github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config importmap github.com/klauspost/pgzip=github.com/containers/libpod/vendor/github.com/klauspost/pgzip importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/ulikunitz/xz=github.com/containers/libpod/vendor/github.com/ulikunitz/xz packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/bzip2=$WORK/b131/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz=$WORK/b135/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "$WORK/b130=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression -complete -installsuffix shared -buildid tTeXrhjq8GgG25jsFHEz/tTeXrhjq8GgG25jsFHEz -goversion go1.13.4 -D "" -importcfg $WORK/b130/importcfg -pack ./compression.go cd $WORK/b234 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b234=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c seccomp.cgo2.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage system -dynimport $WORK/b177/_cgo_.o -dynout $WORK/b177/_cgo_import.go cat >$WORK/b177/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "$WORK/b177=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system -installsuffix shared -buildid Twrc2_2GtnIdSX-Nh38w/Twrc2_2GtnIdSX-Nh38w -goversion go1.13.4 -D "" -importcfg $WORK/b177/importcfg -pack ./linux.go ./proc.go ./syscall_linux_64.go ./xattrs_linux.go $WORK/b177/_cgo_gotypes.go $WORK/b177/sysconfig.cgo1.go $WORK/b177/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b108/_pkg_.a # internal cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/c8/c8a50d8971d6a6fa38277fb98272de609f6151a318314d0d49238a429bf93d95-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b175/_pkg_.a # internal cp $WORK/b175/_pkg_.a /builddir/.cache/go-build/95/95cee8bc0a93c6a7b8e49e745b34ef76f5c3b0839e3d6b026e37b5790cbc1479-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b305=/tmp/go-build -gno-record-gcc-switches -I $WORK/b305/ -g -O2 -o $WORK/b305/_x003.o -c rootless_linux.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/8e/8e6b82422749839d290d66939e7b2aad7d2b88a8f60ba7d862a135e44eea7722-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/95/95476f7ef7ea5a650affe1eb2843e07379b04e7f13e8e98530fbfa71d7ec8f23-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b212/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b095/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b177/_pkg_.a $WORK/b177/_x001.o $WORK/b177/_x002.o # internal cp $WORK/b212/_pkg_.a /builddir/.cache/go-build/7e/7e7e451feee1dfff40fd208d9318954ec8ecff4caaf32da54901a624201999b0-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b177/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/3d/3d03379af2202a2ed12877e52eb3bfcc787fd2bc5ddc7ebc8035ad9360355fde-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label mkdir -p $WORK/b211/ cat >$WORK/b211/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/selinux/go-selinux=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux=$WORK/b212/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "$WORK/b211=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label -complete -installsuffix shared -buildid AH2h7vU_nMh77V4_z7Ok/AH2h7vU_nMh77V4_z7Ok -goversion go1.13.4 -D "" -importcfg $WORK/b211/importcfg -pack ./label_selinux.go cp $WORK/b177/_pkg_.a /builddir/.cache/go-build/09/09b5278e546c06f3840906c49fe08bf77dd1c971d9b6c95291693096bc38e49b-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy mkdir -p $WORK/b219/ github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/packet mkdir -p $WORK/b188/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b219/ -importpath github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy -- -I $WORK/b219/ -g -O2 ./copy.go cat >$WORK/b188/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cast5=github.com/containers/libpod/vendor/golang.org/x/crypto/cast5 importmap golang.org/x/crypto/openpgp/elgamal=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/elgamal importmap golang.org/x/crypto/openpgp/errors=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors importmap golang.org/x/crypto/openpgp/s2k=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/bzip2=$WORK/b131/_pkg_.a packagefile compress/flate=$WORK/b148/_pkg_.a packagefile compress/zlib=$WORK/b189/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/aes=$WORK/b089/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/des=$WORK/b098/_pkg_.a packagefile crypto/dsa=$WORK/b107/_pkg_.a packagefile crypto/ecdsa=$WORK/b088/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/md5=$WORK/b103/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/sha1=$WORK/b105/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/cast5=$WORK/b191/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/elgamal=$WORK/b192/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors=$WORK/b187/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k=$WORK/b193/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile image=$WORK/b194/_pkg_.a packagefile image/jpeg=$WORK/b196/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/docker/pkg/archive mkdir -p $WORK/b328/ github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive mkdir -p $WORK/b164/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/packet /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "$WORK/b188=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/packet -complete -installsuffix shared -buildid cGlj-BQ6cazQ5w8tfzqZ/cGlj-BQ6cazQ5w8tfzqZ -goversion go1.13.4 -D "" -importcfg $WORK/b188/importcfg -pack ./compressed.go ./config.go ./encrypted_key.go ./literal.go ./ocfb.go ./one_pass_signature.go ./opaque.go ./packet.go ./private_key.go ./public_key.go ./public_key_v3.go ./reader.go ./signature.go ./signature_v3.go ./symmetric_key_encrypted.go ./symmetrically_encrypted.go ./userattribute.go ./userid.go cat >$WORK/b328/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/pkg/fileutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils importmap github.com/docker/docker/pkg/idtools=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools importmap github.com/docker/docker/pkg/ioutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils importmap github.com/docker/docker/pkg/pools=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/pools importmap github.com/docker/docker/pkg/system=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile archive/tar=$WORK/b043/_pkg_.a packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/bzip2=$WORK/b131/_pkg_.a packagefile compress/gzip=$WORK/b147/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils=$WORK/b329/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools=$WORK/b251/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils=$WORK/b330/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/pools=$WORK/b331/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system=$WORK/b252/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b164/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/fileutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/containers/storage/pkg/pools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools importmap github.com/containers/storage/pkg/promise=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/promise importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/klauspost/pgzip=github.com/containers/libpod/vendor/github.com/klauspost/pgzip importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap github.com/pquerna/ffjson/fflib/v1=github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1 importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile archive/tar=$WORK/b043/_pkg_.a packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/bzip2=$WORK/b131/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils=$WORK/b165/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools=$WORK/b175/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/promise=$WORK/b176/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1=$WORK/b178/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/pkg/archive /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "$WORK/b328=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/pkg/archive -complete -installsuffix shared -buildid RK9pk7ylMv8d0ISH7Hx3/RK9pk7ylMv8d0ISH7Hx3 -goversion go1.13.4 -D "" -importcfg $WORK/b328/importcfg -pack ./archive.go ./archive_linux.go ./archive_unix.go ./changes.go ./changes_linux.go ./changes_unix.go ./copy.go ./copy_unix.go ./diff.go ./time_linux.go ./whiteouts.go ./wrap.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "$WORK/b164=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive -complete -installsuffix shared -buildid _gK1bYlumO6FxDBRxDfe/_gK1bYlumO6FxDBRxDfe -goversion go1.13.4 -D "" -importcfg $WORK/b164/importcfg -pack ./archive.go ./archive_110.go ./archive_ffjson.go ./archive_linux.go ./archive_unix.go ./changes.go ./changes_linux.go ./changes_unix.go ./copy.go ./copy_unix.go ./diff.go ./time_linux.go ./whiteouts.go ./wrap.go cd $WORK/b234 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b234=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x003.o -c seccomp_internal.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b211/_pkg_.a # internal cp $WORK/b211/_pkg_.a /builddir/.cache/go-build/22/228541df4117514fef022cf334e3c28885aca554ee3f86f821b183b3a390b3aa-d # internal cd $WORK/b219 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b219=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/78/782fef3b80efff62c8d454a9a9f046731d080995adf329b9d428c1a73e9d2a9b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b405/_pkg_.a # internal cp $WORK/b405/_pkg_.a /builddir/.cache/go-build/86/86625aa8be088b661b0244205b17a901a44bb1da65a1747267ee9e9e4850afb8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b491/_pkg_.a # internal cp $WORK/b491/_pkg_.a /builddir/.cache/go-build/fe/fe0b3a8eac9119be2ef518275a6841853f75948784e2ea62befdb81c9b1191b2-d # internal TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b219=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c copy.cgo2.c cd $WORK/b305 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b305=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd $WORK/b219 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b219=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd $WORK/b234 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b234=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b305=/tmp/go-build -gno-record-gcc-switches -o $WORK/b305/_cgo_.o $WORK/b305/_cgo_main.o $WORK/b305/_x001.o $WORK/b305/_x002.o $WORK/b305/_x003.o -g -O2 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b407/_pkg_.a # internal cp $WORK/b407/_pkg_.a /builddir/.cache/go-build/c1/c173f990d0756505adcba485750b89b9a75f96f3805e07c27705a83be0bee949-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b367/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b219=/tmp/go-build -gno-record-gcc-switches -o $WORK/b219/_cgo_.o $WORK/b219/_cgo_main.o $WORK/b219/_x001.o $WORK/b219/_x002.o -g -O2 cp $WORK/b367/_pkg_.a /builddir/.cache/go-build/ba/ba73295d593eb830ace304a6b49d6009c75306d23868e75e519844e2ee35adda-d # internal github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu/rpc mkdir -p $WORK/b366/ cat >$WORK/b366/importcfg << 'EOF' # internal # import config importmap github.com/golang/protobuf/proto=github.com/containers/libpod/vendor/github.com/golang/protobuf/proto packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/protobuf/proto=$WORK/b367/_pkg_.a packagefile math=$WORK/b027/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu/rpc /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "$WORK/b366=>" -shared -p github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu/rpc -complete -installsuffix shared -buildid tqE7aegIrPnW8VULTfIR/tqE7aegIrPnW8VULTfIR -goversion go1.13.4 -D "" -importcfg $WORK/b366/importcfg -pack ./rpc.pb.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b234=/tmp/go-build -gno-record-gcc-switches -o $WORK/b234/_cgo_.o $WORK/b234/_cgo_main.o $WORK/b234/_x001.o $WORK/b234/_x002.o $WORK/b234/_x003.o -g -O2 -lseccomp cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage rootless -dynimport $WORK/b305/_cgo_.o -dynout $WORK/b305/_cgo_import.go cat >$WORK/b305/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/docker/docker/pkg/signal=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal=$WORK/b306/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "$WORK/b305=>" -shared -p github.com/containers/libpod/pkg/rootless -installsuffix shared -buildid qG-Mqu_k7CM5hW4FdQwU/qG-Mqu_k7CM5hW4FdQwU -goversion go1.13.4 -D "" -importcfg $WORK/b305/importcfg -pack $WORK/b305/_cgo_gotypes.go $WORK/b305/rootless_linux.cgo1.go $WORK/b305/_cgo_import.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage copy -dynimport $WORK/b219/_cgo_.o -dynout $WORK/b219/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b341/_pkg_.a # internal cat >$WORK/b219/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/pools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile container/list=$WORK/b097/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools=$WORK/b175/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "$WORK/b219=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy -installsuffix shared -buildid pQMX_0hHWv8C9UpFdrwz/pQMX_0hHWv8C9UpFdrwz -goversion go1.13.4 -D "" -importcfg $WORK/b219/importcfg -pack $WORK/b219/_cgo_gotypes.go $WORK/b219/copy.cgo1.go $WORK/b219/_cgo_import.go cp $WORK/b341/_pkg_.a /builddir/.cache/go-build/6d/6d181c9b90ee206221790fb4b6b36c329b5cf78f3f413bc66b9cf0d501d3df93-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage seccomp -dynimport $WORK/b234/_cgo_.o -dynout $WORK/b234/_cgo_import.go cat >$WORK/b234/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "$WORK/b234=>" -shared -p github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang -installsuffix shared -buildid sOQ3l6UtOMuW1bo6rG0D/sOQ3l6UtOMuW1bo6rG0D -goversion go1.13.4 -D "" -importcfg $WORK/b234/importcfg -pack $WORK/b234/_cgo_gotypes.go $WORK/b234/seccomp.cgo1.go $WORK/b234/seccomp_internal.cgo1.go $WORK/b234/_cgo_import.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b219/_pkg_.a $WORK/b219/_x001.o $WORK/b219/_x002.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b219/_pkg_.a # internal cp $WORK/b219/_pkg_.a /builddir/.cache/go-build/ea/ea2ab88cecb638d787061295b0fa36b281961ade5b46b036a227ad0e6629d791-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/rootless /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b305/_pkg_.a $WORK/b305/_x001.o $WORK/b305/_x002.o $WORK/b305/_x003.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b305/_pkg_.a # internal cp $WORK/b305/_pkg_.a /builddir/.cache/go-build/39/3990ac5ce5e374eefcb363bb66b3f3168c2b68f82286a91c088bb022c4662ba0-d # internal github.com/containers/libpod/pkg/secrets mkdir -p $WORK/b307/ github.com/containers/libpod/pkg/registries mkdir -p $WORK/b358/ cat >$WORK/b307/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bufio=$WORK/b002/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/secrets /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "$WORK/b307=>" -shared -p github.com/containers/libpod/pkg/secrets -complete -installsuffix shared -buildid -ipaMM0WU8IdxcIWpc5o/-ipaMM0WU8IdxcIWpc5o -goversion go1.13.4 -D "" -importcfg $WORK/b307/importcfg -pack ./secrets.go cat >$WORK/b358/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/pkg/sysregistries=github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries=$WORK/b243/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/registries /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "$WORK/b358=>" -shared -p github.com/containers/libpod/pkg/registries -complete -installsuffix shared -buildid 42fHHso5ihq9SvhIqB8T/42fHHso5ihq9SvhIqB8T -goversion go1.13.4 -D "" -importcfg $WORK/b358/importcfg -pack ./registries.go cd $WORK/b184 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b184=/tmp/go-build -gno-record-gcc-switches -D_FILE_OFFSET_BITS=64 -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b366/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b358/_pkg_.a # internal cp $WORK/b366/_pkg_.a /builddir/.cache/go-build/7d/7d9f289a2620a7e5d566a4aa135da48e3442d00c74456239f39b94b9021aa0ce-d # internal github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu mkdir -p $WORK/b365/ cp $WORK/b358/_pkg_.a /builddir/.cache/go-build/78/78078f8dcce6c76da72c3a92596c137c2cb5b178339a7ca8428dc8700173e1df-d # internal cat >$WORK/b365/importcfg << 'EOF' # internal # import config importmap github.com/checkpoint-restore/go-criu/rpc=github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu/rpc importmap github.com/golang/protobuf/proto=github.com/containers/libpod/vendor/github.com/golang/protobuf/proto packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu/rpc=$WORK/b366/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/protobuf/proto=$WORK/b367/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "$WORK/b365=>" -shared -p github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu -complete -installsuffix shared -buildid Ekm9NE5LB2HqFK5qq4m3/Ekm9NE5LB2HqFK5qq4m3 -goversion go1.13.4 -D "" -importcfg $WORK/b365/importcfg -pack ./main.go ./notify.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b307/_pkg_.a # internal cp $WORK/b307/_pkg_.a /builddir/.cache/go-build/c3/c3f7fec9d638a34399eb139fa1377781b800fac8d36d2ef1d6e1626a396f2ab8-d # internal cd $WORK/b184 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b184=/tmp/go-build -gno-record-gcc-switches -D_FILE_OFFSET_BITS=64 -I ./ -g -O2 -o ./_x002.o -c data.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b365/_pkg_.a # internal cp $WORK/b365/_pkg_.a /builddir/.cache/go-build/e2/e21c1c6cd88e15313923d46f2823586d57f783d805f37dad17f6fcf34b843ee5-d # internal github.com/containers/libpod/pkg/criu mkdir -p $WORK/b364/ cat >$WORK/b364/importcfg << 'EOF' # internal # import config importmap github.com/checkpoint-restore/go-criu=github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu packagefile github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu=$WORK/b365/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/criu /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "$WORK/b364=>" -shared -p github.com/containers/libpod/pkg/criu -complete -installsuffix shared -buildid FfrFhn1GuC8Qeyvdlp42/FfrFhn1GuC8Qeyvdlp42 -goversion go1.13.4 -D "" -importcfg $WORK/b364/importcfg -pack ./criu.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b234/_pkg_.a $WORK/b234/_x001.o $WORK/b234/_x002.o $WORK/b234/_x003.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b234/_pkg_.a # internal cp $WORK/b234/_pkg_.a /builddir/.cache/go-build/d8/d8fcee3a2ab97ba8a9a9369a44c6b4a0f54e6f77ce11d6ee65c63d9efd637f4c-d # internal github.com/containers/libpod/vendor/github.com/seccomp/containers-golang mkdir -p $WORK/b338/ cat >$WORK/b338/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/seccomp/libseccomp-golang=github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang=$WORK/b234/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/seccomp/containers-golang /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "$WORK/b338=>" -shared -p github.com/containers/libpod/vendor/github.com/seccomp/containers-golang -complete -installsuffix shared -buildid 141oaXix5EbWniQDxENv/141oaXix5EbWniQDxENv -goversion go1.13.4 -D "" -importcfg $WORK/b338/importcfg -pack ./seccomp_default_linux.go ./seccomp_linux.go ./types.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b364/_pkg_.a # internal cp $WORK/b364/_pkg_.a /builddir/.cache/go-build/ff/ff8d437035f57fe0d869f6d59cf8049b34dea61415669fd149923241fb075199-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b283/_pkg_.a # internal cp $WORK/b283/_pkg_.a /builddir/.cache/go-build/8e/8edd5c6d4b72ed77a737e14bc38e24fef91e84d733ac38bfa93086b9efe99bd2-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm/runtime mkdir -p $WORK/b282/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema mkdir -p $WORK/b409/ mkdir -p $WORK/b412/ github.com/containers/libpod/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor cat >$WORK/b282/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a EOF mkdir -p $WORK/b350/ cat >$WORK/b409/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "$WORK/b282=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm/runtime -complete -installsuffix shared -buildid 9sEHRQ7sPaHWqebiPoy9/9sEHRQ7sPaHWqebiPoy9 -goversion go1.13.4 -D "" -importcfg $WORK/b282/importcfg -pack ./gen.go ./plugin.pb.go cat >$WORK/b412/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap github.com/google/gofuzz=github.com/containers/libpod/vendor/github.com/google/gofuzz packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/google/gofuzz=$WORK/b391/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile runtime/debug=$WORK/b124/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "$WORK/b409=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema -complete -installsuffix shared -buildid 76w3IYP7UBTfnK05SZtx/76w3IYP7UBTfnK05SZtx -goversion go1.13.4 -D "" -importcfg $WORK/b409/importcfg -pack ./generated.pb.go ./group_version.go ./interfaces.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "$WORK/b412=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr -complete -installsuffix shared -buildid rQ1UJCJIgKVoCM1JLo1B/rQ1UJCJIgKVoCM1JLo1B -goversion go1.13.4 -D "" -importcfg $WORK/b412/importcfg -pack ./generated.pb.go ./intstr.go cat >$WORK/b350/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b147/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "$WORK/b350=>" -shared -p github.com/containers/libpod/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -installsuffix shared -buildid UhiANRNQ6jTCcFzjE87l/UhiANRNQ6jTCcFzjE87l -goversion go1.13.4 -D "" -importcfg $WORK/b350/importcfg -pack ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b328/_pkg_.a # internal cp $WORK/b328/_pkg_.a /builddir/.cache/go-build/cd/cda35cba5100d2d10285988670ad1d7aa6e328a2cda9ddd428c5ed6ae934e385-d # internal cd $WORK/b184 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b184=/tmp/go-build -gno-record-gcc-switches -D_FILE_OFFSET_BITS=64 -I ./ -g -O2 -o ./_x003.o -c gpgme.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b338/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b412/_pkg_.a # internal cp $WORK/b338/_pkg_.a /builddir/.cache/go-build/c3/c3987e11a441da3a42d3d051831b71fc174d079bb865a564606395ac5e13515d-d # internal cp $WORK/b412/_pkg_.a /builddir/.cache/go-build/50/50a59b53b5b6064bf21661a9adbf50068bc836f93ee997831b98fd62545e955f-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b188/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b282/_pkg_.a # internal cp $WORK/b282/_pkg_.a /builddir/.cache/go-build/aa/aae1a8f9eea68e3773388c7586f291167fd7fedc39c97056a966cf8173384d02-d # internal cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b052/_pkg_.a $WORK/b052/_x001.o $WORK/b052/_x002.o $WORK/b052/_x003.o $WORK/b052/_x004.o $WORK/b052/_x005.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b052/_pkg_.a # internal cp $WORK/b188/_pkg_.a /builddir/.cache/go-build/30/300318592095cc848f5d9a2e9de665110e7ccb3bd001f715897ced6d01932abf-d # internal github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp mkdir -p $WORK/b185/ cat >$WORK/b185/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/openpgp/armor=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/armor importmap golang.org/x/crypto/openpgp/errors=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors importmap golang.org/x/crypto/openpgp/packet=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/packet importmap golang.org/x/crypto/openpgp/s2k=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/armor=$WORK/b186/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors=$WORK/b187/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/packet=$WORK/b188/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k=$WORK/b193/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "$WORK/b185=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp -complete -installsuffix shared -buildid PtbUvddQ-ujWuyEzOlQn/PtbUvddQ-ujWuyEzOlQn -goversion go1.13.4 -D "" -importcfg $WORK/b185/importcfg -pack ./canonical_text.go ./keys.go ./read.go ./write.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b409/_pkg_.a # internal cp $WORK/b409/_pkg_.a /builddir/.cache/go-build/0e/0e3d33ad3e272dd0415a8c2381b7a6d2ed8c18ee4a8478cdd6997f6bccf0b362-d # internal cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/07/07ab8853aa1765bc3d7748ec1e6ed631373064964cc08545b7f670ace0f0b22d-d # internal vendor/golang.org/x/net/http/httpproxy mkdir -p $WORK/b156/ github.com/containers/libpod/vendor/golang.org/x/net/proxy github.com/containers/libpod/vendor/github.com/coreos/go-iptables/iptables github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types github.com/containers/libpod/vendor/golang.org/x/net/lex/httplex github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry net/textproto log/syslog github.com/containers/libpod/vendor/github.com/docker/go-connections/nat mkdir -p $WORK/b277/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation mkdir -p $WORK/b145/ cat >$WORK/b156/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/net/idna=$WORK/b150/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b370/ cd /usr/lib/golang/src/vendor/golang.org/x/net/http/httpproxy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "$WORK/b156=>" -shared -p vendor/golang.org/x/net/http/httpproxy -std -complete -installsuffix shared -buildid 9HYBQmvtLzmJFfTPLmPX/9HYBQmvtLzmJFfTPLmPX -goversion go1.13.4 -D "" -importcfg $WORK/b156/importcfg -pack ./proxy.go cat >$WORK/b277/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF crypto/x509 cat >$WORK/b145/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/vishvananda/netlink/nl mkdir -p $WORK/b051/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/proxy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "$WORK/b145=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/proxy -complete -installsuffix shared -buildid 3tWfygWRybqeQAlSUn6-/3tWfygWRybqeQAlSUn6- -goversion go1.13.4 -D "" -importcfg $WORK/b145/importcfg -pack ./direct.go ./per_host.go ./proxy.go ./socks5.go github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime mkdir -p $WORK/b299/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/go-connections/nat /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "$WORK/b277=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/go-connections/nat -complete -installsuffix shared -buildid w4_er8vbRqELFeR1e8Wt/w4_er8vbRqELFeR1e8Wt -goversion go1.13.4 -D "" -importcfg $WORK/b277/importcfg -pack ./nat.go ./parse.go ./sort.go cat >$WORK/b051/importcfg << 'EOF' # internal # import config packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cat >$WORK/b370/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF mkdir -p $WORK/b280/ github.com/containers/libpod/vendor/github.com/godbus/dbus cat >$WORK/b299/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=github.com/containers/libpod/vendor/golang.org/x/net/idna packagefile github.com/containers/libpod/vendor/golang.org/x/net/idna=$WORK/b294/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "$WORK/b051=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types -complete -installsuffix shared -buildid zGb-6qzASokI5le7S74_/zGb-6qzASokI5le7S74_ -goversion go1.13.4 -D "" -importcfg $WORK/b051/importcfg -pack ./args.go ./types.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/coreos/go-iptables/iptables /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "$WORK/b370=>" -shared -p github.com/containers/libpod/vendor/github.com/coreos/go-iptables/iptables -complete -installsuffix shared -buildid JBGlpIvQ4FzmHHrWwSIt/JBGlpIvQ4FzmHHrWwSIt -goversion go1.13.4 -D "" -importcfg $WORK/b370/importcfg -pack ./iptables.go ./lock.go github.com/containers/libpod/vendor/github.com/spf13/pflag cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "$WORK/b299=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/lex/httplex -complete -installsuffix shared -buildid XVqh_wQ-tgOzcPKNGbgx/XVqh_wQ-tgOzcPKNGbgx -goversion go1.13.4 -D "" -importcfg $WORK/b299/importcfg -pack ./httplex.go mkdir -p $WORK/b155/ cat >$WORK/b280/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile encoding/json=$WORK/b023/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile net=$WORK/b052/_pkg_.a EOF mkdir -p $WORK/b490/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "$WORK/b280=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry -complete -installsuffix shared -buildid ZYKpeYXUpolifEQ7dz6M/ZYKpeYXUpolifEQ7dz6M -goversion go1.13.4 -D "" -importcfg $WORK/b280/importcfg -pack ./authenticate.go ./registry.go mkdir -p $WORK/b398/ cat >$WORK/b155/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b490/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/log/syslog /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "$WORK/b490=>" -shared -p log/syslog -std -complete -installsuffix shared -buildid mc5HmLKWqfYD6scN1kbm/mc5HmLKWqfYD6scN1kbm -goversion go1.13.4 -D "" -importcfg $WORK/b490/importcfg -pack ./doc.go ./syslog.go ./syslog_unix.go cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "$WORK/b155=>" -shared -p net/textproto -std -complete -installsuffix shared -buildid 2q9JSu728672rCydHuZW/2q9JSu728672rCydHuZW -goversion go1.13.4 -D "" -importcfg $WORK/b155/importcfg -pack ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go cat >$WORK/b398/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field=$WORK/b399/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b106/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "$WORK/b398=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation -complete -installsuffix shared -buildid Z-vLJ7j6BQ4HVheOZtiI/Z-vLJ7j6BQ4HVheOZtiI -goversion go1.13.4 -D "" -importcfg $WORK/b398/importcfg -pack ./validation.go mkdir -p $WORK/b473/ mkdir -p $WORK/b401/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/aes=$WORK/b089/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/des=$WORK/b098/_pkg_.a packagefile crypto/dsa=$WORK/b107/_pkg_.a packagefile crypto/ecdsa=$WORK/b088/_pkg_.a packagefile crypto/ed25519=$WORK/b099/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/md5=$WORK/b103/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/sha1=$WORK/b105/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile crypto/x509/pkix=$WORK/b108/_pkg_.a packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile encoding/pem=$WORK/b109/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b110/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b111/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b348/ cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "$WORK/b106=>" -shared -p crypto/x509 -std -complete -installsuffix shared -buildid HP-1sg6rddQ1McRN577q/HP-1sg6rddQ1McRN577q -goversion go1.13.4 -D "" -importcfg $WORK/b106/importcfg -pack ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go cat >$WORK/b473/importcfg << 'EOF' # internal # import config importmap github.com/vishvananda/netns=github.com/containers/libpod/vendor/github.com/vishvananda/netns packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netns=$WORK/b474/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF mkdir -p $WORK/b387/ cat >$WORK/b401/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap k8s.io/apimachinery/pkg/conversion=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/conversion/queryparams=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion/queryparams importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/errors=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors importmap k8s.io/apimachinery/pkg/util/json=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/json importmap k8s.io/apimachinery/pkg/util/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile go/ast=$WORK/b402/_pkg_.a packagefile go/doc=$WORK/b405/_pkg_.a packagefile go/parser=$WORK/b407/_pkg_.a packagefile go/token=$WORK/b404/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion=$WORK/b392/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion/queryparams=$WORK/b408/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors=$WORK/b400/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/json=$WORK/b410/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b348/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/sha1=$WORK/b105/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink/nl /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "$WORK/b473=>" -shared -p github.com/containers/libpod/vendor/github.com/vishvananda/netlink/nl -complete -installsuffix shared -buildid 4DxK4E6fljH4T4ASU5Zn/4DxK4E6fljH4T4ASU5Zn -goversion go1.13.4 -D "" -importcfg $WORK/b473/importcfg -pack ./addr_linux.go ./bridge_linux.go ./conntrack_linux.go ./genetlink_linux.go ./link_linux.go ./mpls_linux.go ./nl_linux.go ./route_linux.go ./syscall.go ./tc_linux.go ./xfrm_linux.go ./xfrm_monitor_linux.go ./xfrm_policy_linux.go ./xfrm_state_linux.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "$WORK/b401=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime -complete -installsuffix shared -buildid I8QjOMG3l9ovXpw3gaeJ/I8QjOMG3l9ovXpw3gaeJ -goversion go1.13.4 -D "" -importcfg $WORK/b401/importcfg -pack ./codec.go ./codec_check.go ./conversion.go ./converter.go ./doc.go ./embedded.go ./error.go ./extension.go ./generated.pb.go ./helper.go ./interfaces.go ./register.go ./scheme.go ./scheme_builder.go ./swagger_doc_generator.go ./types.go ./types_proto.go ./zz_generated.deepcopy.go cat >$WORK/b387/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/csv=$WORK/b388/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/godbus/dbus /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "$WORK/b348=>" -shared -p github.com/containers/libpod/vendor/github.com/godbus/dbus -complete -installsuffix shared -buildid QLyv_23rU6gj9nbyr28T/QLyv_23rU6gj9nbyr28T -goversion go1.13.4 -D "" -importcfg $WORK/b348/importcfg -pack ./auth.go ./auth_external.go ./auth_sha1.go ./call.go ./conn.go ./conn_other.go ./dbus.go ./decoder.go ./default_handler.go ./doc.go ./encoder.go ./export.go ./homedir.go ./homedir_dynamic.go ./message.go ./object.go ./server_interfaces.go ./sig.go ./transport_generic.go ./transport_tcp.go ./transport_unix.go ./transport_unixcred_linux.go ./variant.go ./variant_lexer.go ./variant_parser.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/spf13/pflag /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "$WORK/b387=>" -shared -p github.com/containers/libpod/vendor/github.com/spf13/pflag -complete -installsuffix shared -buildid vVpx4vU6xJBuJiNrzGHa/vVpx4vU6xJBuJiNrzGHa -goversion go1.13.4 -D "" -importcfg $WORK/b387/importcfg -pack ./bool.go ./bool_slice.go ./count.go ./duration.go ./flag.go ./float32.go ./float64.go ./golangflag.go ./int.go ./int32.go ./int64.go ./int8.go ./int_slice.go ./ip.go ./ip_slice.go ./ipmask.go ./ipnet.go ./string.go ./string_array.go ./string_slice.go ./uint.go ./uint16.go ./uint32.go ./uint64.go ./uint8.go ./uint_slice.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b280/_pkg_.a # internal cp $WORK/b280/_pkg_.a /builddir/.cache/go-build/24/24a454ec1026ad11e1f47f23cd9759dd38d70bdd2e96782f3d7feb7ebd2e308c-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b299/_pkg_.a # internal cp $WORK/b299/_pkg_.a /builddir/.cache/go-build/e7/e79479f20f80d49b7970f5b38a8eae5ded407aaa32b1cbdb9b0c1dc3ac3d5148-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/f9/f906a344d63da36d280f32ba8347ee79fed7cf626d115cd4fd0322ad24d90540-d # internal github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020 mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "$WORK/b058=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020 -complete -installsuffix shared -buildid NWj3C_eAIoxp50buInHS/NWj3C_eAIoxp50buInHS -goversion go1.13.4 -D "" -importcfg $WORK/b058/importcfg -pack ./types.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b156/_pkg_.a # internal cp $WORK/b156/_pkg_.a /builddir/.cache/go-build/ee/eee25cbafa77cb9d03c375140c91abb33b7aa8a0aa3058994a1345f16c57f8fe-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b490/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b277/_pkg_.a # internal cp $WORK/b490/_pkg_.a /builddir/.cache/go-build/86/86a4228d14cf2fd02e483a43a38f9e27fe1f185121187d304451b3c3358848bd-d # internal github.com/containers/libpod/vendor/github.com/sirupsen/logrus/hooks/syslog mkdir -p $WORK/b489/ cp $WORK/b277/_pkg_.a /builddir/.cache/go-build/4d/4d97960057b61087cc92465426c4e4dd1654c11e4229239894a2e31a5befe472-d # internal cat >$WORK/b489/importcfg << 'EOF' # internal # import config importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile log/syslog=$WORK/b490/_pkg_.a packagefile os=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/sirupsen/logrus/hooks/syslog /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "$WORK/b489=>" -shared -p github.com/containers/libpod/vendor/github.com/sirupsen/logrus/hooks/syslog -complete -installsuffix shared -buildid YkyC9BR_x1x2CKaobsdi/YkyC9BR_x1x2CKaobsdi -goversion go1.13.4 -D "" -importcfg $WORK/b489/importcfg -pack ./syslog.go github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container mkdir -p $WORK/b273/ cat >$WORK/b273/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/blkiodev=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/blkiodev importmap github.com/docker/docker/api/types/mount=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/strslice=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/strslice importmap github.com/docker/go-connections/nat=github.com/containers/libpod/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/blkiodev=$WORK/b274/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount=$WORK/b275/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/strslice=$WORK/b276/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "$WORK/b273=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container -complete -installsuffix shared -buildid P5c4fGlpfJmimwE-e2IS/P5c4fGlpfJmimwE-e2IS -goversion go1.13.4 -D "" -importcfg $WORK/b273/importcfg -pack ./config.go ./container_changes.go ./container_create.go ./container_top.go ./container_update.go ./container_wait.go ./host_config.go ./hostconfig_unix.go ./waitcondition.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b145/_pkg_.a # internal cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/39/3948938966827868ad4c81a843c6340cd1d1e33dc2e05165b47039fe6478ce7a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b164/_pkg_.a # internal cp $WORK/b164/_pkg_.a /builddir/.cache/go-build/5a/5a58fcc7298e982f3f8a4dcf922b29e7d9f812d8a1da921bf23521bea82e46d3-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive mkdir -p $WORK/b201/ cat >$WORK/b201/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap github.com/syndtr/gocapability/capability=github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability=$WORK/b204/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "$WORK/b201=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive -complete -installsuffix shared -buildid o0ygxkTHV7_gh1EOznNe/o0ygxkTHV7_gh1EOznNe -goversion go1.13.4 -D "" -importcfg $WORK/b201/importcfg -pack ./archive.go ./archive_unix.go ./chroot_linux.go ./diff.go ./diff_unix.go ./init_unix.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b058/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b398/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/7a/7aa780e2bb1683c42667d02fd69d1863494131e41aee2d86266ecbbf2d20c460-d # internal github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current mkdir -p $WORK/b059/ cp $WORK/b398/_pkg_.a /builddir/.cache/go-build/bc/bca123e5bbf12ec7154555af18b359b48ce081165df7800b7b2a5d5e03ed7ab1-d # internal cat >$WORK/b059/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containernetworking/cni/pkg/types/020=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020 packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020=$WORK/b058/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "$WORK/b059=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current -complete -installsuffix shared -buildid 0M31see4PtnuWNY2HJjz/0M31see4PtnuWNY2HJjz -goversion go1.13.4 -D "" -importcfg $WORK/b059/importcfg -pack ./types.go github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/labels mkdir -p $WORK/b396/ cat >$WORK/b396/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap k8s.io/apimachinery/pkg/selection=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection importmap k8s.io/apimachinery/pkg/util/sets=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/util/validation=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection=$WORK/b395/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets=$WORK/b397/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation=$WORK/b398/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/labels /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "$WORK/b396=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/labels -complete -installsuffix shared -buildid Sng66guJQY3oCijxYjCg/Sng66guJQY3oCijxYjCg -goversion go1.13.4 -D "" -importcfg $WORK/b396/importcfg -pack ./doc.go ./labels.go ./selector.go ./zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b489/_pkg_.a # internal cp $WORK/b489/_pkg_.a /builddir/.cache/go-build/5b/5b82c44a7f352fadcc0d587a4c369dcdf57ff50abc3722511db33419b4bfb660-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b370/_pkg_.a # internal cp $WORK/b370/_pkg_.a /builddir/.cache/go-build/09/09369e1361d46914b93f6cd5be1e4e183049d954dffeac0e404d7d65fe409708-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b155/_pkg_.a # internal cp $WORK/b155/_pkg_.a /builddir/.cache/go-build/08/0870d27a0c3de17aea48d459b59b0c5568ded9907968e21177e469950197834b-d # internal vendor/golang.org/x/net/http/httpguts mkdir -p $WORK/b149/ mime/multipart mkdir -p $WORK/b159/ cat >$WORK/b149/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile vendor/golang.org/x/net/idna=$WORK/b150/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "$WORK/b149=>" -shared -p vendor/golang.org/x/net/http/httpguts -std -complete -installsuffix shared -buildid PcFfm9oM9SxRl0Bpej70/PcFfm9oM9SxRl0Bpej70 -goversion go1.13.4 -D "" -importcfg $WORK/b149/importcfg -pack ./guts.go ./httplex.go cat >$WORK/b159/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile mime=$WORK/b158/_pkg_.a packagefile mime/quotedprintable=$WORK/b160/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "$WORK/b159=>" -shared -p mime/multipart -std -complete -installsuffix shared -buildid k-KDGPuZcj2TzHXC6zbM/k-KDGPuZcj2TzHXC6zbM -goversion go1.13.4 -D "" -importcfg $WORK/b159/importcfg -pack ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/c1/c144c5675327262f69e8ad5ab1d8d78b7ee3a867acafc15d55d778b7b120a121-d # internal github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containernetworking/cni/pkg/types/020=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020 importmap github.com/containernetworking/cni/pkg/types/current=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020=$WORK/b058/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current=$WORK/b059/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "$WORK/b057=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version -complete -installsuffix shared -buildid mFTCgY0SPp70C559ub0c/mFTCgY0SPp70C559ub0c -goversion go1.13.4 -D "" -importcfg $WORK/b057/importcfg -pack ./conf.go ./plugin.go ./reconcile.go ./version.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b149/_pkg_.a # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/41/41d428050aa9101c3e45fff4456aec255aa10d29225bdb463d4845527c67cf0f-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b185/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b201/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b273/_pkg_.a # internal cp $WORK/b185/_pkg_.a /builddir/.cache/go-build/49/4919c269c7cef4dd44f8570b4cd616f0416ea37eb4fcdeb8317369a3497a7786-d # internal cp $WORK/b201/_pkg_.a /builddir/.cache/go-build/53/53193e6ac75efc7b5698aaf76bf10d8eb88c6456d8986f84458f0e2fdf9dab37-d # internal cp $WORK/b273/_pkg_.a /builddir/.cache/go-build/d9/d922e09be8f2a45725007a8ef9f284323dce59fb1493a80de8a7cfc7ade8b53d-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/drivers mkdir -p $WORK/b200/ github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm mkdir -p $WORK/b281/ cat >$WORK/b200/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/chrootarchive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/vbatts/tar-split/tar/storage=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage=$WORK/b205/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "$WORK/b200=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers -complete -installsuffix shared -buildid 650_oGr8dqo8gwRaA55e/650_oGr8dqo8gwRaA55e -goversion go1.13.4 -D "" -importcfg $WORK/b200/importcfg -pack ./chown.go ./chown_unix.go ./chroot_unix.go ./counter.go ./driver.go ./driver_linux.go ./fsdiff.go cat >$WORK/b281/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/container=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/mount=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/network=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/swarm/runtime=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm/runtime packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container=$WORK/b273/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount=$WORK/b275/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network=$WORK/b279/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm/runtime=$WORK/b282/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "$WORK/b281=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm -complete -installsuffix shared -buildid LyZyt88YNTtNVqQLhd0f/LyZyt88YNTtNVqQLhd0f -goversion go1.13.4 -D "" -importcfg $WORK/b281/importcfg -pack ./common.go ./config.go ./container.go ./network.go ./node.go ./runtime.go ./secret.go ./service.go ./swarm.go ./task.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/6c/6cc4df9a35e84e7d582f1a805058d53844af6b32099c396e0ea5789ff1e4a588-d # internal github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containernetworking/cni/pkg/version=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version=$WORK/b057/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "$WORK/b050=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke -complete -installsuffix shared -buildid 2RpDtBZocBqH9dCnLgxy/2RpDtBZocBqH9dCnLgxy -goversion go1.13.4 -D "" -importcfg $WORK/b050/importcfg -pack ./args.go ./delegate.go ./exec.go ./find.go ./os_unix.go ./raw_exec.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b473/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b439/_pkg_.a # internal cp $WORK/b473/_pkg_.a /builddir/.cache/go-build/5d/5dcd5d48b8ed3c9d361c5408c163fbc2f6878843c15ea973360aa5dce5b636c8-d # internal github.com/containers/libpod/vendor/github.com/vishvananda/netlink mkdir -p $WORK/b472/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b472/ -importpath github.com/containers/libpod/vendor/github.com/vishvananda/netlink -- -I $WORK/b472/ -g -O2 ./bpf_linux.go cp $WORK/b439/_pkg_.a /builddir/.cache/go-build/f2/f24c0fb556655d7318918e3aa635a8e7648559c851a4fa41868b93b3dcdad226-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b281/_pkg_.a # internal cp $WORK/b281/_pkg_.a /builddir/.cache/go-build/cd/cd0899084d087a1c13c681a646196c3d3090059ce5801f105144b079b3bad4ef-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/api/types mkdir -p $WORK/b272/ cat >$WORK/b272/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/container=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/filters=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/mount=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount importmap github.com/docker/docker/api/types/network=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/registry=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/go-connections/nat=github.com/containers/libpod/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units packagefile bufio=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container=$WORK/b273/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters=$WORK/b278/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount=$WORK/b275/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network=$WORK/b279/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry=$WORK/b280/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm=$WORK/b281/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "$WORK/b272=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types -complete -installsuffix shared -buildid 69K59muczeZrjD6XlvF3/69K59muczeZrjD6XlvF3 -goversion go1.13.4 -D "" -importcfg $WORK/b272/importcfg -pack ./auth.go ./client.go ./configs.go ./error_response.go ./graph_driver_data.go ./id_response.go ./image_delete_response_item.go ./image_summary.go ./plugin.go ./plugin_device.go ./plugin_env.go ./plugin_interface_type.go ./plugin_mount.go ./plugin_responses.go ./port.go ./seccomp.go ./service_update_response.go ./stats.go ./types.go ./volume.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b159/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b396/_pkg_.a # internal cp $WORK/b159/_pkg_.a /builddir/.cache/go-build/fa/fafac26bc47d78bf9567fc2fe4623a78f67091f66043797dacd81203df936b10-d # internal cp $WORK/b396/_pkg_.a /builddir/.cache/go-build/8b/8b6bcfdaf520fdbb01c512e6b3c89759cb44670f74413e4b8f9706720e9fb9b0-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b184=/tmp/go-build -gno-record-gcc-switches -D_FILE_OFFSET_BITS=64 -I $WORK/b184/ -g -O2 -o $WORK/b184/_x004.o -c go_gpgme.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/4c/4c0d11dac262595a15b817428d82036c0fbf794c2db119a78cdb79666bcafa7c-d # internal github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/invoke=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containernetworking/cni/pkg/version=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke=$WORK/b050/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version=$WORK/b057/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "$WORK/b049=>" -shared -p github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni -complete -installsuffix shared -buildid syXcUwm-xiLf3OuSIegf/syXcUwm-xiLf3OuSIegf -goversion go1.13.4 -D "" -importcfg $WORK/b049/importcfg -pack ./api.go ./conf.go cd $WORK/b472 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b472=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b472=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c bpf_linux.cgo2.c cd $WORK/b184 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b184=/tmp/go-build -gno-record-gcc-switches -D_FILE_OFFSET_BITS=64 -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b272/_pkg_.a # internal cp $WORK/b272/_pkg_.a /builddir/.cache/go-build/b0/b01d7c354f312df589544b9a110a57d74832d4e38d039586f492a42f85431970-d # internal github.com/containers/libpod/vendor/github.com/docker/docker/api/types/volume mkdir -p $WORK/b287/ github.com/containers/libpod/vendor/github.com/docker/docker/profiles/seccomp mkdir -p $WORK/b477/ cat >$WORK/b287/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/containers/libpod/vendor/github.com/docker/docker/api/types packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types=$WORK/b272/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/docker/opts cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/api/types/volume /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/api/types/volume -complete -installsuffix shared -buildid Yle1qvfeXNJZe6U7YuY6/Yle1qvfeXNJZe6U7YuY6 -goversion go1.13.4 -D "" -importcfg $WORK/b287/importcfg -pack ./volumes_create.go ./volumes_list.go cat >$WORK/b477/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/containers/libpod/vendor/github.com/docker/docker/api/types importmap github.com/docker/docker/pkg/stringutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/seccomp/libseccomp-golang=github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types=$WORK/b272/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils=$WORK/b464/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang=$WORK/b234/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a EOF mkdir -p $WORK/b327/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/profiles/seccomp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "$WORK/b477=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/profiles/seccomp -complete -installsuffix shared -buildid 0ZIUsgfnWDFltqjkeE3J/0ZIUsgfnWDFltqjkeE3J -goversion go1.13.4 -D "" -importcfg $WORK/b477/importcfg -pack ./seccomp.go ./seccomp_default.go cat >$WORK/b327/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types=github.com/containers/libpod/vendor/github.com/docker/docker/api/types importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types=$WORK/b272/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/opts /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "$WORK/b327=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/opts -complete -installsuffix shared -buildid OFbRT_VOJrmPb2KJ-PnJ/OFbRT_VOJrmPb2KJ-PnJ -goversion go1.13.4 -D "" -importcfg $WORK/b327/importcfg -pack ./env.go ./hosts.go ./hosts_unix.go ./ip.go ./opts.go ./opts_unix.go ./quotedstring.go ./runtime.go ./ulimit.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b049/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b350/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/ad/ad975f33b8955095a95f39e07e7ebae53ac53e14a82d4723171485dcdb648ca8-d # internal github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni mkdir -p $WORK/b354/ cat >$WORK/b354/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/libcni=github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni importmap github.com/containernetworking/cni/pkg/invoke=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containernetworking/cni/pkg/types/current=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current importmap github.com/containernetworking/cni/pkg/version=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version importmap github.com/fsnotify/fsnotify=github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni=$WORK/b049/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke=$WORK/b050/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current=$WORK/b059/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version=$WORK/b057/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify=$WORK/b355/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "$WORK/b354=>" -shared -p github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni -complete -installsuffix shared -buildid fJCrXFtLjuwc86wiIgGa/fJCrXFtLjuwc86wiIgGa -goversion go1.13.4 -D "" -importcfg $WORK/b354/importcfg -pack ./ocicni.go ./types.go ./types_unix.go ./util.go ./util_linux.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b200/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b287/_pkg_.a # internal cp $WORK/b350/_pkg_.a /builddir/.cache/go-build/3a/3aee55bb49cecdb9ea4599a01921e1a78cdc7da374e075805665011c8c9322e1-d # internal cp $WORK/b287/_pkg_.a /builddir/.cache/go-build/aa/aa83b63a2adfc28223bb8d3cdef8cafbbef9894094978ccd3cb3943c2677287f-d # internal github.com/containers/libpod/vendor/github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b349/ cp $WORK/b200/_pkg_.a /builddir/.cache/go-build/44/44c38bb6b510ef963d5c34875fb4b9b2d72d995eef338dd875918854d1007f59-d # internal cat >$WORK/b349/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/protoc-gen-gogo/descriptor=github.com/containers/libpod/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b350/_pkg_.a packagefile math=$WORK/b027/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlayutils mkdir -p $WORK/b214/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "$WORK/b349=>" -shared -p github.com/containers/libpod/vendor/github.com/gogo/protobuf/gogoproto -complete -installsuffix shared -buildid Kc3jV-ykb-WLWxZxPq-6/Kc3jV-ykb-WLWxZxPq-6 -goversion go1.13.4 -D "" -importcfg $WORK/b349/importcfg -pack ./doc.go ./gogo.pb.go ./helper.go github.com/containers/libpod/vendor/github.com/containers/storage/drivers/vfs github.com/containers/libpod/vendor/github.com/containers/storage/drivers/zfs mkdir -p $WORK/b220/ github.com/containers/libpod/vendor/github.com/containers/storage/drivers/aufs mkdir -p $WORK/b207/ cat >$WORK/b214/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/drivers=github.com/containers/libpod/vendor/github.com/containers/storage/drivers importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a EOF mkdir -p $WORK/b218/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlayutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "$WORK/b214=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlayutils -complete -installsuffix shared -buildid o-u5RgHTRgBXASus6QGA/o-u5RgHTRgBXASus6QGA -goversion go1.13.4 -D "" -importcfg $WORK/b214/importcfg -pack ./overlayutils.go cat >$WORK/b220/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/drivers=github.com/containers/libpod/vendor/github.com/containers/storage/drivers importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/parsers=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers importmap github.com/mistifyio/go-zfs=github.com/containers/libpod/vendor/github.com/mistifyio/go-zfs importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers=$WORK/b210/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mistifyio/go-zfs=$WORK/b221/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/zfs /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "$WORK/b220=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/zfs -complete -installsuffix shared -buildid Zf3mR36DvzoouXW9XBoC/Zf3mR36DvzoouXW9XBoC -goversion go1.13.4 -D "" -importcfg $WORK/b220/importcfg -pack ./zfs.go ./zfs_linux.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b184=/tmp/go-build -gno-record-gcc-switches -o $WORK/b184/_cgo_.o $WORK/b184/_cgo_main.o $WORK/b184/_x001.o $WORK/b184/_x002.o $WORK/b184/_x003.o $WORK/b184/_x004.o -g -O2 -lgpgme -lassuan -lgpg-error cat >$WORK/b207/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/drivers=github.com/containers/libpod/vendor/github.com/containers/storage/drivers importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/chrootarchive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive importmap github.com/containers/storage/pkg/directory=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/locker=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/parsers=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/vbatts/tar-split/tar/storage=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory=$WORK/b208/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker=$WORK/b209/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers=$WORK/b210/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage=$WORK/b205/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cat >$WORK/b218/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/drivers=github.com/containers/libpod/vendor/github.com/containers/storage/drivers importmap github.com/containers/storage/drivers/copy=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/ostree=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy=$WORK/b219/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree=$WORK/b217/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/aufs /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "$WORK/b207=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/aufs -complete -installsuffix shared -buildid lAjSOUFrWr2oIdUKCo3J/lAjSOUFrWr2oIdUKCo3J -goversion go1.13.4 -D "" -importcfg $WORK/b207/importcfg -pack ./aufs.go ./dirs.go ./mount.go ./mount_linux.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/vfs /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "$WORK/b218=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/vfs -complete -installsuffix shared -buildid oRSazMKne5dr0cfjscar/oRSazMKne5dr0cfjscar -goversion go1.13.4 -D "" -importcfg $WORK/b218/importcfg -pack ./copy_linux.go ./driver.go cd $WORK/b472 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b472=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b373/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b214/_pkg_.a # internal cp $WORK/b214/_pkg_.a /builddir/.cache/go-build/97/9793431466f11b51cd3a5906ecd0319f7f94e77799f5343b6bd2d89a32a83929-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlay mkdir -p $WORK/b213/ cat >$WORK/b213/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/drivers=github.com/containers/libpod/vendor/github.com/containers/storage/drivers importmap github.com/containers/storage/drivers/overlayutils=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlayutils importmap github.com/containers/storage/drivers/quota=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/chrootarchive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive importmap github.com/containers/storage/pkg/directory=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory importmap github.com/containers/storage/pkg/fsutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fsutils importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/locker=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/ostree=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree importmap github.com/containers/storage/pkg/parsers=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/opencontainers/runc/libcontainer/system=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile encoding/base32=$WORK/b119/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlayutils=$WORK/b214/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota=$WORK/b215/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory=$WORK/b208/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fsutils=$WORK/b216/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker=$WORK/b209/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree=$WORK/b217/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers=$WORK/b210/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlay /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "$WORK/b213=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlay -complete -installsuffix shared -buildid 9i5fNo7M7bMMWnzL5ahV/9i5fNo7M7bMMWnzL5ahV -goversion go1.13.4 -D "" -importcfg $WORK/b213/importcfg -pack ./check.go ./mount.go ./overlay.go ./randomid.go cp $WORK/b373/_pkg_.a /builddir/.cache/go-build/49/495044129ad8b409e37bc9949915e5f862bfb48aeb7012af156a6a4b9f936508-d # internal github.com/containers/libpod/pkg/hooks mkdir -p $WORK/b371/ cat >$WORK/b371/importcfg << 'EOF' # internal # import config importmap github.com/fsnotify/fsnotify=github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/text/collate=github.com/containers/libpod/vendor/golang.org/x/text/collate importmap golang.org/x/text/language=github.com/containers/libpod/vendor/golang.org/x/text/language packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/1.0.0=$WORK/b372/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify=$WORK/b355/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/collate=$WORK/b373/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/language=$WORK/b375/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/hooks /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "$WORK/b371=>" -shared -p github.com/containers/libpod/pkg/hooks -complete -installsuffix shared -buildid 3nQ0TDP_6O16lJ6W6V1_/3nQ0TDP_6O16lJ6W6V1_ -goversion go1.13.4 -D "" -importcfg $WORK/b371/importcfg -pack ./hooks.go ./monitor.go ./read.go ./version.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage gpgme -dynimport $WORK/b184/_cgo_.o -dynout $WORK/b184/_cgo_import.go cat >$WORK/b184/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "$WORK/b184=>" -shared -p github.com/containers/libpod/vendor/github.com/mtrmac/gpgme -installsuffix shared -buildid CP7lJZ2xZP2DCYftC61y/CP7lJZ2xZP2DCYftC61y -goversion go1.13.4 -D "" -importcfg $WORK/b184/importcfg -pack ./callbacks.go $WORK/b184/_cgo_gotypes.go $WORK/b184/data.cgo1.go $WORK/b184/gpgme.cgo1.go $WORK/b184/_cgo_import.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b472=/tmp/go-build -gno-record-gcc-switches -o $WORK/b472/_cgo_.o $WORK/b472/_cgo_main.o $WORK/b472/_x001.o $WORK/b472/_x002.o -g -O2 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b477/_pkg_.a # internal cp $WORK/b477/_pkg_.a /builddir/.cache/go-build/d4/d457cedec9f8e73f167ebe544eaf906326df0f69440c184dc83933d7697c5a31-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b218/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b349/_pkg_.a # internal cp $WORK/b218/_pkg_.a /builddir/.cache/go-build/3b/3b17883336af525759fa821f699afaebb313b44cc32e96ec8b8928174e596114-d # internal cp $WORK/b349/_pkg_.a /builddir/.cache/go-build/03/038ac010a72eb8b15425e12760cd16e1907d0676a814cbf39313fd178cdc3497-d # internal TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage netlink -dynimport $WORK/b472/_cgo_.o -dynout $WORK/b472/_cgo_import.go cat >$WORK/b472/importcfg << 'EOF' # internal # import config importmap github.com/vishvananda/netlink/nl=github.com/containers/libpod/vendor/github.com/vishvananda/netlink/nl importmap github.com/vishvananda/netns=github.com/containers/libpod/vendor/github.com/vishvananda/netns packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netlink/nl=$WORK/b473/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netns=$WORK/b474/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "$WORK/b472=>" -shared -p github.com/containers/libpod/vendor/github.com/vishvananda/netlink -installsuffix shared -buildid 3qsNuY_aG6RpamjKV9es/3qsNuY_aG6RpamjKV9es -goversion go1.13.4 -D "" -importcfg $WORK/b472/importcfg -pack ./addr.go ./addr_linux.go ./bridge_linux.go ./class.go ./class_linux.go ./conntrack_linux.go ./filter.go ./filter_linux.go ./genetlink_linux.go ./gtp_linux.go ./handle_linux.go ./link.go ./link_linux.go ./link_tuntap_linux.go ./neigh.go ./neigh_linux.go ./netlink.go ./netlink_linux.go ./order.go ./protinfo.go ./protinfo_linux.go ./qdisc.go ./qdisc_linux.go ./route.go ./route_linux.go ./rule.go ./rule_linux.go ./socket.go ./socket_linux.go ./xfrm.go ./xfrm_monitor_linux.go ./xfrm_policy.go ./xfrm_policy_linux.go ./xfrm_state.go ./xfrm_state_linux.go $WORK/b472/_cgo_gotypes.go $WORK/b472/bpf_linux.cgo1.go $WORK/b472/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b371/_pkg_.a # internal cp $WORK/b371/_pkg_.a /builddir/.cache/go-build/ff/ffc0baa80f5deca15789f7a65f9a0a2d0ddd22c8ad58b5ce4f953d6a9129e9ef-d # internal github.com/containers/libpod/pkg/hooks/0.1.0 mkdir -p $WORK/b482/ cat >$WORK/b482/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks=$WORK/b371/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/1.0.0=$WORK/b372/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/hooks/0.1.0 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "$WORK/b482=>" -shared -p github.com/containers/libpod/pkg/hooks/0.1.0 -complete -installsuffix shared -buildid 17BW8yd-l_CHrNhLxe51/17BW8yd-l_CHrNhLxe51 -goversion go1.13.4 -D "" -importcfg $WORK/b482/importcfg -pack ./hook.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b327/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b354/_pkg_.a # internal cp $WORK/b327/_pkg_.a /builddir/.cache/go-build/1c/1c058b3b8379456e985ac0461731c0ac1334620a8b0813a4a9821baee910f741-d # internal cp $WORK/b354/_pkg_.a /builddir/.cache/go-build/af/afbac042f0dcea4392ec63d3b576238e34b0773a0a500d2d9f2964d52c0990c1-d # internal github.com/containers/libpod/pkg/inspect mkdir -p $WORK/b353/ cat >$WORK/b353/importcfg << 'EOF' # internal # import config importmap github.com/cri-o/ocicni/pkg/ocicni=github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni importmap github.com/docker/go-connections/nat=github.com/containers/libpod/vendor/github.com/docker/go-connections/nat importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go packagefile github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni=$WORK/b354/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/inspect /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "$WORK/b353=>" -shared -p github.com/containers/libpod/pkg/inspect -complete -installsuffix shared -buildid LipMMh-2N1XSxS-nP2LB/LipMMh-2N1XSxS-nP2LB -goversion go1.13.4 -D "" -importcfg $WORK/b353/importcfg -pack ./inspect.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b220/_pkg_.a # internal cp $WORK/b220/_pkg_.a /builddir/.cache/go-build/4d/4d03979ed3e5ce976e7b50a8fb916a59edb08fda71c3309df40c5a2d65918356-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b482/_pkg_.a # internal cp $WORK/b482/_pkg_.a /builddir/.cache/go-build/00/0010cc9c46977d0c7c456f1144285953467215baefe4a1bb803b8afd74906067-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b353/_pkg_.a # internal cp $WORK/b353/_pkg_.a /builddir/.cache/go-build/ae/aedd436d2e0ca29b53cb1aec4a2126baed06e480d891ef08ff90d80a1358c334-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b387/_pkg_.a # internal cp $WORK/b387/_pkg_.a /builddir/.cache/go-build/26/2641b43fa6c7184dbd3269660e990754ca4d23a2adcbae68a2ff163ba39cc85e-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource mkdir -p $WORK/b386/ cat >$WORK/b386/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/spf13/pflag=github.com/containers/libpod/vendor/github.com/spf13/pflag importmap gopkg.in/inf.v0=github.com/containers/libpod/vendor/gopkg.in/inf.v0 packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/spf13/pflag=$WORK/b387/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/inf.v0=$WORK/b389/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "$WORK/b386=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource -complete -installsuffix shared -buildid PAkxYJ0UKj-8vefviHgY/PAkxYJ0UKj-8vefviHgY -goversion go1.13.4 -D "" -importcfg $WORK/b386/importcfg -pack ./amount.go ./generated.pb.go ./math.go ./quantity.go ./quantity_proto.go ./scale_int.go ./suffix.go ./zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/db/dbf5863aebb8cdc754575bf1429617441c4ce5ea4da569f0ace14ee3f77d541a-d # internal github.com/containers/libpod/vendor/k8s.io/client-go/util/cert mkdir -p $WORK/b427/ cat >$WORK/b427/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/ecdsa=$WORK/b088/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile crypto/x509/pkix=$WORK/b108/_pkg_.a packagefile encoding/pem=$WORK/b109/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/util/cert /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "$WORK/b427=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/util/cert -complete -installsuffix shared -buildid HLv2sQC__6mmnFJBkKfn/HLv2sQC__6mmnFJBkKfn -goversion go1.13.4 -D "" -importcfg $WORK/b427/importcfg -pack ./cert.go ./csr.go ./io.go ./pem.go crypto/tls mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305 importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte importmap golang.org/x/crypto/curve25519=vendor/golang.org/x/crypto/curve25519 importmap golang.org/x/crypto/hkdf=vendor/golang.org/x/crypto/hkdf packagefile bytes=$WORK/b003/_pkg_.a packagefile container/list=$WORK/b097/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/aes=$WORK/b089/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/des=$WORK/b098/_pkg_.a packagefile crypto/ecdsa=$WORK/b088/_pkg_.a packagefile crypto/ed25519=$WORK/b099/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/hmac=$WORK/b101/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile crypto/internal/boring/fipstls=$WORK/b102/_pkg_.a packagefile crypto/md5=$WORK/b103/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/rc4=$WORK/b104/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/sha1=$WORK/b105/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile encoding/pem=$WORK/b109/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=$WORK/b113/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b110/_pkg_.a packagefile vendor/golang.org/x/crypto/curve25519=$WORK/b117/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=$WORK/b118/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "$WORK/b096=>" -shared -p crypto/tls -std -complete -installsuffix shared -buildid LSDEV4kZHYs0g32DuL6V/LSDEV4kZHYs0g32DuL6V -goversion go1.13.4 -D "" -importcfg $WORK/b096/importcfg -pack ./alert.go ./auth.go ./boring.go ./cipher_suites.go ./common.go ./conn.go ./handshake_client.go ./handshake_client_tls13.go ./handshake_messages.go ./handshake_server.go ./handshake_server_tls13.go ./key_agreement.go ./key_schedule.go ./prf.go ./ticket.go ./tls.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b207/_pkg_.a # internal cp $WORK/b207/_pkg_.a /builddir/.cache/go-build/07/07bebf190c8cc57fa75713bf40c4501caf21b903290b8d58f3c35e832ac31890-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b401/_pkg_.a # internal cp $WORK/b401/_pkg_.a /builddir/.cache/go-build/47/47761c0a759c074a4d4be7bb80ece160840cf3ee979e0e5676884acefdf6f8c4-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming mkdir -p $WORK/b420/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer mkdir -p $WORK/b444/ github.com/containers/libpod/vendor/k8s.io/client-go/tools/clientcmd/api mkdir -p $WORK/b424/ cat >$WORK/b420/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a EOF cat >$WORK/b444/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a EOF mkdir -p $WORK/b440/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "$WORK/b444=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning -complete -installsuffix shared -buildid i9ClVl2W358RJM-8RlYv/i9ClVl2W358RJM-8RlYv -goversion go1.13.4 -D "" -importcfg $WORK/b444/importcfg -pack ./versioning.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "$WORK/b420=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming -complete -installsuffix shared -buildid R0kIWNr5RwkMRr-LzytC/R0kIWNr5RwkMRr-LzytC -goversion go1.13.4 -D "" -importcfg $WORK/b420/importcfg -pack ./streaming.go cat >$WORK/b424/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/tools/clientcmd/api /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "$WORK/b424=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/tools/clientcmd/api -complete -installsuffix shared -buildid 9o2dXvCIdlfeL2S0fQs2/9o2dXvCIdlfeL2S0fQs2 -goversion go1.13.4 -D "" -importcfg $WORK/b424/importcfg -pack ./doc.go ./helpers.go ./register.go ./types.go ./zz_generated.deepcopy.go cat >$WORK/b440/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "$WORK/b440=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer -complete -installsuffix shared -buildid zJO8nhDVDD9E2_7dlEsA/zJO8nhDVDD9E2_7dlEsA -goversion go1.13.4 -D "" -importcfg $WORK/b440/importcfg -pack ./recognizer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b427/_pkg_.a # internal cp $WORK/b427/_pkg_.a /builddir/.cache/go-build/be/beb07d8b9512cd9efb52e57f79a7bee954b660de7fa22030221298e86cf5f70b-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mtrmac/gpgme /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b184/_pkg_.a $WORK/b184/_x001.o $WORK/b184/_x002.o $WORK/b184/_x003.o $WORK/b184/_x004.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b184/_pkg_.a # internal cp $WORK/b184/_pkg_.a /builddir/.cache/go-build/f1/f142c5e6a479a6688205b9d51eea3b212f4df355a41a29f94e083ad7df60bf05-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b440/_pkg_.a # internal cp $WORK/b440/_pkg_.a /builddir/.cache/go-build/a9/a9e88f2026bb7aa8ff06406205cf001e62d5c892a1693e30f1ccb99d0a202053-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json mkdir -p $WORK/b443/ mkdir -p $WORK/b438/ cat >$WORK/b443/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/util/framer=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=$WORK/b440/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer=$WORK/b441/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "$WORK/b443=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf -complete -installsuffix shared -buildid 99I1yHZ_1HVddF1IJnef/99I1yHZ_1HVddF1IJnef -goversion go1.13.4 -D "" -importcfg $WORK/b443/importcfg -pack ./doc.go ./protobuf.go cat >$WORK/b438/importcfg << 'EOF' # internal # import config importmap github.com/ghodss/yaml=github.com/containers/libpod/vendor/github.com/ghodss/yaml importmap github.com/json-iterator/go=github.com/containers/libpod/vendor/github.com/json-iterator/go importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/util/framer=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer importmap k8s.io/apimachinery/pkg/util/yaml=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/yaml packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/json-iterator/go=$WORK/b439/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=$WORK/b440/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer=$WORK/b441/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/yaml=$WORK/b442/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "$WORK/b438=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json -complete -installsuffix shared -buildid L1gLk3RB6ZYnPMSVjOUy/L1gLk3RB6ZYnPMSVjOUy -goversion go1.13.4 -D "" -importcfg $WORK/b438/importcfg -pack ./json.go ./meta.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b420/_pkg_.a # internal cp $WORK/b420/_pkg_.a /builddir/.cache/go-build/94/94cdcd7bc692de2f0f30d14cb5b3727366b972039a5b4796ee3a9a85b9230510-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b213/_pkg_.a # internal cp $WORK/b213/_pkg_.a /builddir/.cache/go-build/fe/fedee37fc7fbf6cf87fa2078424f8d926b561082ae1077f7d9f84fcf8da1321b-d # internal github.com/containers/libpod/vendor/github.com/containers/storage/drivers/register mkdir -p $WORK/b206/ cat >$WORK/b206/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage/drivers/aufs=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/aufs importmap github.com/containers/storage/drivers/overlay=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlay importmap github.com/containers/storage/drivers/vfs=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/vfs importmap github.com/containers/storage/drivers/zfs=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/zfs packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/aufs=$WORK/b207/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlay=$WORK/b213/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/vfs=$WORK/b218/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/zfs=$WORK/b220/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage/drivers/register /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "$WORK/b206=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage/drivers/register -complete -installsuffix shared -buildid TOOLiTYhQfILSsYWUcle/TOOLiTYhQfILSsYWUcle -goversion go1.13.4 -D "" -importcfg $WORK/b206/importcfg -pack ./register_aufs.go ./register_overlay.go ./register_vfs.go ./register_zfs.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b206/_pkg_.a # internal cp $WORK/b206/_pkg_.a /builddir/.cache/go-build/42/4247cce855bd4ff8b20e9b4ddbba670975232e630fc623f46db0b13d4bca07cd-d # internal github.com/containers/libpod/vendor/github.com/containers/storage mkdir -p $WORK/b199/ cat >$WORK/b199/importcfg << 'EOF' # internal # import config importmap github.com/BurntSushi/toml=github.com/containers/libpod/vendor/github.com/BurntSushi/toml importmap github.com/containers/storage/drivers=github.com/containers/libpod/vendor/github.com/containers/storage/drivers importmap github.com/containers/storage/drivers/register=github.com/containers/libpod/vendor/github.com/containers/storage/drivers/register importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/directory=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/containers/storage/pkg/parsers=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers importmap github.com/containers/storage/pkg/stringid=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid importmap github.com/containers/storage/pkg/stringutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringutils importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/containers/storage/pkg/truncindex=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex importmap github.com/klauspost/pgzip=github.com/containers/libpod/vendor/github.com/klauspost/pgzip importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/pquerna/ffjson/fflib/v1=github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1 importmap github.com/vbatts/tar-split/tar/asm=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm importmap github.com/vbatts/tar-split/tar/storage=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/BurntSushi/toml=$WORK/b181/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/register=$WORK/b206/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory=$WORK/b208/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers=$WORK/b210/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid=$WORK/b222/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringutils=$WORK/b223/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex=$WORK/b224/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1=$WORK/b178/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm=$WORK/b226/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage=$WORK/b205/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/storage /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "$WORK/b199=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/storage -complete -installsuffix shared -buildid XuVkKbXlP2rSUJ9IEMbL/XuVkKbXlP2rSUJ9IEMbL -goversion go1.13.4 -D "" -importcfg $WORK/b199/importcfg -pack ./containers.go ./containers_ffjson.go ./errors.go ./images.go ./images_ffjson.go ./layers.go ./layers_ffjson.go ./lockfile.go ./lockfile_linux.go ./lockfile_unix.go ./store.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b424/_pkg_.a # internal cp $WORK/b424/_pkg_.a /builddir/.cache/go-build/3f/3fd39ead74e3d850eb2196c0cf57ac7522b6ccc3908cd8486ac85c6ed9990981-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b444/_pkg_.a # internal cp $WORK/b444/_pkg_.a /builddir/.cache/go-build/d9/d987447c864eb91ec8eabed88a7e742c47db337d182f8ea5de348f3e6d13d2dd-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b438/_pkg_.a # internal cp $WORK/b438/_pkg_.a /builddir/.cache/go-build/f9/f9ad44b2f7eb4a28e19461103303315fba7e1341d19ed460abcc61c2cb4fdd2d-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b443/_pkg_.a # internal cp $WORK/b443/_pkg_.a /builddir/.cache/go-build/d9/d96b6aca3dbc0b22b39177a286d04e9a5d269024effc1619b8087919af6e7e88-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer mkdir -p $WORK/b437/ cat >$WORK/b437/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/json=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json importmap k8s.io/apimachinery/pkg/runtime/serializer/protobuf=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf importmap k8s.io/apimachinery/pkg/runtime/serializer/recognizer=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer importmap k8s.io/apimachinery/pkg/runtime/serializer/versioning=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=$WORK/b438/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf=$WORK/b443/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=$WORK/b440/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=$WORK/b444/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "$WORK/b437=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer -complete -installsuffix shared -buildid S7l-V_K4-nKl0lVfVDx1/S7l-V_K4-nKl0lVfVDx1 -goversion go1.13.4 -D "" -importcfg $WORK/b437/importcfg -pack ./codec_factory.go ./negotiated_codec.go ./protobuf_extension.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b386/_pkg_.a # internal cp $WORK/b386/_pkg_.a /builddir/.cache/go-build/f2/f277b2bef7eb92f0ff856b9f868d90e1aba947234906ae91fde96e0d9f00f924-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b437/_pkg_.a # internal cp $WORK/b437/_pkg_.a /builddir/.cache/go-build/46/46a87a6ecf2799868c0be3b5eb051b53d5ad0eae5145a4d848d0441a8b36ab02-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b348/_pkg_.a # internal cp $WORK/b348/_pkg_.a /builddir/.cache/go-build/d4/d4f6a7159421259a2b554b37c848d40bf5b13df9af6008a2a883650385ae35df-d # internal github.com/containers/libpod/pkg/firewall mkdir -p $WORK/b369/ github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus mkdir -p $WORK/b347/ cat >$WORK/b369/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/types/current=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current importmap github.com/coreos/go-iptables/iptables=github.com/containers/libpod/vendor/github.com/coreos/go-iptables/iptables importmap github.com/godbus/dbus=github.com/containers/libpod/vendor/github.com/godbus/dbus packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current=$WORK/b059/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-iptables/iptables=$WORK/b370/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/godbus/dbus=$WORK/b348/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/firewall /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "$WORK/b369=>" -shared -p github.com/containers/libpod/pkg/firewall -complete -installsuffix shared -buildid Ex4gJSLaW8rIuAvizIlL/Ex4gJSLaW8rIuAvizIlL -goversion go1.13.4 -D "" -importcfg $WORK/b369/importcfg -pack ./common.go ./firewall_linux.go ./firewall_none.go ./firewalld.go ./iptables.go cat >$WORK/b347/importcfg << 'EOF' # internal # import config importmap github.com/godbus/dbus=github.com/containers/libpod/vendor/github.com/godbus/dbus packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/godbus/dbus=$WORK/b348/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "$WORK/b347=>" -shared -p github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus -complete -installsuffix shared -buildid 9TjGSpUA74-0_CQRmA7h/9TjGSpUA74-0_CQRmA7h -goversion go1.13.4 -D "" -importcfg $WORK/b347/importcfg -pack ./dbus.go ./methods.go ./properties.go ./set.go ./subscription.go ./subscription_set.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b369/_pkg_.a # internal cp $WORK/b369/_pkg_.a /builddir/.cache/go-build/79/79f6a071f57b00c395abf9e40f55f28dc5814ca055fb60b67ff3c53972db12da-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b347/_pkg_.a # internal cp $WORK/b347/_pkg_.a /builddir/.cache/go-build/7b/7b78edd1ff7c7b48d1c17955710307b22967409bbb92576053682ad1d5e96084-d # internal github.com/containers/libpod/utils mkdir -p $WORK/b454/ cat >$WORK/b454/importcfg << 'EOF' # internal # import config importmap github.com/coreos/go-systemd/dbus=github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus importmap github.com/godbus/dbus=github.com/containers/libpod/vendor/github.com/godbus/dbus packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus=$WORK/b347/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/godbus/dbus=$WORK/b348/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/utils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "$WORK/b454=>" -shared -p github.com/containers/libpod/utils -complete -installsuffix shared -buildid tTr1Vjm7sGTWdjy3B7-V/tTr1Vjm7sGTWdjy3B7-V -goversion go1.13.4 -D "" -importcfg $WORK/b454/importcfg -pack ./utils.go github.com/containers/libpod/vendor/github.com/containerd/cgroups mkdir -p $WORK/b346/ cat >$WORK/b346/importcfg << 'EOF' # internal # import config importmap github.com/coreos/go-systemd/dbus=github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/godbus/dbus=github.com/containers/libpod/vendor/github.com/godbus/dbus importmap github.com/gogo/protobuf/gogoproto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/gogoproto importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus=$WORK/b347/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/godbus/dbus=$WORK/b348/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/gogoproto=$WORK/b349/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containerd/cgroups /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "$WORK/b346=>" -shared -p github.com/containers/libpod/vendor/github.com/containerd/cgroups -complete -installsuffix shared -buildid vyA0dYFcNLwfF-PpWrOw/vyA0dYFcNLwfF-PpWrOw -goversion go1.13.4 -D "" -importcfg $WORK/b346/importcfg -pack ./blkio.go ./cgroup.go ./control.go ./cpu.go ./cpuacct.go ./cpuset.go ./devices.go ./errors.go ./freezer.go ./hierarchy.go ./hugetlb.go ./memory.go ./metrics.pb.go ./named.go ./net_cls.go ./net_prio.go ./paths.go ./perf_event.go ./pids.go ./rdma.go ./state.go ./subsystem.go ./systemd.go ./ticks.go ./utils.go ./v1.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b454/_pkg_.a # internal cp $WORK/b454/_pkg_.a /builddir/.cache/go-build/ef/efdf4a5f66ab8c8b3bbbe1d0bb3351e57b367fa2c9caf6707b5f07829d51acd0-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b199/_pkg_.a # internal cp $WORK/b199/_pkg_.a /builddir/.cache/go-build/24/241768f83be6a4910a08ca6c5a58b22108c84e87c6ab75eb4ebefd4bea97cb86-d # internal github.com/containers/libpod/libpod/driver mkdir -p $WORK/b352/ github.com/containers/libpod/pkg/util github.com/containers/libpod/libpod/layers mkdir -p $WORK/b359/ cat >$WORK/b352/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage packagefile github.com/containers/libpod/pkg/inspect=$WORK/b353/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a EOF mkdir -p $WORK/b360/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod/driver /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "$WORK/b352=>" -shared -p github.com/containers/libpod/libpod/driver -complete -installsuffix shared -buildid A2v65C1yU0URmJbfcGrf/A2v65C1yU0URmJbfcGrf -goversion go1.13.4 -D "" -importcfg $WORK/b352/importcfg -pack ./driver.go cat >$WORK/b359/importcfg << 'EOF' # internal # import config importmap github.com/BurntSushi/toml=github.com/containers/libpod/vendor/github.com/BurntSushi/toml importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/crypto/ssh/terminal=github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/BurntSushi/toml=$WORK/b181/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cat >$WORK/b360/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/util /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "$WORK/b359=>" -shared -p github.com/containers/libpod/pkg/util -complete -installsuffix shared -buildid q4qmiw2YMTug4CdMO1WY/q4qmiw2YMTug4CdMO1WY -goversion go1.13.4 -D "" -importcfg $WORK/b359/importcfg -pack ./utils.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod/layers /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "$WORK/b360=>" -shared -p github.com/containers/libpod/libpod/layers -complete -installsuffix shared -buildid 6iUHqTfJC7RifWk3ntjX/6iUHqTfJC7RifWk3ntjX -goversion go1.13.4 -D "" -importcfg $WORK/b360/importcfg -pack ./layer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b360/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b352/_pkg_.a # internal cp $WORK/b360/_pkg_.a /builddir/.cache/go-build/e7/e776e87f7e7707e700bb969107010eb31f5312797db4d6683944318127e80143-d # internal cp $WORK/b352/_pkg_.a /builddir/.cache/go-build/98/980f7170327faacedba660c3c9af2df3c2707bcbe7643da4e90865d29425cfb8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b359/_pkg_.a # internal cp $WORK/b359/_pkg_.a /builddir/.cache/go-build/22/2286bf6efe4373b36a0dec70e27506ffa12fd82b97b7e8fac40d54512fdb0b3e-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/0a/0a76fcb35a0a942af2fd46737e4b82c9d5a107dc05f6780cc7b479f7c18c3178-d # internal net/http/httptrace mkdir -p $WORK/b161/ github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig github.com/containers/libpod/vendor/github.com/coreos/go-systemd/activation mkdir -p $WORK/b163/ cat >$WORK/b161/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b019/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile internal/nettrace=$WORK/b054/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b462/ cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "$WORK/b161=>" -shared -p net/http/httptrace -std -complete -installsuffix shared -buildid es44xOXafonEKk7CblAk/es44xOXafonEKk7CblAk -goversion go1.13.4 -D "" -importcfg $WORK/b161/importcfg -pack ./trace.go cat >$WORK/b163/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile encoding/pem=$WORK/b109/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/docker/libtrust mkdir -p $WORK/b087/ cat >$WORK/b462/importcfg << 'EOF' # internal # import config packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "$WORK/b163=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig -complete -installsuffix shared -buildid nAqbPAGYtnO-1NPjE6KP/nAqbPAGYtnO-1NPjE6KP -goversion go1.13.4 -D "" -importcfg $WORK/b163/importcfg -pack ./certpool_go17.go ./config.go ./config_client_ciphers.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/coreos/go-systemd/activation /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "$WORK/b462=>" -shared -p github.com/containers/libpod/vendor/github.com/coreos/go-systemd/activation -complete -installsuffix shared -buildid GRD023kEFVhQx_aCPiUO/GRD023kEFVhQx_aCPiUO -goversion go1.13.4 -D "" -importcfg $WORK/b462/importcfg -pack ./files.go ./listeners.go ./packetconns.go cat >$WORK/b087/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile crypto/ecdsa=$WORK/b088/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile crypto/x509/pkix=$WORK/b108/_pkg_.a packagefile encoding/base32=$WORK/b119/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile encoding/pem=$WORK/b109/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/libtrust /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "$WORK/b087=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/libtrust -complete -installsuffix shared -buildid vsoA8emT5kg9Wv6IyCre/vsoA8emT5kg9Wv6IyCre -goversion go1.13.4 -D "" -importcfg $WORK/b087/importcfg -pack ./certificates.go ./doc.go ./ec_key.go ./filter.go ./hash.go ./jsonsign.go ./key.go ./key_files.go ./key_manager.go ./rsa_key.go ./util.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b462/_pkg_.a # internal cp $WORK/b462/_pkg_.a /builddir/.cache/go-build/06/06faf44634edf4813cf9c9e81e54cbb31e00b3e98d2739ee4d124e823fb73539-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b161/_pkg_.a # internal cp $WORK/b161/_pkg_.a /builddir/.cache/go-build/21/21ecaad65003093fbb46f556c351d76ce37af9d31ab4b7374136377890473d91-d # internal net/http mkdir -p $WORK/b146/ cat >$WORK/b146/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b147/_pkg_.a packagefile container/list=$WORK/b097/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b149/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b156/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=$WORK/b157/_pkg_.a packagefile vendor/golang.org/x/net/idna=$WORK/b150/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile mime=$WORK/b158/_pkg_.a packagefile mime/multipart=$WORK/b159/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http/httptrace=$WORK/b161/_pkg_.a packagefile net/http/internal=$WORK/b162/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "$WORK/b146=>" -shared -p net/http -std -complete -installsuffix shared -buildid v6Nc-mo2ywQoOXibg2nQ/v6Nc-mo2ywQoOXibg2nQ -goversion go1.13.4 -D "" -importcfg $WORK/b146/importcfg -pack ./client.go ./clone.go ./cookie.go ./doc.go ./filetransport.go ./fs.go ./h2_bundle.go ./header.go ./http.go ./jar.go ./method.go ./request.go ./response.go ./roundtrip.go ./server.go ./sniff.go ./socks_bundle.go ./status.go ./transfer.go ./transport.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b163/_pkg_.a # internal cp $WORK/b163/_pkg_.a /builddir/.cache/go-build/8c/8c571a37bc628fbc7e4f5e45421fae8fe23104236fef9a16d4a7bd15779fb999-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/vishvananda/netlink /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b472/_pkg_.a $WORK/b472/_x001.o $WORK/b472/_x002.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b472/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b346/_pkg_.a # internal cp $WORK/b346/_pkg_.a /builddir/.cache/go-build/04/04020b6d2f04bf053c96ce5db832ac152a3328b5e95a9ad0875f0165d54d5795-d # internal cp $WORK/b472/_pkg_.a /builddir/.cache/go-build/be/bef60fce6f776ad2822f6659044d6de8563ec23eb263176411123e62b807864a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/89/8975a46cab65e0e6a49e229f50af651181e6e37e954b0e423a675844b88a94db-d # internal github.com/containers/libpod/vendor/github.com/containers/image/manifest mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/pkg/strslice=github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/docker/docker/api/types/versions=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions importmap github.com/docker/libtrust=github.com/containers/libpod/vendor/github.com/docker/libtrust importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice=$WORK/b082/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions=$WORK/b086/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/libtrust=$WORK/b087/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go=$WORK/b085/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/manifest /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "$WORK/b081=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/manifest -complete -installsuffix shared -buildid ISM0iOH1CEd_pdpq4UaI/ISM0iOH1CEd_pdpq4UaI -goversion go1.13.4 -D "" -importcfg $WORK/b081/importcfg -pack ./docker_schema1.go ./docker_schema2.go ./manifest.go ./oci.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b081/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/44/448ebfd682d5443479c6ec58b5c1b80aa833ff17bbbf4738eca7271d36ffe3a6-d # internal github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile mkdir -p $WORK/b128/ github.com/containers/libpod/vendor/github.com/containers/image/image mkdir -p $WORK/b072/ github.com/containers/libpod/vendor/github.com/containers/image/signature cat >$WORK/b128/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/internal/tmpdir=github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/pkg/compression=github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile archive/tar=$WORK/b043/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir=$WORK/b129/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression=$WORK/b130/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b182/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "$WORK/b128=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile -complete -installsuffix shared -buildid 9CgH7pqoUTqPQf87BhrS/9CgH7pqoUTqPQf87BhrS -goversion go1.13.4 -D "" -importcfg $WORK/b128/importcfg -pack ./dest.go ./doc.go ./src.go ./types.go cat >$WORK/b072/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/pkg/blobinfocache=github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache=$WORK/b120/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/image /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/image -complete -installsuffix shared -buildid h_-xctPRQcuqWj2IGDOO/h_-xctPRQcuqWj2IGDOO -goversion go1.13.4 -D "" -importcfg $WORK/b072/importcfg -pack ./docker_list.go ./docker_schema1.go ./docker_schema2.go ./manifest.go ./memory.go ./oci.go ./sourced.go ./unparsed.go cat >$WORK/b182/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/image/version=github.com/containers/libpod/vendor/github.com/containers/image/version importmap github.com/mtrmac/gpgme=github.com/containers/libpod/vendor/github.com/mtrmac/gpgme importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/crypto/openpgp=github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/version=$WORK/b183/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mtrmac/gpgme=$WORK/b184/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp=$WORK/b185/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/signature /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "$WORK/b182=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/signature -complete -installsuffix shared -buildid Ny5NQCHfx86TSYZxqrkQ/Ny5NQCHfx86TSYZxqrkQ -goversion go1.13.4 -D "" -importcfg $WORK/b182/importcfg -pack ./docker.go ./json.go ./mechanism.go ./mechanism_gpgme.go ./policy_config.go ./policy_eval.go ./policy_eval_baselayer.go ./policy_eval_signedby.go ./policy_eval_simple.go ./policy_reference_match.go ./policy_types.go ./signature.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/c7/c74fea0c32505afc59b17d6be3d5486797ebfe6ac0685872dec2dcab32c6ca6b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/95/95528a8286c12311752cf5241fcded44bbde685526a7905e7d6a9008e2b439d4-d # internal github.com/containers/libpod/vendor/github.com/containers/image/docker/archive mkdir -p $WORK/b127/ github.com/containers/libpod/vendor/github.com/containers/image/directory github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/blobcache github.com/containers/libpod/vendor/github.com/containers/image/tarball mkdir -p $WORK/b228/ github.com/containers/libpod/vendor/github.com/containers/image/storage mkdir -p $WORK/b063/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/docker/tarfile=github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile context=$WORK/b019/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile=$WORK/b128/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cat >$WORK/b228/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/klauspost/pgzip=github.com/containers/libpod/vendor/github.com/klauspost/pgzip importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go=$WORK/b085/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/docker/archive /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "$WORK/b127=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/docker/archive -complete -installsuffix shared -buildid ghpbwbeS1AkLlbklHF_h/ghpbwbeS1AkLlbklHF_h -goversion go1.13.4 -D "" -importcfg $WORK/b127/importcfg -pack ./dest.go ./src.go ./transport.go mkdir -p $WORK/b237/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/tarball /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "$WORK/b228=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/tarball -complete -installsuffix shared -buildid w8iVlyE4hTDfQtFBhuK1/w8iVlyE4hTDfQtFBhuK1 -goversion go1.13.4 -D "" -importcfg $WORK/b228/importcfg -pack ./doc.go ./tarball_reference.go ./tarball_src.go ./tarball_transport.go mkdir -p $WORK/b198/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/directory/explicitfilepath=github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile context=$WORK/b019/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath=$WORK/b064/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/directory /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "$WORK/b063=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/directory -complete -installsuffix shared -buildid p5YONhnUupyvSjU3bZCB/p5YONhnUupyvSjU3bZCB -goversion go1.13.4 -D "" -importcfg $WORK/b063/importcfg -pack ./directory_dest.go ./directory_src.go ./directory_transport.go cat >$WORK/b237/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah/docker=github.com/containers/libpod/vendor/github.com/containers/buildah/docker importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/docker=$WORK/b236/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b198/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/internal/tmpdir=github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/pkg/blobinfocache=github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir=$WORK/b129/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache=$WORK/b120/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/blobcache /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "$WORK/b237=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/blobcache -complete -installsuffix shared -buildid Fl6v4bZTWEK8TqDyb2rF/Fl6v4bZTWEK8TqDyb2rF -goversion go1.13.4 -D "" -importcfg $WORK/b237/importcfg -pack ./blobcache.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/storage /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "$WORK/b198=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/storage -complete -installsuffix shared -buildid xpojXg9X55worcWaGpOb/xpojXg9X55worcWaGpOb -goversion go1.13.4 -D "" -importcfg $WORK/b198/importcfg -pack ./storage_image.go ./storage_reference.go ./storage_transport.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b228/_pkg_.a # internal cp $WORK/b228/_pkg_.a /builddir/.cache/go-build/1a/1ae70fbee1792b4c100c0f15bb9256fa96aeb1401ad718238ca7992d2fe87cd9-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/4e/4e6a9e18b4be5ecc12f579cdf1f9340b0f98f7a52fe41d771727150e2dc8b081-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/69/69b813156defa754beda0b37adda084a19d8b8ca8284cedcc2984444517b20ed-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b182/_pkg_.a # internal cp $WORK/b182/_pkg_.a /builddir/.cache/go-build/d1/d137b53917d1592ddfecf21dcab695ca6106fd070e9b723ea74a9b6cb26539c8-d # internal github.com/containers/libpod/vendor/github.com/containers/image/copy mkdir -p $WORK/b238/ cat >$WORK/b238/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/pkg/blobinfocache=github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache importmap github.com/containers/image/pkg/compression=github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression importmap github.com/containers/image/signature=github.com/containers/libpod/vendor/github.com/containers/image/signature importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/klauspost/pgzip=github.com/containers/libpod/vendor/github.com/klauspost/pgzip importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sync/semaphore=github.com/containers/libpod/vendor/golang.org/x/sync/semaphore importmap gopkg.in/cheggaaa/pb.v1=github.com/containers/libpod/vendor/gopkg.in/cheggaaa/pb.v1 packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache=$WORK/b120/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression=$WORK/b130/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sync/semaphore=$WORK/b239/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/cheggaaa/pb.v1=$WORK/b240/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/copy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "$WORK/b238=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/copy -complete -installsuffix shared -buildid TUiIB-TdFq-5SfaodB0M/TUiIB-TdFq-5SfaodB0M -goversion go1.13.4 -D "" -importcfg $WORK/b238/importcfg -pack ./copy.go ./manifest.go ./progress_reader.go ./sign.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b237/_pkg_.a # internal cp $WORK/b237/_pkg_.a /builddir/.cache/go-build/8e/8ecb61569ebc5584720a8a39631861b3654d669d1cf8ec2ae1a5a7e6076caebb-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b198/_pkg_.a # internal cp $WORK/b198/_pkg_.a /builddir/.cache/go-build/60/603e58c8a075ddb8abf7830f1fa4359f7ee902e741470c4e03ff79b25f7f386d-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b238/_pkg_.a # internal cp $WORK/b238/_pkg_.a /builddir/.cache/go-build/cf/cf14577a84c697d30c3726287a70f0beb20260b1ea4d79ac26f1d012bbcb7bbf-d # internal cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x002.o -c gboolean.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x003.o -c gcancellable.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x004.o -c gerror.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b146/_pkg_.a # internal TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x005.o -c gfile.cgo2.c cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/b5/b543d80aef6b48593c8a13aacd6ddcd37b014f5b863b0883dd36595c9ab0ae5d-d # internal github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/auth/challenge github.com/containers/libpod/vendor/golang.org/x/net/context/ctxhttp github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/transport mkdir -p $WORK/b263/ github.com/containers/libpod/vendor/github.com/gorilla/mux mkdir -p $WORK/b258/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream net/http/httputil github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets github.com/containers/libpod/vendor/github.com/docker/spdystream/spdy mkdir -p $WORK/b436/ github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode cat >$WORK/b263/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cat >$WORK/b258/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/gorilla/mux /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "$WORK/b258=>" -shared -p github.com/containers/libpod/vendor/github.com/gorilla/mux -complete -installsuffix shared -buildid p9vJ4AvwLB0C0Tiiqn7p/p9vJ4AvwLB0C0Tiiqn7p -goversion go1.13.4 -D "" -importcfg $WORK/b258/importcfg -pack ./context_native.go ./doc.go ./mux.go ./regexp.go ./route.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/auth/challenge /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "$WORK/b263=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/auth/challenge -complete -installsuffix shared -buildid ZZ6nbXZW2QORZJqO50DJ/ZZ6nbXZW2QORZJqO50DJ -goversion go1.13.4 -D "" -importcfg $WORK/b263/importcfg -pack ./addr.go ./authchallenge.go mkdir -p $WORK/b416/ cat >$WORK/b436/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/zlib=$WORK/b189/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF mkdir -p $WORK/b229/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/spdystream/spdy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "$WORK/b436=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/spdystream/spdy -complete -installsuffix shared -buildid q3F3vQjzOpXGvANWVvsX/q3F3vQjzOpXGvANWVvsX -goversion go1.13.4 -D "" -importcfg $WORK/b436/importcfg -pack ./dictionary.go ./read.go ./types.go ./write.go cat >$WORK/b416/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "$WORK/b416=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream -complete -installsuffix shared -buildid Yu0tpI9HbJ0NRgseTUcS/Yu0tpI9HbJ0NRgseTUcS -goversion go1.13.4 -D "" -importcfg $WORK/b416/importcfg -pack ./doc.go ./httpstream.go mkdir -p $WORK/b288/ cat >$WORK/b229/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF mkdir -p $WORK/b264/ mkdir -p $WORK/b289/ mkdir -p $WORK/b144/ github.com/containers/libpod/vendor/github.com/mailru/easyjson mkdir -p $WORK/b466/ cat >$WORK/b288/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context=github.com/containers/libpod/vendor/golang.org/x/net/context packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cat >$WORK/b264/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonschema cat >$WORK/b289/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b149/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/http/internal=$WORK/b162/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/context/ctxhttp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "$WORK/b288=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/context/ctxhttp -complete -installsuffix shared -buildid vkVSCQEscxoGmuM5eIRO/vkVSCQEscxoGmuM5eIRO -goversion go1.13.4 -D "" -importcfg $WORK/b288/importcfg -pack ./ctxhttp.go cat >$WORK/b144/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/proxy=github.com/containers/libpod/vendor/golang.org/x/net/proxy packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/proxy=$WORK/b145/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF mkdir -p $WORK/b318/ cd /usr/lib/golang/src/net/http/httputil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "$WORK/b289=>" -shared -p net/http/httputil -std -complete -installsuffix shared -buildid b9xDob0DpDXy0AUx2Cmd/b9xDob0DpDXy0AUx2Cmd -goversion go1.13.4 -D "" -importcfg $WORK/b289/importcfg -pack ./dump.go ./httputil.go ./persist.go ./reverseproxy.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "$WORK/b144=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets -complete -installsuffix shared -buildid 4B70W5jOB5T_GIGuzr5L/4B70W5jOB5T_GIGuzr5L -goversion go1.13.4 -D "" -importcfg $WORK/b144/importcfg -pack ./inmem_socket.go ./proxy.go ./sockets.go ./sockets_unix.go ./tcp_socket.go ./unix_socket.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/transport /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "$WORK/b264=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/transport -complete -installsuffix shared -buildid sMzKeYH77Bv9SX1J1Im-/sMzKeYH77Bv9SX1J1Im- -goversion go1.13.4 -D "" -importcfg $WORK/b264/importcfg -pack ./http_reader.go ./transport.go cat >$WORK/b318/importcfg << 'EOF' # internal # import config importmap github.com/xeipuuv/gojsonreference=github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonreference packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonreference=$WORK/b319/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile text/template=$WORK/b321/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cat >$WORK/b466/importcfg << 'EOF' # internal # import config importmap github.com/mailru/easyjson/jlexer=github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer importmap github.com/mailru/easyjson/jwriter=github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer=$WORK/b467/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter=$WORK/b468/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "$WORK/b229=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode -complete -installsuffix shared -buildid eCDiXt8sNLO7svY1kJ3T/eCDiXt8sNLO7svY1kJ3T -goversion go1.13.4 -D "" -importcfg $WORK/b229/importcfg -pack ./errors.go ./handler.go ./register.go github.com/containers/libpod/vendor/golang.org/x/net/http2 mkdir -p $WORK/b292/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/mailru/easyjson /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "$WORK/b466=>" -shared -p github.com/containers/libpod/vendor/github.com/mailru/easyjson -complete -installsuffix shared -buildid 7_w10P89wL1_2duVfyzU/7_w10P89wL1_2duVfyzU -goversion go1.13.4 -D "" -importcfg $WORK/b466/importcfg -pack ./helpers.go ./raw.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonschema /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "$WORK/b318=>" -shared -p github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonschema -complete -installsuffix shared -buildid vZ3iSAcXzxOEIDkZALk9/vZ3iSAcXzxOEIDkZALk9 -goversion go1.13.4 -D "" -importcfg $WORK/b318/importcfg -pack ./errors.go ./format_checkers.go ./internalLog.go ./jsonContext.go ./jsonLoader.go ./locales.go ./result.go ./schema.go ./schemaPool.go ./schemaReferencePool.go ./schemaType.go ./subSchema.go ./types.go ./utils.go ./validation.go cat >$WORK/b292/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/http2/hpack=github.com/containers/libpod/vendor/golang.org/x/net/http2/hpack importmap golang.org/x/net/idna=github.com/containers/libpod/vendor/golang.org/x/net/idna importmap golang.org/x/net/lex/httplex=github.com/containers/libpod/vendor/golang.org/x/net/lex/httplex packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b147/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/http2/hpack=$WORK/b293/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/idna=$WORK/b294/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/lex/httplex=$WORK/b299/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/http/httptrace=$WORK/b161/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/golang.org/x/net/http2 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "$WORK/b292=>" -shared -p github.com/containers/libpod/vendor/golang.org/x/net/http2 -complete -installsuffix shared -buildid jmJGjMlUy5hUwnvgmc5a/jmJGjMlUy5hUwnvgmc5a -goversion go1.13.4 -D "" -importcfg $WORK/b292/importcfg -pack ./client_conn_pool.go ./configure_transport.go ./errors.go ./fixed_buffer.go ./flow.go ./frame.go ./go16.go ./go17.go ./go18.go ./gotrack.go ./headermap.go ./http2.go ./pipe.go ./server.go ./transport.go ./write.go ./writesched.go ./writesched_priority.go ./writesched_random.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b263/_pkg_.a # internal cp $WORK/b263/_pkg_.a /builddir/.cache/go-build/62/62f7adc21c67154e4d2156335e82112c13957971c2e72a2a3b959276b54e3f48-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b416/_pkg_.a # internal cp $WORK/b416/_pkg_.a /builddir/.cache/go-build/bf/bf13844bc668c76345a1e538d91890796e741d5a2ff9f88e8d5eb04a7ee2247c-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b288/_pkg_.a # internal cp $WORK/b288/_pkg_.a /builddir/.cache/go-build/1e/1e8f9f0947b416cdc4dfb263f43e36ddfa4be2917e14b2bd5aa4ea38467c353a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b466/_pkg_.a # internal cp $WORK/b466/_pkg_.a /builddir/.cache/go-build/72/729f9c9f740936df251b07c5eea254744ab5d905f24353c65a59722b4e8944e6-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b144/_pkg_.a # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/0a/0aee981367ae71aa7d0eec871db96497d6f02ed61d83767c833bcc7e135a85ac-d # internal github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig mkdir -p $WORK/b143/ cat >$WORK/b143/importcfg << 'EOF' # internal # import config importmap github.com/docker/go-connections/sockets=github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets importmap github.com/docker/go-connections/tlsconfig=github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets=$WORK/b144/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig=$WORK/b163/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "$WORK/b143=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig -complete -installsuffix shared -buildid rmBsTuU0wKWLHlFjcfVb/rmBsTuU0wKWLHlFjcfVb -goversion go1.13.4 -D "" -importcfg $WORK/b143/importcfg -pack ./tlsclientconfig.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b264/_pkg_.a # internal cp $WORK/b264/_pkg_.a /builddir/.cache/go-build/3b/3b4d2d2dade19b034f5abc8743540d1ee3412f6ae88e567065cb4fc3295b0aed-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b229/_pkg_.a # internal cp $WORK/b229/_pkg_.a /builddir/.cache/go-build/ea/ea69a46f58ad2cefc76e6565fdc3f7ad06c6b0362221167a8110029b6312f20c-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b436/_pkg_.a # internal cp $WORK/b436/_pkg_.a /builddir/.cache/go-build/5d/5d627126f225b9f72a9adeb9d00eee648f85c637eef609624630327f57125860-d # internal github.com/containers/libpod/vendor/github.com/docker/spdystream mkdir -p $WORK/b434/ cat >$WORK/b434/importcfg << 'EOF' # internal # import config importmap github.com/docker/spdystream/spdy=github.com/containers/libpod/vendor/github.com/docker/spdystream/spdy packagefile container/heap=$WORK/b435/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/spdystream/spdy=$WORK/b436/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/spdystream /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "$WORK/b434=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/spdystream -complete -installsuffix shared -buildid ZvbOWrLB_Fs6fO1jOl07/ZvbOWrLB_Fs6fO1jOl07 -goversion go1.13.4 -D "" -importcfg $WORK/b434/importcfg -pack ./connection.go ./handlers.go ./priority.go ./stream.go ./utils.go cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x006.o -c gfileinfo.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b143/_pkg_.a # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/79/79532498c8f3165fa3948d7f605b841e1c89954d4a1f7ccb5a9b007847271971-d # internal github.com/containers/libpod/vendor/github.com/containers/image/oci/layout mkdir -p $WORK/b142/ cat >$WORK/b142/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/directory/explicitfilepath=github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/oci/internal=github.com/containers/libpod/vendor/github.com/containers/image/oci/internal importmap github.com/containers/image/pkg/tlsclientconfig=github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/docker/go-connections/tlsconfig=github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath=$WORK/b064/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/internal=$WORK/b141/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig=$WORK/b143/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig=$WORK/b163/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go=$WORK/b085/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/oci/layout /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "$WORK/b142=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/oci/layout -complete -installsuffix shared -buildid EJ_LyhCOwavtampDz1L1/EJ_LyhCOwavtampDz1L1 -goversion go1.13.4 -D "" -importcfg $WORK/b142/importcfg -pack ./oci_dest.go ./oci_src.go ./oci_transport.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b258/_pkg_.a # internal cp $WORK/b258/_pkg_.a /builddir/.cache/go-build/9e/9e52ba6a8a2b5a4734c2088ff47761c4b198ca8e2f7ffbeb7de98654e1cdae7e-d # internal github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2 mkdir -p $WORK/b255/ github.com/containers/libpod/vendor/github.com/docker/distribution/context mkdir -p $WORK/b261/ cat >$WORK/b255/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/reference=github.com/containers/libpod/vendor/github.com/docker/distribution/reference importmap github.com/docker/distribution/registry/api/errcode=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode importmap github.com/gorilla/mux=github.com/containers/libpod/vendor/github.com/gorilla/mux importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode=$WORK/b229/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gorilla/mux=$WORK/b258/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "$WORK/b255=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2 -complete -installsuffix shared -buildid Qnx1LRtA9K8Yokbz9lb6/Qnx1LRtA9K8Yokbz9lb6 -goversion go1.13.4 -D "" -importcfg $WORK/b255/importcfg -pack ./descriptors.go ./doc.go ./errors.go ./headerparser.go ./routes.go ./urls.go cat >$WORK/b261/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/uuid=github.com/containers/libpod/vendor/github.com/docker/distribution/uuid importmap github.com/gorilla/mux=github.com/containers/libpod/vendor/github.com/gorilla/mux importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/net/context=github.com/containers/libpod/vendor/golang.org/x/net/context packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/uuid=$WORK/b262/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gorilla/mux=$WORK/b258/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/context /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "$WORK/b261=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/context -complete -installsuffix shared -buildid e2rNvKC7rUcjSACR_KgA/e2rNvKC7rUcjSACR_KgA -goversion go1.13.4 -D "" -importcfg $WORK/b261/importcfg -pack ./context.go ./doc.go ./http.go ./logger.go ./trace.go ./util.go ./version.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b289/_pkg_.a # internal cp $WORK/b289/_pkg_.a /builddir/.cache/go-build/f6/f62764b1a5e29a7b649381ad1f30002545ceb26a0200f0a27842b13d4e17fd25-d # internal github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient mkdir -p $WORK/b326/ cat >$WORK/b326/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/api/types/registry=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/docker/opts=github.com/containers/libpod/vendor/github.com/docker/docker/opts importmap github.com/docker/docker/pkg/archive=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/archive importmap github.com/docker/docker/pkg/fileutils=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils importmap github.com/docker/docker/pkg/homedir=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir importmap github.com/docker/docker/pkg/jsonmessage=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/jsonmessage importmap github.com/docker/docker/pkg/stdcopy=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stdcopy importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry=$WORK/b280/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm=$WORK/b281/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/opts=$WORK/b327/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/archive=$WORK/b328/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils=$WORK/b329/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir=$WORK/b250/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/jsonmessage=$WORK/b332/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stdcopy=$WORK/b335/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/http/httputil=$WORK/b289/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "$WORK/b326=>" -shared -p github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient -complete -installsuffix shared -buildid G9bRXtYZTyu_R4Dfd-He/G9bRXtYZTyu_R4Dfd-He -goversion go1.13.4 -D "" -importcfg $WORK/b326/importcfg -pack ./auth.go ./change.go ./client.go ./client_unix.go ./container.go ./distribution.go ./env.go ./event.go ./exec.go ./image.go ./misc.go ./network.go ./plugin.go ./signal.go ./swarm.go ./swarm_configs.go ./swarm_node.go ./swarm_secrets.go ./swarm_service.go ./swarm_task.go ./tar.go ./tls.go ./volume.go github.com/containers/libpod/vendor/github.com/docker/docker/client mkdir -p $WORK/b270/ cat >$WORK/b270/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/reference=github.com/containers/libpod/vendor/github.com/docker/distribution/reference importmap github.com/docker/docker/api=github.com/containers/libpod/vendor/github.com/docker/docker/api importmap github.com/docker/docker/api/types=github.com/containers/libpod/vendor/github.com/docker/docker/api/types importmap github.com/docker/docker/api/types/container=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container importmap github.com/docker/docker/api/types/events=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/events importmap github.com/docker/docker/api/types/filters=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters importmap github.com/docker/docker/api/types/image=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/image importmap github.com/docker/docker/api/types/network=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network importmap github.com/docker/docker/api/types/registry=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry importmap github.com/docker/docker/api/types/swarm=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm importmap github.com/docker/docker/api/types/time=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/time importmap github.com/docker/docker/api/types/versions=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions importmap github.com/docker/docker/api/types/volume=github.com/containers/libpod/vendor/github.com/docker/docker/api/types/volume importmap github.com/docker/go-connections/sockets=github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets importmap github.com/docker/go-connections/tlsconfig=github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap golang.org/x/net/context=github.com/containers/libpod/vendor/golang.org/x/net/context importmap golang.org/x/net/context/ctxhttp=github.com/containers/libpod/vendor/golang.org/x/net/context/ctxhttp packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api=$WORK/b271/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types=$WORK/b272/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container=$WORK/b273/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/events=$WORK/b284/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters=$WORK/b278/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/image=$WORK/b285/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network=$WORK/b279/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry=$WORK/b280/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm=$WORK/b281/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/time=$WORK/b286/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions=$WORK/b086/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/volume=$WORK/b287/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets=$WORK/b144/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig=$WORK/b163/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context/ctxhttp=$WORK/b288/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/http/httputil=$WORK/b289/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/docker/client /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "$WORK/b270=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/docker/client -complete -installsuffix shared -buildid u-CqnNWXDfZGga_MZGjk/u-CqnNWXDfZGga_MZGjk -goversion go1.13.4 -D "" -importcfg $WORK/b270/importcfg -pack ./build_prune.go ./checkpoint_create.go ./checkpoint_delete.go ./checkpoint_list.go ./client.go ./client_unix.go ./config_create.go ./config_inspect.go ./config_list.go ./config_remove.go ./config_update.go ./container_attach.go ./container_commit.go ./container_copy.go ./container_create.go ./container_diff.go ./container_exec.go ./container_export.go ./container_inspect.go ./container_kill.go ./container_list.go ./container_logs.go ./container_pause.go ./container_prune.go ./container_remove.go ./container_rename.go ./container_resize.go ./container_restart.go ./container_start.go ./container_stats.go ./container_stop.go ./container_top.go ./container_unpause.go ./container_update.go ./container_wait.go ./disk_usage.go ./distribution_inspect.go ./errors.go ./events.go ./hijack.go ./image_build.go ./image_create.go ./image_history.go ./image_import.go ./image_inspect.go ./image_list.go ./image_load.go ./image_prune.go ./image_pull.go ./image_push.go ./image_remove.go ./image_save.go ./image_search.go ./image_tag.go ./info.go ./interface.go ./interface_experimental.go ./interface_stable.go ./login.go ./network_connect.go ./network_create.go ./network_disconnect.go ./network_inspect.go ./network_list.go ./network_prune.go ./network_remove.go ./node_inspect.go ./node_list.go ./node_remove.go ./node_update.go ./ping.go ./plugin_create.go ./plugin_disable.go ./plugin_enable.go ./plugin_inspect.go ./plugin_install.go ./plugin_list.go ./plugin_push.go ./plugin_remove.go ./plugin_set.go ./plugin_upgrade.go ./request.go ./secret_create.go ./secret_inspect.go ./secret_list.go ./secret_remove.go ./secret_update.go ./service_create.go ./service_inspect.go ./service_list.go ./service_logs.go ./service_remove.go ./service_update.go ./session.go ./swarm_get_unlock_key.go ./swarm_init.go ./swarm_inspect.go ./swarm_join.go ./swarm_leave.go ./swarm_unlock.go ./swarm_update.go ./task_inspect.go ./task_list.go ./task_logs.go ./tlsconfig_clone.go ./transport.go ./utils.go ./version.go ./volume_create.go ./volume_inspect.go ./volume_list.go ./volume_prune.go ./volume_remove.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b142/_pkg_.a # internal cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/1c/1ce49f55cb1014663b1ba110befc7d00554cfaaf052edec8feb53e45980e7ec9-d # internal github.com/containers/libpod/vendor/github.com/containers/image/oci/archive mkdir -p $WORK/b140/ cat >$WORK/b140/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/directory/explicitfilepath=github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/internal/tmpdir=github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir importmap github.com/containers/image/oci/internal=github.com/containers/libpod/vendor/github.com/containers/image/oci/internal importmap github.com/containers/image/oci/layout=github.com/containers/libpod/vendor/github.com/containers/image/oci/layout importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile context=$WORK/b019/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath=$WORK/b064/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir=$WORK/b129/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/internal=$WORK/b141/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/layout=$WORK/b142/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/oci/archive /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "$WORK/b140=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/oci/archive -complete -installsuffix shared -buildid dvTMP9DnuGydfjEHasBF/dvTMP9DnuGydfjEHasBF -goversion go1.13.4 -D "" -importcfg $WORK/b140/importcfg -pack ./oci_dest.go ./oci_src.go ./oci_transport.go cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x007.o -c ghashtable.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b434/_pkg_.a # internal cp $WORK/b434/_pkg_.a /builddir/.cache/go-build/ef/ef878b863a9184f32b0879b92f3bc774ff304bdb848ea24d01317da969649d37-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b261/_pkg_.a # internal cp $WORK/b261/_pkg_.a /builddir/.cache/go-build/b7/b77b03524d1a35c7fc5703c85722246b633c9fc92761138078f5c3cf16b49486-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b255/_pkg_.a # internal github.com/containers/libpod/vendor/github.com/docker/distribution mkdir -p $WORK/b260/ cat >$WORK/b260/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution/context=github.com/containers/libpod/vendor/github.com/docker/distribution/context importmap github.com/docker/distribution/reference=github.com/containers/libpod/vendor/github.com/docker/distribution/reference importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/context=$WORK/b261/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile mime=$WORK/b158/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "$WORK/b260=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution -complete -installsuffix shared -buildid MNXLAvQBTDIqG4QYsMfS/MNXLAvQBTDIqG4QYsMfS -goversion go1.13.4 -D "" -importcfg $WORK/b260/importcfg -pack ./blobs.go ./doc.go ./errors.go ./manifests.go ./registry.go ./tags.go cp $WORK/b255/_pkg_.a /builddir/.cache/go-build/25/25d357c6bca3d224c939cf339f5273ed9b94bb8fc7736f208b391bc0908d1726-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/fe/fe5c0e35f66e757193e8c49cd7c1588d212bdc462702ab47030a41a92eaf9d8b-d # internal github.com/containers/libpod/vendor/github.com/containers/buildah/util mkdir -p $WORK/b062/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/directory=github.com/containers/libpod/vendor/github.com/containers/image/directory importmap github.com/containers/image/docker/archive=github.com/containers/libpod/vendor/github.com/containers/image/docker/archive importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/oci/archive=github.com/containers/libpod/vendor/github.com/containers/image/oci/archive importmap github.com/containers/image/pkg/sysregistriesv2=github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2 importmap github.com/containers/image/signature=github.com/containers/libpod/vendor/github.com/containers/image/signature importmap github.com/containers/image/storage=github.com/containers/libpod/vendor/github.com/containers/image/storage importmap github.com/containers/image/tarball=github.com/containers/libpod/vendor/github.com/containers/image/tarball importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/docker/distribution/registry/api/errcode=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory=$WORK/b063/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/archive=$WORK/b127/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/archive=$WORK/b140/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2=$WORK/b180/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/tarball=$WORK/b228/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode=$WORK/b229/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/util /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "$WORK/b062=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/util -complete -installsuffix shared -buildid jujmTlHogpJHnZ_TWA9L/jujmTlHogpJHnZ_TWA9L -goversion go1.13.4 -D "" -importcfg $WORK/b062/importcfg -pack ./types.go ./util.go cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x008.o -c ghashtableiter.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b260/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/d9/d94bbba16e915d0911e9f0fc8df0fcf4d3da8b28f30e0207acd2be68351d2ed1-d # internal cp $WORK/b260/_pkg_.a /builddir/.cache/go-build/08/0807a5bf3193c4bf2f7449bc745cda382116d5d3fd928597497ce22a53a83848-d # internal github.com/containers/libpod/vendor/github.com/containers/buildah/bind github.com/containers/libpod/vendor/github.com/containers/buildah/unshare mkdir -p $WORK/b061/ github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache mkdir -p $WORK/b265/ mkdir -p $WORK/b232/ cat >$WORK/b061/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b232/ -importpath github.com/containers/libpod/vendor/github.com/containers/buildah/unshare -- -I $WORK/b232/ -g -O2 -Wall ./unshare_cgo.go cat >$WORK/b265/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution=github.com/containers/libpod/vendor/github.com/docker/distribution importmap github.com/docker/distribution/context=github.com/containers/libpod/vendor/github.com/docker/distribution/context importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution=$WORK/b260/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/context=$WORK/b261/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/bind /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "$WORK/b061=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/bind -complete -installsuffix shared -buildid VtI3BnZcOio6bIArHJS_/VtI3BnZcOio6bIArHJS_ -goversion go1.13.4 -D "" -importcfg $WORK/b061/importcfg -pack ./mount.go ./util.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "$WORK/b265=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache -complete -installsuffix shared -buildid D2jnIQEZNj9Wo7nVUT_h/D2jnIQEZNj9Wo7nVUT_h -goversion go1.13.4 -D "" -importcfg $WORK/b265/importcfg -pack ./cache.go ./cachedblobdescriptorstore.go cd $WORK/b232 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b232=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -o ./_x001.o -c _cgo_export.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b265/_pkg_.a # internal cp $WORK/b265/_pkg_.a /builddir/.cache/go-build/4d/4daca5d583c4809fa81e13b19c76cd576e105fe618198be6e45292cd3df055b0-d # internal github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache/memory mkdir -p $WORK/b266/ TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b232=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -o ./_x002.o -c unshare_cgo.cgo2.c cat >$WORK/b266/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution=github.com/containers/libpod/vendor/github.com/docker/distribution importmap github.com/docker/distribution/context=github.com/containers/libpod/vendor/github.com/docker/distribution/context importmap github.com/docker/distribution/reference=github.com/containers/libpod/vendor/github.com/docker/distribution/reference importmap github.com/docker/distribution/registry/storage/cache=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile github.com/containers/libpod/vendor/github.com/docker/distribution=$WORK/b260/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/context=$WORK/b261/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache=$WORK/b265/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache/memory /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "$WORK/b266=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache/memory -complete -installsuffix shared -buildid Qb96Hf-JkcIIiIFzvVf5/Qb96Hf-JkcIIiIFzvVf5 -goversion go1.13.4 -D "" -importcfg $WORK/b266/importcfg -pack ./memory.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b232=/tmp/go-build -gno-record-gcc-switches -I $WORK/b232/ -g -O2 -Wall -o $WORK/b232/_x003.o -c unshare.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b266/_pkg_.a # internal cp $WORK/b266/_pkg_.a /builddir/.cache/go-build/5d/5d247365237c6603d2ddd1581a03f2477813f44a8155952d53e54c13eeb2b00c-d # internal github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client mkdir -p $WORK/b259/ cat >$WORK/b259/importcfg << 'EOF' # internal # import config importmap github.com/docker/distribution=github.com/containers/libpod/vendor/github.com/docker/distribution importmap github.com/docker/distribution/context=github.com/containers/libpod/vendor/github.com/docker/distribution/context importmap github.com/docker/distribution/reference=github.com/containers/libpod/vendor/github.com/docker/distribution/reference importmap github.com/docker/distribution/registry/api/errcode=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode importmap github.com/docker/distribution/registry/api/v2=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2 importmap github.com/docker/distribution/registry/client/auth/challenge=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/auth/challenge importmap github.com/docker/distribution/registry/client/transport=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/transport importmap github.com/docker/distribution/registry/storage/cache=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache importmap github.com/docker/distribution/registry/storage/cache/memory=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache/memory importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution=$WORK/b260/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/context=$WORK/b261/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode=$WORK/b229/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2=$WORK/b255/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/auth/challenge=$WORK/b263/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/transport=$WORK/b264/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache=$WORK/b265/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache/memory=$WORK/b266/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "$WORK/b259=>" -shared -p github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client -complete -installsuffix shared -buildid _Z0ddoaeEP9qTYhAyU_S/_Z0ddoaeEP9qTYhAyU_S -goversion go1.13.4 -D "" -importcfg $WORK/b259/importcfg -pack ./blob_writer.go ./errors.go ./repository.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/4f/4fef2c7a3d69294db114f2695686691544acd0e31437482c234b69aa2fd8f7a0-d # internal cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x009.o -c glibobject.cgo2.c cd $WORK/b232 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b232=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b232=/tmp/go-build -gno-record-gcc-switches -o $WORK/b232/_cgo_.o $WORK/b232/_cgo_main.o $WORK/b232/_x001.o $WORK/b232/_x002.o $WORK/b232/_x003.o -g -O2 TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage unshare -dynimport $WORK/b232/_cgo_.o -dynout $WORK/b232/_cgo_import.go cat >$WORK/b232/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "$WORK/b232=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/unshare -installsuffix shared -buildid -7uNMSHfk528RLXn8mfj/-7uNMSHfk528RLXn8mfj -goversion go1.13.4 -D "" -importcfg $WORK/b232/importcfg -pack ./unshare.go ./unshare_unsupported.go $WORK/b232/_cgo_gotypes.go $WORK/b232/unshare_cgo.cgo1.go $WORK/b232/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b318/_pkg_.a # internal cp $WORK/b318/_pkg_.a /builddir/.cache/go-build/4e/4ef7691209524a19001fcc57b61e483811ff943f8ab7bbe733520f57df29c253-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/validate mkdir -p $WORK/b310/ cat >$WORK/b310/importcfg << 'EOF' # internal # import config importmap github.com/blang/semver=github.com/containers/libpod/vendor/github.com/blang/semver importmap github.com/hashicorp/go-multierror=github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/runtime-tools/filepath=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/filepath importmap github.com/opencontainers/runtime-tools/specerror=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/specerror importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/syndtr/gocapability/capability=github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability importmap github.com/xeipuuv/gojsonschema=github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonschema packagefile bufio=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/blang/semver=$WORK/b311/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror=$WORK/b313/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/filepath=$WORK/b315/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/specerror=$WORK/b316/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability=$WORK/b204/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonschema=$WORK/b318/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/validate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "$WORK/b310=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/validate -complete -installsuffix shared -buildid uml2LULFMYRDLzc3xhPD/uml2LULFMYRDLzc3xhPD -goversion go1.13.4 -D "" -importcfg $WORK/b310/importcfg -pack ./validate.go ./validate_linux.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b259/_pkg_.a # internal cp $WORK/b259/_pkg_.a /builddir/.cache/go-build/aa/aae9cec765634103af8a9a26c4ce9570f994275a27011aa17409c539db9e5c8d-d # internal github.com/containers/libpod/vendor/github.com/containers/image/docker mkdir -p $WORK/b245/ cat >$WORK/b245/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/policyconfiguration=github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/pkg/blobinfocache=github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache importmap github.com/containers/image/pkg/docker/config=github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config importmap github.com/containers/image/pkg/sysregistriesv2=github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2 importmap github.com/containers/image/pkg/tlsclientconfig=github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/docker/distribution/registry/api/errcode=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode importmap github.com/docker/distribution/registry/api/v2=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2 importmap github.com/docker/distribution/registry/client=github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client importmap github.com/docker/go-connections/tlsconfig=github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/ghodss/yaml=github.com/containers/libpod/vendor/github.com/ghodss/yaml importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration=$WORK/b246/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache=$WORK/b120/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config=$WORK/b247/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2=$WORK/b180/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig=$WORK/b143/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode=$WORK/b229/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2=$WORK/b255/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client=$WORK/b259/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig=$WORK/b163/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile mime=$WORK/b158/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/docker /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "$WORK/b245=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/docker -complete -installsuffix shared -buildid gGSqQmgwKdBSImRRZ4jw/gGSqQmgwKdBSImRRZ4jw -goversion go1.13.4 -D "" -importcfg $WORK/b245/importcfg -pack ./cache.go ./docker_client.go ./docker_image.go ./docker_image_dest.go ./docker_image_src.go ./docker_transport.go ./lookaside.go ./wwwauthenticate.go cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x010.o -c gobject.cgo2.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/unshare /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b232/_pkg_.a $WORK/b232/_x001.o $WORK/b232/_x002.o $WORK/b232/_x003.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b232/_pkg_.a # internal cp $WORK/b232/_pkg_.a /builddir/.cache/go-build/c9/c973228cb4536c9baf41f3c5f783e122e9ba77c757eaa18f4cec3b73dccdf712-d # internal github.com/containers/libpod/vendor/github.com/containers/buildah/chroot mkdir -p $WORK/b231/ cat >$WORK/b231/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah/bind=github.com/containers/libpod/vendor/github.com/containers/buildah/bind importmap github.com/containers/buildah/unshare=github.com/containers/libpod/vendor/github.com/containers/buildah/unshare importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/opencontainers/runc/libcontainer/apparmor=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/apparmor importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/selinux/go-selinux=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/seccomp/libseccomp-golang=github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/syndtr/gocapability/capability=github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability importmap golang.org/x/crypto/ssh/terminal=github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/bind=$WORK/b061/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/unshare=$WORK/b232/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/apparmor=$WORK/b233/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux=$WORK/b212/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang=$WORK/b234/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability=$WORK/b204/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/chroot /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "$WORK/b231=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/chroot -complete -installsuffix shared -buildid 3P9BfhJzDTqQJLyhn3f_/3P9BfhJzDTqQJLyhn3f_ -goversion go1.13.4 -D "" -importcfg $WORK/b231/importcfg -pack ./run.go ./seccomp.go ./selinux.go ./util.go cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x011.o -c goptioncontext.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b310/_pkg_.a # internal cp $WORK/b310/_pkg_.a /builddir/.cache/go-build/ea/ea3603b4b484011d3ae5ddb553c6d02612247c4195ab6c5d4daa76e69e0ecbdd-d # internal github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate mkdir -p $WORK/b308/ cat >$WORK/b308/importcfg << 'EOF' # internal # import config importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/runtime-tools/generate/seccomp=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate/seccomp importmap github.com/opencontainers/runtime-tools/validate=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/validate importmap github.com/syndtr/gocapability/capability=github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate/seccomp=$WORK/b309/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/validate=$WORK/b310/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability=$WORK/b204/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "$WORK/b308=>" -shared -p github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate -complete -installsuffix shared -buildid 87BfKaH7HNpPaQNskpxA/87BfKaH7HNpPaQNskpxA -goversion go1.13.4 -D "" -importcfg $WORK/b308/importcfg -pack ./config.go ./generate.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b326/_pkg_.a # internal cp $WORK/b326/_pkg_.a /builddir/.cache/go-build/19/19cca7d80068ca1ceceb77f056f59b77212695b74aa3e8dc07a6810428c3beff-d # internal github.com/containers/libpod/vendor/github.com/openshift/imagebuilder mkdir -p $WORK/b323/ cat >$WORK/b323/importcfg << 'EOF' # internal # import config importmap github.com/docker/docker/builder/dockerfile/command=github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command importmap github.com/docker/docker/builder/dockerfile/parser=github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser importmap github.com/fsouza/go-dockerclient=github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient importmap github.com/openshift/imagebuilder/signal=github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/signal importmap github.com/openshift/imagebuilder/strslice=github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/strslice packagefile bytes=$WORK/b003/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command=$WORK/b324/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser=$WORK/b325/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient=$WORK/b326/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/signal=$WORK/b336/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/strslice=$WORK/b337/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile text/scanner=$WORK/b166/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/openshift/imagebuilder /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "$WORK/b323=>" -shared -p github.com/containers/libpod/vendor/github.com/openshift/imagebuilder -complete -installsuffix shared -buildid HTB9WDwWdnkw0K4I01Ip/HTB9WDwWdnkw0K4I01Ip -goversion go1.13.4 -D "" -importcfg $WORK/b323/importcfg -pack ./builder.go ./constants.go ./dispatchers.go ./doc.go ./evaluator.go ./internals.go ./shell_parser.go cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_x012.o -c gvariant.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b245/_pkg_.a # internal cp $WORK/b245/_pkg_.a /builddir/.cache/go-build/93/93271be03bf93c2e444cb7451948741622799fbf2315c7df06f49c761b015e87-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b292/_pkg_.a # internal cp $WORK/b292/_pkg_.a /builddir/.cache/go-build/51/517c1f4a4ea47a4d9c680e857c7a574aec2de3f4ec4f0a45aee312bdf7ec718c-d # internal github.com/containers/libpod/vendor/github.com/containers/image/openshift mkdir -p $WORK/b290/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net mkdir -p $WORK/b414/ cat >$WORK/b290/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker=github.com/containers/libpod/vendor/github.com/containers/image/docker importmap github.com/containers/image/docker/policyconfiguration=github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/image/version=github.com/containers/libpod/vendor/github.com/containers/image/version importmap github.com/ghodss/yaml=github.com/containers/libpod/vendor/github.com/ghodss/yaml importmap github.com/imdario/mergo=github.com/containers/libpod/vendor/github.com/imdario/mergo importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/net/http2=github.com/containers/libpod/vendor/golang.org/x/net/http2 importmap k8s.io/client-go/util/homedir=github.com/containers/libpod/vendor/k8s.io/client-go/util/homedir packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker=$WORK/b245/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration=$WORK/b246/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/version=$WORK/b183/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/imdario/mergo=$WORK/b291/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/http2=$WORK/b292/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/homedir=$WORK/b300/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/openshift /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "$WORK/b290=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/openshift -complete -installsuffix shared -buildid coF2_qDx5pfrDw-n15Rk/coF2_qDx5pfrDw-n15Rk -goversion go1.13.4 -D "" -importcfg $WORK/b290/importcfg -pack ./openshift-copies.go ./openshift.go ./openshift_transport.go cat >$WORK/b414/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap golang.org/x/net/http2=github.com/containers/libpod/vendor/golang.org/x/net/http2 importmap k8s.io/apimachinery/pkg/util/sets=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/http2=$WORK/b292/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets=$WORK/b397/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "$WORK/b414=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net -complete -installsuffix shared -buildid oD8q6UATCqZ2rzlGk7JE/oD8q6UATCqZ2rzlGk7JE -goversion go1.13.4 -D "" -importcfg $WORK/b414/importcfg -pack ./http.go ./interface.go ./port_range.go ./port_split.go ./util.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b270/_pkg_.a # internal cp $WORK/b270/_pkg_.a /builddir/.cache/go-build/88/88c1fad0b761358dd74a802805fec803be95fe6230fc9a8e63da5a6e21717548-d # internal github.com/containers/libpod/vendor/github.com/containers/image/docker/daemon mkdir -p $WORK/b269/ cat >$WORK/b269/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/docker/policyconfiguration=github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/docker/tarfile=github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/docker/docker/client=github.com/containers/libpod/vendor/github.com/docker/docker/client importmap github.com/docker/go-connections/tlsconfig=github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile context=$WORK/b019/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration=$WORK/b246/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile=$WORK/b128/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/client=$WORK/b270/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig=$WORK/b163/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/docker/daemon /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "$WORK/b269=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/docker/daemon -complete -installsuffix shared -buildid nRSqYw1lZ8YEWyP6JRUh/nRSqYw1lZ8YEWyP6JRUh -goversion go1.13.4 -D "" -importcfg $WORK/b269/importcfg -pack ./client.go ./daemon_dest.go ./daemon_src.go ./daemon_transport.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b231/_pkg_.a # internal cp $WORK/b231/_pkg_.a /builddir/.cache/go-build/9f/9f0130a0c3723577bbceaac1ade6ee1a825ef2f7b9927b70713796b5d74c7a8b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b269/_pkg_.a # internal cp $WORK/b269/_pkg_.a /builddir/.cache/go-build/d9/d929f21940beabdd169a9ef84cf426646600e7de005f703376dee5fa2c3e7a77-d # internal cd $WORK/b302 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b414/_pkg_.a # internal cp $WORK/b414/_pkg_.a /builddir/.cache/go-build/bc/bcf96b6762cffb97521287802a2689c10319b766d654e58d9274245568a8d6f5-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b323/_pkg_.a # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch mkdir -p $WORK/b413/ github.com/containers/libpod/vendor/k8s.io/client-go/transport mkdir -p $WORK/b426/ cat >$WORK/b413/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/net=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/pkg/util/wait=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net=$WORK/b414/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait=$WORK/b415/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "$WORK/b413=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch -complete -installsuffix shared -buildid OXuE75Mu2yMSuOk2Y-SP/OXuE75Mu2yMSuOk2Y-SP -goversion go1.13.4 -D "" -importcfg $WORK/b413/importcfg -pack ./doc.go ./filter.go ./mux.go ./streamwatcher.go ./until.go ./watch.go ./zz_generated.deepcopy.go cat >$WORK/b426/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap k8s.io/apimachinery/pkg/util/net=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net=$WORK/b414/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/transport /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "$WORK/b426=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/transport -complete -installsuffix shared -buildid TaRvNyP8AMFUpmA3iMeC/TaRvNyP8AMFUpmA3iMeC -goversion go1.13.4 -D "" -importcfg $WORK/b426/importcfg -pack ./cache.go ./config.go ./round_trippers.go ./transport.go cp $WORK/b323/_pkg_.a /builddir/.cache/go-build/8f/8f5819b954f66c18b08838178a3845e18093619d7d56943a8599a49ec929bff5-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b302=/tmp/go-build -gno-record-gcc-switches -o $WORK/b302/_cgo_.o $WORK/b302/_cgo_main.o $WORK/b302/_x001.o $WORK/b302/_x002.o $WORK/b302/_x003.o $WORK/b302/_x004.o $WORK/b302/_x005.o $WORK/b302/_x006.o $WORK/b302/_x007.o $WORK/b302/_x008.o $WORK/b302/_x009.o $WORK/b302/_x010.o $WORK/b302/_x011.o $WORK/b302/_x012.o -g -O2 -lgobject-2.0 -lglib-2.0 /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b308/_pkg_.a # internal cp $WORK/b308/_pkg_.a /builddir/.cache/go-build/25/25d1f0d3cb79b5946520f214e40f37b8092f6a3f95445b17a0619bd84b8c8f9b-d # internal TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage glibobject -dynimport $WORK/b302/_cgo_.o -dynout $WORK/b302/_cgo_import.go cat >$WORK/b302/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "$WORK/b302=>" -shared -p github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject -installsuffix shared -buildid QdfzVgbjUU8IKTveJ9ud/QdfzVgbjUU8IKTveJ9ud -goversion go1.13.4 -D "" -importcfg $WORK/b302/importcfg -pack $WORK/b302/_cgo_gotypes.go $WORK/b302/gboolean.cgo1.go $WORK/b302/gcancellable.cgo1.go $WORK/b302/gerror.cgo1.go $WORK/b302/gfile.cgo1.go $WORK/b302/gfileinfo.cgo1.go $WORK/b302/ghashtable.cgo1.go $WORK/b302/ghashtableiter.cgo1.go $WORK/b302/glibobject.cgo1.go $WORK/b302/gobject.cgo1.go $WORK/b302/goptioncontext.cgo1.go $WORK/b302/gvariant.cgo1.go $WORK/b302/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b290/_pkg_.a # internal cp $WORK/b290/_pkg_.a /builddir/.cache/go-build/41/4144d3708d9194255b34a938e36991912f654e6a12437266fe63305ec5a7a89c-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b413/_pkg_.a # internal cp $WORK/b413/_pkg_.a /builddir/.cache/go-build/cd/cd39b8405adcfd7bb5e01b026846e9f1841bc90fea9b78755ee7f4b2864fb09b-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 mkdir -p $WORK/b390/ cat >$WORK/b390/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys importmap github.com/google/gofuzz=github.com/containers/libpod/vendor/github.com/google/gofuzz importmap k8s.io/apimachinery/pkg/api/resource=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/conversion=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion importmap k8s.io/apimachinery/pkg/fields=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/apimachinery/pkg/labels=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/labels importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/selection=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection importmap k8s.io/apimachinery/pkg/types=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr importmap k8s.io/apimachinery/pkg/watch=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys=$WORK/b385/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/google/gofuzz=$WORK/b391/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource=$WORK/b386/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion=$WORK/b392/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields=$WORK/b394/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/labels=$WORK/b396/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection=$WORK/b395/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types=$WORK/b411/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr=$WORK/b412/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch=$WORK/b413/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "$WORK/b390=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 -complete -installsuffix shared -buildid McbFeDFwHxMgUq3li5L-/McbFeDFwHxMgUq3li5L- -goversion go1.13.4 -D "" -importcfg $WORK/b390/importcfg -pack ./controller_ref.go ./conversion.go ./doc.go ./duration.go ./generated.pb.go ./group_version.go ./helpers.go ./labels.go ./meta.go ./micro_time.go ./micro_time_proto.go ./register.go ./time.go ./time_proto.go ./types.go ./types_swagger_doc_generated.go ./watch.go ./zz_generated.deepcopy.go ./zz_generated.defaults.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b426/_pkg_.a # internal cp $WORK/b426/_pkg_.a /builddir/.cache/go-build/1e/1ea2a5c9a53230c91c56eff36acbbe69dcd8bf1c2b0dd0cc9fdbf8ca43d544db-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b302/_pkg_.a $WORK/b302/_x001.o $WORK/b302/_x002.o $WORK/b302/_x003.o $WORK/b302/_x004.o $WORK/b302/_x005.o $WORK/b302/_x006.o $WORK/b302/_x007.o $WORK/b302/_x008.o $WORK/b302/_x009.o $WORK/b302/_x010.o $WORK/b302/_x011.o $WORK/b302/_x012.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b302/_pkg_.a # internal cp $WORK/b302/_pkg_.a /builddir/.cache/go-build/da/da4daf232373bef0db2a685cdb50c66bbf2435d17e36437651dc690fb2afa317-d # internal github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin mkdir -p $WORK/b303/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin pkg-config --cflags -- ostree-1 ostree-1 ostree-1 ostree-1 ostree-1 ostree-1 pkg-config --libs -- ostree-1 ostree-1 ostree-1 ostree-1 ostree-1 ostree-1 CGO_LDFLAGS='"-g" "-O2" "-lostree-1" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b303/ -importpath github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -- -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I $WORK/b303/ -g -O2 ./builtin.go ./checkout.go ./commit.go ./init.go ./log.go ./prune.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b390/_pkg_.a # internal cp $WORK/b390/_pkg_.a /builddir/.cache/go-build/c1/c1a9624d1249f3de51e82e70353e8d19596974174795243c07bb551add89c0bc-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/remotecommand mkdir -p $WORK/b417/ github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors github.com/containers/libpod/vendor/k8s.io/client-go/rest/watch mkdir -p $WORK/b423/ cat >$WORK/b417/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/remotecommand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "$WORK/b417=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/remotecommand -complete -installsuffix shared -buildid WygKbg1mZXDsTsduM69L/WygKbg1mZXDsTsduM69L -goversion go1.13.4 -D "" -importcfg $WORK/b417/importcfg -pack ./constants.go mkdir -p $WORK/b419/ cat >$WORK/b423/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/serializer/streaming=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming importmap k8s.io/apimachinery/pkg/watch=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=$WORK/b420/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch=$WORK/b413/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/rest/watch /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "$WORK/b423=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/rest/watch -complete -installsuffix shared -buildid GVDjRtmqkeDBroQGG525/GVDjRtmqkeDBroQGG525 -goversion go1.13.4 -D "" -importcfg $WORK/b423/importcfg -pack ./decoder.go ./encoder.go cat >$WORK/b419/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/util/validation/field=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field=$WORK/b399/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "$WORK/b419=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors -complete -installsuffix shared -buildid o1PkAiuK-Oei8qHcO9xW/o1PkAiuK-Oei8qHcO9xW -goversion go1.13.4 -D "" -importcfg $WORK/b419/importcfg -pack ./doc.go ./errors.go github.com/containers/libpod/vendor/k8s.io/api/core/v1 mkdir -p $WORK/b384/ cat >$WORK/b384/importcfg << 'EOF' # internal # import config importmap github.com/gogo/protobuf/proto=github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto importmap github.com/gogo/protobuf/sortkeys=github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys importmap k8s.io/apimachinery/pkg/api/resource=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/types=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/intstr=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys=$WORK/b385/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource=$WORK/b386/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types=$WORK/b411/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr=$WORK/b412/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/api/core/v1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "$WORK/b384=>" -shared -p github.com/containers/libpod/vendor/k8s.io/api/core/v1 -complete -installsuffix shared -buildid S7abenWSEPVQpBY4KaCW/S7abenWSEPVQpBY4KaCW -goversion go1.13.4 -D "" -importcfg $WORK/b384/importcfg -pack ./annotation_key_constants.go ./doc.go ./generated.pb.go ./meta.go ./objectreference.go ./register.go ./resource.go ./taint.go ./toleration.go ./types.go ./types_swagger_doc_generated.go ./zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b417/_pkg_.a # internal cp $WORK/b417/_pkg_.a /builddir/.cache/go-build/7d/7d6fb70520a5f36d22c157c1e92340291a7e633cf47d72d2c33aa706b5cd43b9-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b423/_pkg_.a # internal cp $WORK/b423/_pkg_.a /builddir/.cache/go-build/b4/b4f2fe964100e41ee8ab5d14f0490f04724af078f7890c164aeefeb7d2a17e76-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b419/_pkg_.a # internal cp $WORK/b419/_pkg_.a /builddir/.cache/go-build/99/99d018a63ddbc2ceb205f53c6a81f259b47d8d0235c417b9cced45b0e4437099-d # internal github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy mkdir -p $WORK/b433/ cat >$WORK/b433/importcfg << 'EOF' # internal # import config importmap github.com/docker/spdystream=github.com/containers/libpod/vendor/github.com/docker/spdystream importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap k8s.io/apimachinery/pkg/api/errors=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/serializer=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer importmap k8s.io/apimachinery/pkg/util/httpstream=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream importmap k8s.io/apimachinery/pkg/util/net=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/apimachinery/third_party/forked/golang/netutil=github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/spdystream=$WORK/b434/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors=$WORK/b419/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer=$WORK/b437/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream=$WORK/b416/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net=$WORK/b414/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil=$WORK/b445/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/http/httputil=$WORK/b289/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "$WORK/b433=>" -shared -p github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy -complete -installsuffix shared -buildid 6PaojwqUcB8s4HjxGXx3/6PaojwqUcB8s4HjxGXx3 -goversion go1.13.4 -D "" -importcfg $WORK/b433/importcfg -pack ./connection.go ./roundtripper.go ./upgrade.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b433/_pkg_.a # internal cp $WORK/b433/_pkg_.a /builddir/.cache/go-build/97/97838ff2bce113aaecf838401fc88bf43a8940d47e127ec1b074851aacb176e1-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b384/_pkg_.a # internal cp $WORK/b384/_pkg_.a /builddir/.cache/go-build/d9/d99b2091ad7dfd97200637312788bfd75b8ac631a7916172a3e2ead857ae2efb-d # internal github.com/containers/libpod/vendor/k8s.io/client-go/rest mkdir -p $WORK/b418/ cat >$WORK/b418/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap golang.org/x/net/http2=github.com/containers/libpod/vendor/golang.org/x/net/http2 importmap k8s.io/api/core/v1=github.com/containers/libpod/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/errors=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime importmap k8s.io/apimachinery/pkg/runtime/schema=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema importmap k8s.io/apimachinery/pkg/runtime/serializer/streaming=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming importmap k8s.io/apimachinery/pkg/types=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types importmap k8s.io/apimachinery/pkg/util/net=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net importmap k8s.io/apimachinery/pkg/util/sets=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets importmap k8s.io/apimachinery/pkg/watch=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch importmap k8s.io/client-go/pkg/version=github.com/containers/libpod/vendor/k8s.io/client-go/pkg/version importmap k8s.io/client-go/rest/watch=github.com/containers/libpod/vendor/k8s.io/client-go/rest/watch importmap k8s.io/client-go/tools/clientcmd/api=github.com/containers/libpod/vendor/k8s.io/client-go/tools/clientcmd/api importmap k8s.io/client-go/tools/metrics=github.com/containers/libpod/vendor/k8s.io/client-go/tools/metrics importmap k8s.io/client-go/transport=github.com/containers/libpod/vendor/k8s.io/client-go/transport importmap k8s.io/client-go/util/cert=github.com/containers/libpod/vendor/k8s.io/client-go/util/cert importmap k8s.io/client-go/util/flowcontrol=github.com/containers/libpod/vendor/k8s.io/client-go/util/flowcontrol packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/http2=$WORK/b292/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/api/core/v1=$WORK/b384/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors=$WORK/b419/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=$WORK/b420/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types=$WORK/b411/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net=$WORK/b414/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets=$WORK/b397/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch=$WORK/b413/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/pkg/version=$WORK/b421/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/rest/watch=$WORK/b423/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/clientcmd/api=$WORK/b424/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/metrics=$WORK/b425/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/transport=$WORK/b426/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/cert=$WORK/b427/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/flowcontrol=$WORK/b428/_pkg_.a packagefile mime=$WORK/b158/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/rest /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "$WORK/b418=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/rest -complete -installsuffix shared -buildid ZrgrPY2NDp6NMp36n4fY/ZrgrPY2NDp6NMp36n4fY -goversion go1.13.4 -D "" -importcfg $WORK/b418/importcfg -pack ./client.go ./config.go ./plugin.go ./request.go ./transport.go ./url_utils.go ./urlbackoff.go ./versions.go ./zz_generated.deepcopy.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b418/_pkg_.a # internal cp $WORK/b418/_pkg_.a /builddir/.cache/go-build/ab/abf45fe46d61a6bf24f43671580c4fb8642e7e1d1b0421573a7a200fa5763ec6-d # internal github.com/containers/libpod/vendor/k8s.io/client-go/transport/spdy mkdir -p $WORK/b432/ cat >$WORK/b432/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/httpstream=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream importmap k8s.io/apimachinery/pkg/util/httpstream/spdy=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy importmap k8s.io/client-go/rest=github.com/containers/libpod/vendor/k8s.io/client-go/rest packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream=$WORK/b416/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy=$WORK/b433/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/rest=$WORK/b418/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/transport/spdy /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "$WORK/b432=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/transport/spdy -complete -installsuffix shared -buildid vgngtKuY_Fv8i9jfGVxR/vgngtKuY_Fv8i9jfGVxR -goversion go1.13.4 -D "" -importcfg $WORK/b432/importcfg -pack ./spdy.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b432/_pkg_.a # internal cp $WORK/b432/_pkg_.a /builddir/.cache/go-build/c0/c0116996d6dff009f7b41a9b816f218161c9072a08813f20c740cdd4bb693355-d # internal github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand mkdir -p $WORK/b383/ cat >$WORK/b383/importcfg << 'EOF' # internal # import config importmap github.com/golang/glog=github.com/containers/libpod/vendor/github.com/golang/glog importmap k8s.io/api/core/v1=github.com/containers/libpod/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/util/httpstream=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream importmap k8s.io/apimachinery/pkg/util/remotecommand=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/remotecommand importmap k8s.io/apimachinery/pkg/util/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/client-go/rest=github.com/containers/libpod/vendor/k8s.io/client-go/rest importmap k8s.io/client-go/transport/spdy=github.com/containers/libpod/vendor/k8s.io/client-go/transport/spdy importmap k8s.io/client-go/util/exec=github.com/containers/libpod/vendor/k8s.io/client-go/util/exec packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/api/core/v1=$WORK/b384/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream=$WORK/b416/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/remotecommand=$WORK/b417/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/rest=$WORK/b418/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/transport/spdy=$WORK/b432/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/exec=$WORK/b446/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "$WORK/b383=>" -shared -p github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand -complete -installsuffix shared -buildid ElCVkIhmrSs65LYtsQkn/ElCVkIhmrSs65LYtsQkn -goversion go1.13.4 -D "" -importcfg $WORK/b383/importcfg -pack ./doc.go ./errorstream.go ./remotecommand.go ./resize.go ./v1.go ./v2.go ./v3.go ./v4.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b383/_pkg_.a # internal cp $WORK/b383/_pkg_.a /builddir/.cache/go-build/53/53dacf5d9ce7e645d1e69f7e51577b8cb48be4cc01eeef6bcdaf348f46f58e43-d # internal github.com/containers/libpod/pkg/kubeutils mkdir -p $WORK/b380/ cat >$WORK/b380/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/util/runtime=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime importmap k8s.io/client-go/tools/remotecommand=github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand=$WORK/b383/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/kubeutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "$WORK/b380=>" -shared -p github.com/containers/libpod/pkg/kubeutils -complete -installsuffix shared -buildid Bp3Gc46kBBTIZYeJTNRC/Bp3Gc46kBBTIZYeJTNRC -goversion go1.13.4 -D "" -importcfg $WORK/b380/importcfg -pack ./resize.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b380/_pkg_.a # internal cp $WORK/b380/_pkg_.a /builddir/.cache/go-build/c8/c89dc7dcac2e69c4e87e20f0fb3b20d399e180839e827e774227b8736dd4ee66-d # internal cd $WORK/b303 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x002.o -c builtin.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x003.o -c checkout.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x004.o -c commit.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x005.o -c init.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x006.o -c log.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_x007.o -c prune.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b303=/tmp/go-build -gno-record-gcc-switches -o $WORK/b303/_cgo_.o $WORK/b303/_cgo_main.o $WORK/b303/_x001.o $WORK/b303/_x002.o $WORK/b303/_x003.o $WORK/b303/_x004.o $WORK/b303/_x005.o $WORK/b303/_x006.o $WORK/b303/_x007.o -g -O2 -lostree-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage otbuiltin -dynimport $WORK/b303/_cgo_.o -dynout $WORK/b303/_cgo_import.go cat >$WORK/b303/importcfg << 'EOF' # internal # import config importmap github.com/ostreedev/ostree-go/pkg/glibobject=github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject=$WORK/b302/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "$WORK/b303=>" -shared -p github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin -installsuffix shared -buildid jWEt_UoPS90586Cwd2Sx/jWEt_UoPS90586Cwd2Sx -goversion go1.13.4 -D "" -importcfg $WORK/b303/importcfg -pack $WORK/b303/_cgo_gotypes.go $WORK/b303/builtin.cgo1.go $WORK/b303/checkout.cgo1.go $WORK/b303/commit.cgo1.go $WORK/b303/init.cgo1.go $WORK/b303/log.cgo1.go $WORK/b303/prune.cgo1.go $WORK/b303/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b303/_pkg_.a $WORK/b303/_x001.o $WORK/b303/_x002.o $WORK/b303/_x003.o $WORK/b303/_x004.o $WORK/b303/_x005.o $WORK/b303/_x006.o $WORK/b303/_x007.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b303/_pkg_.a # internal cp $WORK/b303/_pkg_.a /builddir/.cache/go-build/19/1979bd0e5799f3199af8390bb471d6b55ee247998a6a6fc299d4dfc7b7ee55c3-d # internal github.com/containers/libpod/vendor/github.com/containers/image/ostree mkdir -p $WORK/b301/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/ostree pkg-config --cflags -- glib-2.0 gobject-2.0 ostree-1 libselinux glib-2.0 gobject-2.0 ostree-1 pkg-config --libs -- glib-2.0 gobject-2.0 ostree-1 libselinux glib-2.0 gobject-2.0 ostree-1 CGO_LDFLAGS='"-g" "-O2" "-lselinux" "-lostree-1" "-lgio-2.0" "-lgobject-2.0" "-lglib-2.0"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b301/ -importpath github.com/containers/libpod/vendor/github.com/containers/image/ostree -- -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -pthread -I $WORK/b301/ -g -O2 ./ostree_dest.go ./ostree_src.go cd $WORK/b301 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/ostree -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b301=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -pthread -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/ostree -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b301=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -pthread -I ./ -g -O2 -o ./_x002.o -c ostree_dest.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/ostree -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b301=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -pthread -I ./ -g -O2 -o ./_x003.o -c ostree_src.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/ostree -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b301=/tmp/go-build -gno-record-gcc-switches -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ostree-1 -I/usr/include/gio-unix-2.0/ -pthread -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/ostree TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b301=/tmp/go-build -gno-record-gcc-switches -o $WORK/b301/_cgo_.o $WORK/b301/_cgo_main.o $WORK/b301/_x001.o $WORK/b301/_x002.o $WORK/b301/_x003.o -g -O2 -lselinux -lostree-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage ostree -dynimport $WORK/b301/_cgo_.o -dynout $WORK/b301/_cgo_import.go cat >$WORK/b301/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/directory/explicitfilepath=github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/klauspost/pgzip=github.com/containers/libpod/vendor/github.com/klauspost/pgzip importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/selinux/go-selinux=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux importmap github.com/ostreedev/ostree-go/pkg/glibobject=github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject importmap github.com/ostreedev/ostree-go/pkg/otbuiltin=github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/vbatts/tar-split/tar/asm=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm importmap github.com/vbatts/tar-split/tar/storage=github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath=$WORK/b064/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux=$WORK/b212/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject=$WORK/b302/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin=$WORK/b303/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm=$WORK/b226/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage=$WORK/b205/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "$WORK/b301=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/ostree -installsuffix shared -buildid nS0aE5XCpx8g0sErAWu7/nS0aE5XCpx8g0sErAWu7 -goversion go1.13.4 -D "" -importcfg $WORK/b301/importcfg -pack ./ostree_transport.go $WORK/b301/_cgo_gotypes.go $WORK/b301/ostree_dest.cgo1.go $WORK/b301/ostree_src.cgo1.go $WORK/b301/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b301/_pkg_.a $WORK/b301/_x001.o $WORK/b301/_x002.o $WORK/b301/_x003.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b301/_pkg_.a # internal cp $WORK/b301/_pkg_.a /builddir/.cache/go-build/bb/bb6e325f165782ce09827bccf1eaaf0464fe11fdc988adea9febf20676441aa1-d # internal github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports mkdir -p $WORK/b244/ cat >$WORK/b244/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/directory=github.com/containers/libpod/vendor/github.com/containers/image/directory importmap github.com/containers/image/docker=github.com/containers/libpod/vendor/github.com/containers/image/docker importmap github.com/containers/image/docker/archive=github.com/containers/libpod/vendor/github.com/containers/image/docker/archive importmap github.com/containers/image/docker/daemon=github.com/containers/libpod/vendor/github.com/containers/image/docker/daemon importmap github.com/containers/image/oci/archive=github.com/containers/libpod/vendor/github.com/containers/image/oci/archive importmap github.com/containers/image/oci/layout=github.com/containers/libpod/vendor/github.com/containers/image/oci/layout importmap github.com/containers/image/openshift=github.com/containers/libpod/vendor/github.com/containers/image/openshift importmap github.com/containers/image/ostree=github.com/containers/libpod/vendor/github.com/containers/image/ostree importmap github.com/containers/image/storage=github.com/containers/libpod/vendor/github.com/containers/image/storage importmap github.com/containers/image/tarball=github.com/containers/libpod/vendor/github.com/containers/image/tarball importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory=$WORK/b063/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker=$WORK/b245/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/archive=$WORK/b127/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/daemon=$WORK/b269/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/archive=$WORK/b140/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/layout=$WORK/b142/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/openshift=$WORK/b290/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/ostree=$WORK/b301/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/tarball=$WORK/b228/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "$WORK/b244=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports -complete -installsuffix shared -buildid -7IkiH_HvUUWySGSjWwg/-7IkiH_HvUUWySGSjWwg -goversion go1.13.4 -D "" -importcfg $WORK/b244/importcfg -pack ./alltransports.go ./docker_daemon.go ./ostree.go ./storage.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b244/_pkg_.a # internal cp $WORK/b244/_pkg_.a /builddir/.cache/go-build/ef/ef31585c739e28e4a5866baa2ec258b186b2287e48b0fe86e8e46e21dbcac131-d # internal github.com/containers/libpod/libpod/image mkdir -p $WORK/b356/ cat >$WORK/b356/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containers/image/copy=github.com/containers/libpod/vendor/github.com/containers/image/copy importmap github.com/containers/image/directory=github.com/containers/libpod/vendor/github.com/containers/image/directory importmap github.com/containers/image/docker=github.com/containers/libpod/vendor/github.com/containers/image/docker importmap github.com/containers/image/docker/archive=github.com/containers/libpod/vendor/github.com/containers/image/docker/archive importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/docker/tarfile=github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/oci/archive=github.com/containers/libpod/vendor/github.com/containers/image/oci/archive importmap github.com/containers/image/pkg/sysregistries=github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries importmap github.com/containers/image/signature=github.com/containers/libpod/vendor/github.com/containers/image/signature importmap github.com/containers/image/storage=github.com/containers/libpod/vendor/github.com/containers/image/storage importmap github.com/containers/image/tarball=github.com/containers/libpod/vendor/github.com/containers/image/tarball importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/transports/alltransports=github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/hashicorp/go-multierror=github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/copy=$WORK/b238/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory=$WORK/b063/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker=$WORK/b245/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/archive=$WORK/b127/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile=$WORK/b128/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/archive=$WORK/b140/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries=$WORK/b243/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/tarball=$WORK/b228/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports=$WORK/b244/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/libpod/common=$WORK/b357/_pkg_.a packagefile github.com/containers/libpod/libpod/driver=$WORK/b352/_pkg_.a packagefile github.com/containers/libpod/pkg/inspect=$WORK/b353/_pkg_.a packagefile github.com/containers/libpod/pkg/registries=$WORK/b358/_pkg_.a packagefile github.com/containers/libpod/pkg/util=$WORK/b359/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror=$WORK/b313/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF github.com/containers/libpod/vendor/github.com/containers/buildah mkdir -p $WORK/b042/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod/image /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "$WORK/b356=>" -shared -p github.com/containers/libpod/libpod/image -complete -installsuffix shared -buildid HLLwQ1k4dmz_Oa-swjGm/HLLwQ1k4dmz_Oa-swjGm -goversion go1.13.4 -D "" -importcfg $WORK/b356/importcfg -pack ./docker_registry_options.go ./errors.go ./filters.go ./image.go ./parts.go ./prune.go ./pull.go ./signing_options.go ./utils.go cat >$WORK/b042/importcfg << 'EOF' # internal # import config importmap github.com/containernetworking/cni/libcni=github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni importmap github.com/containers/buildah/bind=github.com/containers/libpod/vendor/github.com/containers/buildah/bind importmap github.com/containers/buildah/chroot=github.com/containers/libpod/vendor/github.com/containers/buildah/chroot importmap github.com/containers/buildah/docker=github.com/containers/libpod/vendor/github.com/containers/buildah/docker importmap github.com/containers/buildah/pkg/blobcache=github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/blobcache importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/containers/image/copy=github.com/containers/libpod/vendor/github.com/containers/image/copy importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/docker/tarfile=github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile importmap github.com/containers/image/image=github.com/containers/libpod/vendor/github.com/containers/image/image importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/oci/archive=github.com/containers/libpod/vendor/github.com/containers/image/oci/archive importmap github.com/containers/image/pkg/sysregistries=github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries importmap github.com/containers/image/pkg/sysregistriesv2=github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2 importmap github.com/containers/image/signature=github.com/containers/libpod/vendor/github.com/containers/image/signature importmap github.com/containers/image/storage=github.com/containers/libpod/vendor/github.com/containers/image/storage importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/transports/alltransports=github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/chrootarchive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/containers/storage/pkg/stringid=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/runtime-tools/generate=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate importmap github.com/opencontainers/selinux/go-selinux=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/openshift/imagebuilder=github.com/containers/libpod/vendor/github.com/openshift/imagebuilder importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/seccomp/containers-golang=github.com/containers/libpod/vendor/github.com/seccomp/containers-golang importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/crypto/ssh/terminal=github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile archive/tar=$WORK/b043/_pkg_.a packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni=$WORK/b049/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/bind=$WORK/b061/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/chroot=$WORK/b231/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/docker=$WORK/b236/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/blobcache=$WORK/b237/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/copy=$WORK/b238/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile=$WORK/b128/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/archive=$WORK/b140/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries=$WORK/b243/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2=$WORK/b180/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports=$WORK/b244/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/pkg/chrootuser=$WORK/b304/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/pkg/secrets=$WORK/b307/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid=$WORK/b222/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go=$WORK/b085/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate=$WORK/b308/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux=$WORK/b212/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder=$WORK/b323/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/seccomp/containers-golang=$WORK/b338/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "$WORK/b042=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah -complete -installsuffix shared -buildid Gj2HSRxkVx1rDi3Io7i4/Gj2HSRxkVx1rDi3Io7i4 -goversion go1.13.4 -D "" -importcfg $WORK/b042/importcfg -pack ./add.go ./buildah.go ./commit.go ./common.go ./config.go ./delete.go ./image.go ./import.go ./info.go ./mount.go ./new.go ./pull.go ./run.go ./run_linux.go ./seccomp.go ./selinux.go ./unmount.go ./util.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b356/_pkg_.a # internal cp $WORK/b356/_pkg_.a /builddir/.cache/go-build/c8/c8041beff64da625b6adaeca7c57b9381458a9f9345714bbaab5b29af5b3a5d4-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/fd/fd289766fe9585c96961f37c840b3421b9239ed4013e44292d3c560c84dbdf72-d # internal github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/cli mkdir -p $WORK/b340/ github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/parse github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah mkdir -p $WORK/b339/ mkdir -p $WORK/b342/ cat >$WORK/b340/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah=github.com/containers/libpod/vendor/github.com/containers/buildah importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/urfave/cli=github.com/containers/libpod/vendor/github.com/urfave/cli packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah=$WORK/b042/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/urfave/cli=$WORK/b341/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a EOF cat >$WORK/b339/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah=github.com/containers/libpod/vendor/github.com/containers/buildah importmap github.com/containers/buildah/docker=github.com/containers/libpod/vendor/github.com/containers/buildah/docker importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/containers/image/copy=github.com/containers/libpod/vendor/github.com/containers/image/copy importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/storage=github.com/containers/libpod/vendor/github.com/containers/image/storage importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/transports/alltransports=github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/chrootarchive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive importmap github.com/containers/storage/pkg/ioutils=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/containers/storage/pkg/stringid=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid importmap github.com/docker/docker/builder/dockerfile/parser=github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser importmap github.com/fsouza/go-dockerclient=github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/openshift/imagebuilder=github.com/containers/libpod/vendor/github.com/openshift/imagebuilder importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah=$WORK/b042/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/docker=$WORK/b236/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/copy=$WORK/b238/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports=$WORK/b244/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid=$WORK/b222/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser=$WORK/b325/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient=$WORK/b326/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder=$WORK/b323/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/cli /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "$WORK/b340=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/cli -complete -installsuffix shared -buildid T59OTM2LMDLt4aJBzSTR/T59OTM2LMDLt4aJBzSTR -goversion go1.13.4 -D "" -importcfg $WORK/b340/importcfg -pack ./common.go cat >$WORK/b342/importcfg << 'EOF' # internal # import config importmap github.com/containers/buildah=github.com/containers/libpod/vendor/github.com/containers/buildah importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/urfave/cli=github.com/containers/libpod/vendor/github.com/urfave/cli importmap golang.org/x/crypto/ssh/terminal=github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah=$WORK/b042/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/urfave/cli=$WORK/b341/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "$WORK/b339=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah -complete -installsuffix shared -buildid lqylBX37WeI4wQJ0r5bR/lqylBX37WeI4wQJ0r5bR -goversion go1.13.4 -D "" -importcfg $WORK/b339/importcfg -pack ./build.go ./chroot_symlink.go ./util.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/parse /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "$WORK/b342=>" -shared -p github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/parse -complete -installsuffix shared -buildid zWUCilOl0K86KlLffy9N/zWUCilOl0K86KlLffy9N -goversion go1.13.4 -D "" -importcfg $WORK/b342/importcfg -pack ./parse.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b340/_pkg_.a # internal cp $WORK/b340/_pkg_.a /builddir/.cache/go-build/24/24cf4dca73d8ddd8d57942417e587d9f89459c6e4006069efc68f740de373674-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b342/_pkg_.a # internal cp $WORK/b342/_pkg_.a /builddir/.cache/go-build/e5/e5405345819b5ec8833d95e82e6895c3284938ba900b9d02c1176c74dbfbde8d-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b339/_pkg_.a # internal cp $WORK/b339/_pkg_.a /builddir/.cache/go-build/3d/3d4f5a3cc42a5f6734b16d16ebcb6993839ee9289866a0d5396c99e12283a411-d # internal github.com/containers/libpod/libpod mkdir -p $WORK/b345/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b345/ -importpath github.com/containers/libpod/libpod -- -I $WORK/b345/ -g -O2 ./container_attach.go cd $WORK/b345 TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b345=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x001.o -c _cgo_export.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b345=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_x002.o -c container_attach.cgo2.c TERM='dumb' gcc -I /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b345=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -o ./_cgo_main.o -c _cgo_main.c cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b345=/tmp/go-build -gno-record-gcc-switches -o $WORK/b345/_cgo_.o $WORK/b345/_cgo_main.o $WORK/b345/_x001.o $WORK/b345/_x002.o -g -O2 TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage libpod -dynimport $WORK/b345/_cgo_.o -dynout $WORK/b345/_cgo_import.go cat >$WORK/b345/importcfg << 'EOF' # internal # import config importmap github.com/BurntSushi/toml=github.com/containers/libpod/vendor/github.com/BurntSushi/toml importmap github.com/boltdb/bolt=github.com/containers/libpod/vendor/github.com/boltdb/bolt importmap github.com/containerd/cgroups=github.com/containers/libpod/vendor/github.com/containerd/cgroups importmap github.com/containernetworking/cni/pkg/types=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types importmap github.com/containernetworking/cni/pkg/types/current=github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current importmap github.com/containernetworking/plugins/pkg/ns=github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns importmap github.com/containers/buildah=github.com/containers/libpod/vendor/github.com/containers/buildah importmap github.com/containers/buildah/imagebuildah=github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah importmap github.com/containers/buildah/util=github.com/containers/libpod/vendor/github.com/containers/buildah/util importmap github.com/containers/image/signature=github.com/containers/libpod/vendor/github.com/containers/image/signature importmap github.com/containers/image/storage=github.com/containers/libpod/vendor/github.com/containers/image/storage importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/psgo=github.com/containers/libpod/vendor/github.com/containers/psgo importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/chrootarchive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive importmap github.com/containers/storage/pkg/idtools=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/containers/storage/pkg/stringid=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid importmap github.com/containers/storage/pkg/system=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system importmap github.com/containers/storage/pkg/truncindex=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex importmap github.com/coreos/go-systemd/activation=github.com/containers/libpod/vendor/github.com/coreos/go-systemd/activation importmap github.com/cri-o/ocicni/pkg/ocicni=github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni importmap github.com/docker/docker/daemon/caps=github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps importmap github.com/docker/docker/pkg/namesgenerator=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/namesgenerator importmap github.com/docker/docker/pkg/term=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term importmap github.com/fsnotify/fsnotify=github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify importmap github.com/mailru/easyjson=github.com/containers/libpod/vendor/github.com/mailru/easyjson importmap github.com/mailru/easyjson/jlexer=github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer importmap github.com/mailru/easyjson/jwriter=github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter importmap github.com/mrunalp/fileutils=github.com/containers/libpod/vendor/github.com/mrunalp/fileutils importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/opencontainers/runc/libcontainer/user=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/runtime-tools/generate=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate importmap github.com/opencontainers/selinux/go-selinux=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/ulule/deepcopier=github.com/containers/libpod/vendor/github.com/ulule/deepcopier importmap github.com/vishvananda/netlink=github.com/containers/libpod/vendor/github.com/vishvananda/netlink importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix importmap golang.org/x/text/language=github.com/containers/libpod/vendor/golang.org/x/text/language importmap k8s.io/api/core/v1=github.com/containers/libpod/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/api/resource=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource importmap k8s.io/apimachinery/pkg/apis/meta/v1=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1 importmap k8s.io/apimachinery/pkg/util/wait=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait importmap k8s.io/client-go/tools/remotecommand=github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/BurntSushi/toml=$WORK/b181/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/boltdb/bolt=$WORK/b121/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containerd/cgroups=$WORK/b346/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current=$WORK/b059/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns=$WORK/b351/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah=$WORK/b042/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah=$WORK/b339/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/libpod/driver=$WORK/b352/_pkg_.a packagefile github.com/containers/libpod/libpod/image=$WORK/b356/_pkg_.a packagefile github.com/containers/libpod/libpod/layers=$WORK/b360/_pkg_.a packagefile github.com/containers/libpod/pkg/annotations=$WORK/b361/_pkg_.a packagefile github.com/containers/libpod/pkg/apparmor=$WORK/b362/_pkg_.a packagefile github.com/containers/libpod/pkg/criu=$WORK/b364/_pkg_.a packagefile github.com/containers/libpod/pkg/ctime=$WORK/b368/_pkg_.a packagefile github.com/containers/libpod/pkg/firewall=$WORK/b369/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks=$WORK/b371/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/exec=$WORK/b377/_pkg_.a packagefile github.com/containers/libpod/pkg/inspect=$WORK/b353/_pkg_.a packagefile github.com/containers/libpod/pkg/kubeutils=$WORK/b380/_pkg_.a packagefile github.com/containers/libpod/pkg/lookup=$WORK/b447/_pkg_.a packagefile github.com/containers/libpod/pkg/namespaces=$WORK/b449/_pkg_.a packagefile github.com/containers/libpod/pkg/netns=$WORK/b450/_pkg_.a packagefile github.com/containers/libpod/pkg/registrar=$WORK/b451/_pkg_.a packagefile github.com/containers/libpod/pkg/registries=$WORK/b358/_pkg_.a packagefile github.com/containers/libpod/pkg/resolvconf=$WORK/b452/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/pkg/secrets=$WORK/b307/_pkg_.a packagefile github.com/containers/libpod/pkg/util=$WORK/b359/_pkg_.a packagefile github.com/containers/libpod/utils=$WORK/b454/_pkg_.a packagefile github.com/containers/libpod/version=$WORK/b363/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo=$WORK/b455/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid=$WORK/b222/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex=$WORK/b224/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-systemd/activation=$WORK/b462/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni=$WORK/b354/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps=$WORK/b463/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/namesgenerator=$WORK/b465/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term=$WORK/b334/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify=$WORK/b355/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson=$WORK/b466/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer=$WORK/b467/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter=$WORK/b468/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mrunalp/fileutils=$WORK/b470/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate=$WORK/b308/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux=$WORK/b212/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulule/deepcopier=$WORK/b471/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netlink=$WORK/b472/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/language=$WORK/b375/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/api/core/v1=$WORK/b384/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource=$WORK/b386/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait=$WORK/b415/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand=$WORK/b383/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "$WORK/b345=>" -shared -p github.com/containers/libpod/libpod -installsuffix shared -buildid q90nNM9R9yToDUe_XM4o/q90nNM9R9yToDUe_XM4o -goversion go1.13.4 -D "" -importcfg $WORK/b345/importcfg -pack ./boltdb_state.go ./boltdb_state_internal.go ./boltdb_state_linux.go ./container.go ./container_api.go ./container_commit.go ./container_easyjson.go ./container_graph.go ./container_inspect.go ./container_internal.go ./container_internal_linux.go ./container_linux.go ./container_top_linux.go ./diff.go ./errors.go ./in_memory_state.go ./info.go ./kube.go ./mounts_linux.go ./networking_linux.go ./oci.go ./oci_linux.go ./options.go ./pod.go ./pod_api.go ./pod_easyjson.go ./pod_internal.go ./pod_top_linux.go ./runtime.go ./runtime_ctr.go ./runtime_img.go ./runtime_pod.go ./runtime_pod_infra_linux.go ./runtime_pod_linux.go ./runtime_volume.go ./runtime_volume_linux.go ./state.go ./stats.go ./stats_config.go ./storage.go ./util.go ./util_linux.go ./version.go ./volume.go ./volume_internal.go $WORK/b345/_cgo_gotypes.go $WORK/b345/container_attach.cgo1.go $WORK/b345/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b345/_pkg_.a $WORK/b345/_x001.o $WORK/b345/_x002.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b345/_pkg_.a # internal cp $WORK/b345/_pkg_.a /builddir/.cache/go-build/54/542714e5be724f75d740ec7681d0b663a93af67ed5845e3b7b081fb12d6f4a59-d # internal github.com/containers/libpod/cmd/podman/libpodruntime mkdir -p $WORK/b344/ github.com/containers/libpod/pkg/logs github.com/containers/libpod/pkg/spec mkdir -p $WORK/b476/ mkdir -p $WORK/b483/ cat >$WORK/b344/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/urfave/cli=github.com/containers/libpod/vendor/github.com/urfave/cli packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/pkg/util=$WORK/b359/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/urfave/cli=$WORK/b341/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/cmd/podman/libpodruntime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "$WORK/b344=>" -shared -p github.com/containers/libpod/cmd/podman/libpodruntime -complete -installsuffix shared -buildid 3ydQdahP7dN7NoT9hq-Z/3ydQdahP7dN7NoT9hq-Z -goversion go1.13.4 -D "" -importcfg $WORK/b344/importcfg -pack ./runtime.go cat >$WORK/b476/importcfg << 'EOF' # internal # import config importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/mount=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount importmap github.com/cri-o/ocicni/pkg/ocicni=github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni importmap github.com/docker/docker/daemon/caps=github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps importmap github.com/docker/docker/profiles/seccomp=github.com/containers/libpod/vendor/github.com/docker/docker/profiles/seccomp importmap github.com/docker/go-connections/nat=github.com/containers/libpod/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/opencontainers/runc/libcontainer/configs=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs importmap github.com/opencontainers/runc/libcontainer/devices=github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/devices importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/runtime-tools/generate=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap golang.org/x/sys/unix=github.com/containers/libpod/vendor/golang.org/x/sys/unix packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/pkg/namespaces=$WORK/b449/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni=$WORK/b354/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps=$WORK/b463/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/profiles/seccomp=$WORK/b477/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs=$WORK/b478/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/devices=$WORK/b479/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate=$WORK/b308/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a EOF cat >$WORK/b483/importcfg << 'EOF' # internal # import config importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/logs /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "$WORK/b483=>" -shared -p github.com/containers/libpod/pkg/logs -complete -installsuffix shared -buildid iruDd1zlDesVr2YutAob/iruDd1zlDesVr2YutAob -goversion go1.13.4 -D "" -importcfg $WORK/b483/importcfg -pack ./logs.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/pkg/spec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "$WORK/b476=>" -shared -p github.com/containers/libpod/pkg/spec -complete -installsuffix shared -buildid 88lo7pS2jvL3xF6twfJo/88lo7pS2jvL3xF6twfJo -goversion go1.13.4 -D "" -importcfg $WORK/b476/importcfg -pack ./config_linux.go ./createconfig.go ./parse.go ./ports.go ./spec.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b344/_pkg_.a # internal cp $WORK/b344/_pkg_.a /builddir/.cache/go-build/8a/8a4ec9ffeedf1af3f5799548e556af4d0529d901d64809fb02e3cdac12b970af-d # internal github.com/containers/libpod/libpod/adapter mkdir -p $WORK/b481/ cat >$WORK/b481/importcfg << 'EOF' # internal # import config importmap github.com/urfave/cli=github.com/containers/libpod/vendor/github.com/urfave/cli packagefile github.com/containers/libpod/cmd/podman/libpodruntime=$WORK/b344/_pkg_.a packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/urfave/cli=$WORK/b341/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/libpod/adapter /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "$WORK/b481=>" -shared -p github.com/containers/libpod/libpod/adapter -complete -installsuffix shared -buildid r6HzWsj0q7n1BLJ2BAml/r6HzWsj0q7n1BLJ2BAml -goversion go1.13.4 -D "" -importcfg $WORK/b481/importcfg -pack ./runtime.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b483/_pkg_.a # internal cp $WORK/b483/_pkg_.a /builddir/.cache/go-build/31/3148a199fcfa85780f2b98e0a920ead2a6b91d398ebecf6b5f87ee3d8b5605df-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b481/_pkg_.a # internal cp $WORK/b481/_pkg_.a /builddir/.cache/go-build/4e/4e6c98f74d9807d20c81a8f1e46df31b64b12aba734a593eea65568a67df9938-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b476/_pkg_.a # internal cp $WORK/b476/_pkg_.a /builddir/.cache/go-build/da/da6aa38fa64398a0e3903c63106330db482627a481a44c1288b203e09e171218-d # internal github.com/containers/libpod/cmd/podman/shared mkdir -p $WORK/b475/ cat >$WORK/b475/importcfg << 'EOF' # internal # import config importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/cri-o/ocicni/pkg/ocicni=github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni importmap github.com/docker/go-connections/nat=github.com/containers/libpod/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/google/shlex=github.com/containers/libpod/vendor/github.com/google/shlex importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/libpod/image=$WORK/b356/_pkg_.a packagefile github.com/containers/libpod/pkg/inspect=$WORK/b353/_pkg_.a packagefile github.com/containers/libpod/pkg/spec=$WORK/b476/_pkg_.a packagefile github.com/containers/libpod/pkg/util=$WORK/b359/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni=$WORK/b354/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/google/shlex=$WORK/b480/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile time=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/cmd/podman/shared /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "$WORK/b475=>" -shared -p github.com/containers/libpod/cmd/podman/shared -complete -installsuffix shared -buildid XcNl6mej7tQMgXoawM7v/XcNl6mej7tQMgXoawM7v -goversion go1.13.4 -D "" -importcfg $WORK/b475/importcfg -pack ./container.go ./funcs.go ./parallel.go ./pod.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b475/_pkg_.a # internal cp $WORK/b475/_pkg_.a /builddir/.cache/go-build/44/441d7f8ac670b839bd6d19fb7e35c9cca082df583b209569d9c2cb28882cb509-d # internal github.com/containers/libpod/cmd/podman mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config importmap github.com/buger/goterm=github.com/containers/libpod/vendor/github.com/buger/goterm importmap github.com/containers/buildah=github.com/containers/libpod/vendor/github.com/containers/buildah importmap github.com/containers/buildah/imagebuildah=github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah importmap github.com/containers/buildah/pkg/cli=github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/cli importmap github.com/containers/buildah/pkg/parse=github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/parse importmap github.com/containers/image/directory=github.com/containers/libpod/vendor/github.com/containers/image/directory importmap github.com/containers/image/docker=github.com/containers/libpod/vendor/github.com/containers/image/docker importmap github.com/containers/image/docker/archive=github.com/containers/libpod/vendor/github.com/containers/image/docker/archive importmap github.com/containers/image/docker/reference=github.com/containers/libpod/vendor/github.com/containers/image/docker/reference importmap github.com/containers/image/manifest=github.com/containers/libpod/vendor/github.com/containers/image/manifest importmap github.com/containers/image/oci/archive=github.com/containers/libpod/vendor/github.com/containers/image/oci/archive importmap github.com/containers/image/pkg/docker/config=github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config importmap github.com/containers/image/signature=github.com/containers/libpod/vendor/github.com/containers/image/signature importmap github.com/containers/image/transports=github.com/containers/libpod/vendor/github.com/containers/image/transports importmap github.com/containers/image/transports/alltransports=github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports importmap github.com/containers/image/types=github.com/containers/libpod/vendor/github.com/containers/image/types importmap github.com/containers/storage=github.com/containers/libpod/vendor/github.com/containers/storage importmap github.com/containers/storage/pkg/archive=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive importmap github.com/containers/storage/pkg/reexec=github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec importmap github.com/cri-o/ocicni/pkg/ocicni=github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni importmap github.com/docker/distribution/reference=github.com/containers/libpod/vendor/github.com/docker/distribution/reference importmap github.com/docker/docker/pkg/signal=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal importmap github.com/docker/docker/pkg/term=github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term importmap github.com/docker/go-connections/nat=github.com/containers/libpod/vendor/github.com/docker/go-connections/nat importmap github.com/docker/go-units=github.com/containers/libpod/vendor/github.com/docker/go-units importmap github.com/fatih/camelcase=github.com/containers/libpod/vendor/github.com/fatih/camelcase importmap github.com/ghodss/yaml=github.com/containers/libpod/vendor/github.com/ghodss/yaml importmap github.com/opencontainers/go-digest=github.com/containers/libpod/vendor/github.com/opencontainers/go-digest importmap github.com/opencontainers/image-spec/specs-go/v1=github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1 importmap github.com/opencontainers/runtime-spec/specs-go=github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go importmap github.com/opencontainers/selinux/go-selinux/label=github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label importmap github.com/pkg/errors=github.com/containers/libpod/vendor/github.com/pkg/errors importmap github.com/sirupsen/logrus=github.com/containers/libpod/vendor/github.com/sirupsen/logrus importmap github.com/sirupsen/logrus/hooks/syslog=github.com/containers/libpod/vendor/github.com/sirupsen/logrus/hooks/syslog importmap github.com/ulule/deepcopier=github.com/containers/libpod/vendor/github.com/ulule/deepcopier importmap github.com/urfave/cli=github.com/containers/libpod/vendor/github.com/urfave/cli importmap golang.org/x/crypto/ssh/terminal=github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal importmap k8s.io/api/core/v1=github.com/containers/libpod/vendor/k8s.io/api/core/v1 importmap k8s.io/apimachinery/pkg/fields=github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields importmap k8s.io/client-go/tools/remotecommand=github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/buger/goterm=$WORK/b040/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah=$WORK/b042/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah=$WORK/b339/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/cli=$WORK/b340/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/parse=$WORK/b342/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory=$WORK/b063/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker=$WORK/b245/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/archive=$WORK/b127/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/archive=$WORK/b140/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config=$WORK/b247/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports=$WORK/b244/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/cmd/podman/formats=$WORK/b343/_pkg_.a packagefile github.com/containers/libpod/cmd/podman/libpodruntime=$WORK/b344/_pkg_.a packagefile github.com/containers/libpod/cmd/podman/shared=$WORK/b475/_pkg_.a packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/libpod/adapter=$WORK/b481/_pkg_.a packagefile github.com/containers/libpod/libpod/common=$WORK/b357/_pkg_.a packagefile github.com/containers/libpod/libpod/image=$WORK/b356/_pkg_.a packagefile github.com/containers/libpod/pkg/annotations=$WORK/b361/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/0.1.0=$WORK/b482/_pkg_.a packagefile github.com/containers/libpod/pkg/inspect=$WORK/b353/_pkg_.a packagefile github.com/containers/libpod/pkg/logs=$WORK/b483/_pkg_.a packagefile github.com/containers/libpod/pkg/namespaces=$WORK/b449/_pkg_.a packagefile github.com/containers/libpod/pkg/registries=$WORK/b358/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/pkg/spec=$WORK/b476/_pkg_.a packagefile github.com/containers/libpod/pkg/sysinfo=$WORK/b484/_pkg_.a packagefile github.com/containers/libpod/pkg/trust=$WORK/b487/_pkg_.a packagefile github.com/containers/libpod/pkg/util=$WORK/b359/_pkg_.a packagefile github.com/containers/libpod/utils=$WORK/b454/_pkg_.a packagefile github.com/containers/libpod/version=$WORK/b363/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni=$WORK/b354/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal=$WORK/b306/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term=$WORK/b334/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fatih/camelcase=$WORK/b488/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus/hooks/syslog=$WORK/b489/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulule/deepcopier=$WORK/b471/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/urfave/cli=$WORK/b341/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile html/template=$WORK/b491/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/api/core/v1=$WORK/b384/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields=$WORK/b394/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand=$WORK/b383/_pkg_.a packagefile log/syslog=$WORK/b490/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile runtime/pprof=$WORK/b493/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile text/tabwriter=$WORK/b041/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/_build/src/github.com/containers/libpod/cmd/podman /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -shared -p main -complete -installsuffix shared -buildid mqPv1tRvLMlbrrrtpLNI/mqPv1tRvLMlbrrrtpLNI -goversion go1.13.4 -D "" -importcfg $WORK/b001/importcfg -pack ./attach.go ./build.go ./checkpoint.go ./cleanup.go ./commit.go ./common.go ./container.go ./containers_prune.go ./create.go ./create_cli.go ./diff.go ./exec.go ./exists.go ./export.go ./generate.go ./generate_kube.go ./history.go ./image.go ./images.go ./images_prune.go ./import.go ./info.go ./inspect.go ./kill.go ./load.go ./login.go ./logout.go ./logs.go ./main.go ./mount.go ./parse.go ./pause.go ./play.go ./play_kube.go ./pod.go ./pod_create.go ./pod_inspect.go ./pod_kill.go ./pod_pause.go ./pod_ps.go ./pod_restart.go ./pod_rm.go ./pod_start.go ./pod_stats.go ./pod_stop.go ./pod_top.go ./pod_unpause.go ./port.go ./ps.go ./pull.go ./push.go ./refresh.go ./restart.go ./restore.go ./rm.go ./rmi.go ./run.go ./runlabel.go ./save.go ./search.go ./sign.go ./sigproxy.go ./start.go ./stats.go ./stop.go ./tag.go ./top.go ./trust.go ./umount.go ./unpause.go ./utils.go ./varlink_dummy.go ./version.go ./volume.go ./volume_create.go ./volume_inspect.go ./volume_ls.go ./volume_prune.go ./volume_rm.go ./wait.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b001/_pkg_.a # internal cp $WORK/b001/_pkg_.a /builddir/.cache/go-build/48/4883eca573da4cf06dc23ac6e086f5474d43351bb4e7f40a5e78e7545ba0ee71-d # internal cat >$WORK/b001/importcfg.link << 'EOF' # internal packagefile github.com/containers/libpod/cmd/podman=$WORK/b001/_pkg_.a packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b019/_pkg_.a packagefile encoding/json=$WORK/b023/_pkg_.a packagefile fmt=$WORK/b031/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/buger/goterm=$WORK/b040/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah=$WORK/b042/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/imagebuildah=$WORK/b339/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/cli=$WORK/b340/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/parse=$WORK/b342/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory=$WORK/b063/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker=$WORK/b245/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/archive=$WORK/b127/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/reference=$WORK/b066/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/manifest=$WORK/b081/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/archive=$WORK/b140/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/docker/config=$WORK/b247/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/signature=$WORK/b182/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports=$WORK/b126/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/transports/alltransports=$WORK/b244/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/types=$WORK/b083/_pkg_.a packagefile github.com/containers/libpod/cmd/podman/formats=$WORK/b343/_pkg_.a packagefile github.com/containers/libpod/cmd/podman/libpodruntime=$WORK/b344/_pkg_.a packagefile github.com/containers/libpod/cmd/podman/shared=$WORK/b475/_pkg_.a packagefile github.com/containers/libpod/libpod=$WORK/b345/_pkg_.a packagefile github.com/containers/libpod/libpod/adapter=$WORK/b481/_pkg_.a packagefile github.com/containers/libpod/libpod/common=$WORK/b357/_pkg_.a packagefile github.com/containers/libpod/libpod/image=$WORK/b356/_pkg_.a packagefile github.com/containers/libpod/pkg/annotations=$WORK/b361/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/0.1.0=$WORK/b482/_pkg_.a packagefile github.com/containers/libpod/pkg/inspect=$WORK/b353/_pkg_.a packagefile github.com/containers/libpod/pkg/logs=$WORK/b483/_pkg_.a packagefile github.com/containers/libpod/pkg/namespaces=$WORK/b449/_pkg_.a packagefile github.com/containers/libpod/pkg/registries=$WORK/b358/_pkg_.a packagefile github.com/containers/libpod/pkg/rootless=$WORK/b305/_pkg_.a packagefile github.com/containers/libpod/pkg/spec=$WORK/b476/_pkg_.a packagefile github.com/containers/libpod/pkg/sysinfo=$WORK/b484/_pkg_.a packagefile github.com/containers/libpod/pkg/trust=$WORK/b487/_pkg_.a packagefile github.com/containers/libpod/pkg/util=$WORK/b359/_pkg_.a packagefile github.com/containers/libpod/utils=$WORK/b454/_pkg_.a packagefile github.com/containers/libpod/version=$WORK/b363/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage=$WORK/b199/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/archive=$WORK/b164/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/reexec=$WORK/b203/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/cri-o/ocicni/pkg/ocicni=$WORK/b354/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/reference=$WORK/b256/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/signal=$WORK/b306/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/term=$WORK/b334/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/nat=$WORK/b277/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-units=$WORK/b171/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fatih/camelcase=$WORK/b488/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ghodss/yaml=$WORK/b267/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/go-digest=$WORK/b067/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go/v1=$WORK/b084/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-spec/specs-go=$WORK/b230/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux/label=$WORK/b211/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pkg/errors=$WORK/b065/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus=$WORK/b125/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/sirupsen/logrus/hooks/syslog=$WORK/b489/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulule/deepcopier=$WORK/b471/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/urfave/cli=$WORK/b341/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/ssh/terminal=$WORK/b235/_pkg_.a packagefile html/template=$WORK/b491/_pkg_.a packagefile io=$WORK/b013/_pkg_.a packagefile io/ioutil=$WORK/b044/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/api/core/v1=$WORK/b384/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/fields=$WORK/b394/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/remotecommand=$WORK/b383/_pkg_.a packagefile log/syslog=$WORK/b490/_pkg_.a packagefile net=$WORK/b052/_pkg_.a packagefile net/http=$WORK/b146/_pkg_.a packagefile net/url=$WORK/b112/_pkg_.a packagefile os=$WORK/b034/_pkg_.a packagefile os/exec=$WORK/b060/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile path=$WORK/b048/_pkg_.a packagefile path/filepath=$WORK/b045/_pkg_.a packagefile reflect=$WORK/b029/_pkg_.a packagefile regexp=$WORK/b070/_pkg_.a packagefile runtime=$WORK/b006/_pkg_.a packagefile runtime/pprof=$WORK/b493/_pkg_.a packagefile sort=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b030/_pkg_.a packagefile strings=$WORK/b038/_pkg_.a packagefile syscall=$WORK/b021/_pkg_.a packagefile text/tabwriter=$WORK/b041/_pkg_.a packagefile time=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b017/_pkg_.a packagefile runtime/cgo=$WORK/b047/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile unicode/utf8=$WORK/b018/_pkg_.a packagefile internal/bytealg=$WORK/b007/_pkg_.a packagefile internal/reflectlite=$WORK/b005/_pkg_.a packagefile sync=$WORK/b014/_pkg_.a packagefile encoding=$WORK/b024/_pkg_.a packagefile encoding/base64=$WORK/b025/_pkg_.a packagefile math=$WORK/b027/_pkg_.a packagefile unicode/utf16=$WORK/b039/_pkg_.a packagefile internal/fmtsort=$WORK/b032/_pkg_.a packagefile archive/tar=$WORK/b043/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/libcni=$WORK/b049/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/bind=$WORK/b061/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/chroot=$WORK/b231/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/docker=$WORK/b236/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/pkg/blobcache=$WORK/b237/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/util=$WORK/b062/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/copy=$WORK/b238/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/tarfile=$WORK/b128/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/image=$WORK/b072/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistries=$WORK/b243/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/sysregistriesv2=$WORK/b180/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/storage=$WORK/b198/_pkg_.a packagefile github.com/containers/libpod/pkg/chrootuser=$WORK/b304/_pkg_.a packagefile github.com/containers/libpod/pkg/secrets=$WORK/b307/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/chrootarchive=$WORK/b201/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/idtools=$WORK/b167/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ioutils=$WORK/b173/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringid=$WORK/b222/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/system=$WORK/b168/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/image-spec/specs-go=$WORK/b085/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate=$WORK/b308/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/selinux/go-selinux=$WORK/b212/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder=$WORK/b323/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/seccomp/containers-golang=$WORK/b338/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sys/unix=$WORK/b170/_pkg_.a packagefile math/rand=$WORK/b056/_pkg_.a packagefile flag=$WORK/b202/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/parser=$WORK/b325/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsouza/go-dockerclient=$WORK/b326/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/directory/explicitfilepath=$WORK/b064/_pkg_.a packagefile crypto/rand=$WORK/b094/_pkg_.a packagefile crypto/tls=$WORK/b096/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/policyconfiguration=$WORK/b246/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/blobinfocache=$WORK/b120/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/tlsclientconfig=$WORK/b143/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/errcode=$WORK/b229/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/api/v2=$WORK/b255/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client=$WORK/b259/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/tlsconfig=$WORK/b163/_pkg_.a packagefile mime=$WORK/b158/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/strslice=$WORK/b082/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/versions=$WORK/b086/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/libtrust=$WORK/b087/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/internal/tmpdir=$WORK/b129/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/internal=$WORK/b141/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/oci/layout=$WORK/b142/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/client=$WORK/b248/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker-credential-helpers/credentials=$WORK/b249/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/homedir=$WORK/b250/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/version=$WORK/b183/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mtrmac/gpgme=$WORK/b184/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp=$WORK/b185/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/docker/daemon=$WORK/b269/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/openshift=$WORK/b290/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/ostree=$WORK/b301/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/tarball=$WORK/b228/_pkg_.a packagefile text/template=$WORK/b321/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/google/shlex=$WORK/b480/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/BurntSushi/toml=$WORK/b181/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/boltdb/bolt=$WORK/b121/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containerd/cgroups=$WORK/b346/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types=$WORK/b051/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/current=$WORK/b059/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/plugins/pkg/ns=$WORK/b351/_pkg_.a packagefile github.com/containers/libpod/libpod/driver=$WORK/b352/_pkg_.a packagefile github.com/containers/libpod/libpod/layers=$WORK/b360/_pkg_.a packagefile github.com/containers/libpod/pkg/apparmor=$WORK/b362/_pkg_.a packagefile github.com/containers/libpod/pkg/criu=$WORK/b364/_pkg_.a packagefile github.com/containers/libpod/pkg/ctime=$WORK/b368/_pkg_.a packagefile github.com/containers/libpod/pkg/firewall=$WORK/b369/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks=$WORK/b371/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/exec=$WORK/b377/_pkg_.a packagefile github.com/containers/libpod/pkg/kubeutils=$WORK/b380/_pkg_.a packagefile github.com/containers/libpod/pkg/lookup=$WORK/b447/_pkg_.a packagefile github.com/containers/libpod/pkg/netns=$WORK/b450/_pkg_.a packagefile github.com/containers/libpod/pkg/registrar=$WORK/b451/_pkg_.a packagefile github.com/containers/libpod/pkg/resolvconf=$WORK/b452/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo=$WORK/b455/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/mount=$WORK/b169/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/truncindex=$WORK/b224/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-systemd/activation=$WORK/b462/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/daemon/caps=$WORK/b463/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/namesgenerator=$WORK/b465/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/fsnotify/fsnotify=$WORK/b355/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson=$WORK/b466/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/jlexer=$WORK/b467/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/jwriter=$WORK/b468/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mrunalp/fileutils=$WORK/b470/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/user=$WORK/b172/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netlink=$WORK/b472/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/language=$WORK/b375/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/resource=$WORK/b386/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/apis/meta/v1=$WORK/b390/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/wait=$WORK/b415/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/hashicorp/go-multierror=$WORK/b313/_pkg_.a packagefile github.com/containers/libpod/pkg/hooks/1.0.0=$WORK/b372/_pkg_.a packagefile os/user=$WORK/b046/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/profiles/seccomp=$WORK/b477/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/configs=$WORK/b478/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/devices=$WORK/b479/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/parsers=$WORK/b485/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/cgroups=$WORK/b486/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/yaml.v2=$WORK/b268/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-systemd/dbus=$WORK/b347/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/godbus/dbus=$WORK/b348/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers=$WORK/b200/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/register=$WORK/b206/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/directory=$WORK/b208/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/parsers=$WORK/b210/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/stringutils=$WORK/b223/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/pgzip=$WORK/b132/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1=$WORK/b178/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/asm=$WORK/b226/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/tar/storage=$WORK/b205/_pkg_.a packagefile compress/bzip2=$WORK/b131/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fileutils=$WORK/b165/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/pools=$WORK/b175/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/promise=$WORK/b176/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/system=$WORK/b177/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/invoke=$WORK/b050/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/version=$WORK/b057/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/digestset=$WORK/b257/_pkg_.a packagefile sync/atomic=$WORK/b016/_pkg_.a packagefile crypto=$WORK/b068/_pkg_.a packagefile hash=$WORK/b069/_pkg_.a packagefile log=$WORK/b123/_pkg_.a packagefile database/sql/driver=$WORK/b312/_pkg_.a packagefile html=$WORK/b492/_pkg_.a packagefile text/template/parse=$WORK/b322/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/proto=$WORK/b283/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/sortkeys=$WORK/b385/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime=$WORK/b401/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/schema=$WORK/b409/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/types=$WORK/b411/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/intstr=$WORK/b412/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/selection=$WORK/b395/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/glog=$WORK/b382/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream=$WORK/b416/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/remotecommand=$WORK/b417/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/runtime=$WORK/b381/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/rest=$WORK/b418/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/transport/spdy=$WORK/b432/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/exec=$WORK/b446/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=$WORK/b053/_pkg_.a packagefile internal/nettrace=$WORK/b054/_pkg_.a packagefile internal/poll=$WORK/b035/_pkg_.a packagefile internal/singleflight=$WORK/b055/_pkg_.a packagefile compress/gzip=$WORK/b147/_pkg_.a packagefile container/list=$WORK/b097/_pkg_.a packagefile encoding/binary=$WORK/b026/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b149/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b156/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=$WORK/b157/_pkg_.a packagefile vendor/golang.org/x/net/idna=$WORK/b150/_pkg_.a packagefile mime/multipart=$WORK/b159/_pkg_.a packagefile net/http/httptrace=$WORK/b161/_pkg_.a packagefile net/http/internal=$WORK/b162/_pkg_.a packagefile net/textproto=$WORK/b155/_pkg_.a packagefile internal/oserror=$WORK/b022/_pkg_.a packagefile internal/syscall/unix=$WORK/b036/_pkg_.a packagefile internal/testlog=$WORK/b037/_pkg_.a packagefile regexp/syntax=$WORK/b071/_pkg_.a packagefile internal/cpu=$WORK/b008/_pkg_.a packagefile runtime/internal/atomic=$WORK/b010/_pkg_.a packagefile runtime/internal/math=$WORK/b011/_pkg_.a packagefile runtime/internal/sys=$WORK/b012/_pkg_.a packagefile math/bits=$WORK/b028/_pkg_.a packagefile internal/race=$WORK/b015/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/buildah/unshare=$WORK/b232/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runc/libcontainer/apparmor=$WORK/b233/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/seccomp/libseccomp-golang=$WORK/b234/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/syndtr/gocapability/capability=$WORK/b204/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/image/pkg/compression=$WORK/b130/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/sync/semaphore=$WORK/b239/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/cheggaaa/pb.v1=$WORK/b240/_pkg_.a packagefile crypto/sha256=$WORK/b073/_pkg_.a packagefile encoding/hex=$WORK/b080/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context=$WORK/b174/_pkg_.a packagefile math/big=$WORK/b079/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/generate/seccomp=$WORK/b309/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/validate=$WORK/b310/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/builder/dockerfile/command=$WORK/b324/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/signal=$WORK/b336/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/openshift/imagebuilder/strslice=$WORK/b337/_pkg_.a packagefile text/scanner=$WORK/b166/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/system=$WORK/b252/_pkg_.a packagefile crypto/x509=$WORK/b106/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/registry=$WORK/b280/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm=$WORK/b281/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/opts=$WORK/b327/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/archive=$WORK/b328/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/fileutils=$WORK/b329/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/jsonmessage=$WORK/b332/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stdcopy=$WORK/b335/_pkg_.a packagefile net/http/httputil=$WORK/b289/_pkg_.a packagefile crypto/aes=$WORK/b089/_pkg_.a packagefile crypto/cipher=$WORK/b075/_pkg_.a packagefile crypto/internal/boring=$WORK/b074/_pkg_.a packagefile crypto/des=$WORK/b098/_pkg_.a packagefile crypto/ecdsa=$WORK/b088/_pkg_.a packagefile crypto/ed25519=$WORK/b099/_pkg_.a packagefile crypto/elliptic=$WORK/b090/_pkg_.a packagefile crypto/hmac=$WORK/b101/_pkg_.a packagefile crypto/internal/boring/fipstls=$WORK/b102/_pkg_.a packagefile crypto/md5=$WORK/b103/_pkg_.a packagefile crypto/rc4=$WORK/b104/_pkg_.a packagefile crypto/rsa=$WORK/b095/_pkg_.a packagefile crypto/sha1=$WORK/b105/_pkg_.a packagefile crypto/sha512=$WORK/b092/_pkg_.a packagefile crypto/subtle=$WORK/b077/_pkg_.a packagefile encoding/asn1=$WORK/b093/_pkg_.a packagefile encoding/pem=$WORK/b109/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=$WORK/b113/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b110/_pkg_.a packagefile vendor/golang.org/x/crypto/curve25519=$WORK/b117/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=$WORK/b118/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/go-connections/sockets=$WORK/b144/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gorilla/mux=$WORK/b258/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution=$WORK/b260/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/context=$WORK/b261/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/auth/challenge=$WORK/b263/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/client/transport=$WORK/b264/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache=$WORK/b265/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/registry/storage/cache/memory=$WORK/b266/_pkg_.a packagefile crypto/x509/pkix=$WORK/b108/_pkg_.a packagefile encoding/base32=$WORK/b119/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/idtools=$WORK/b251/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/armor=$WORK/b186/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/errors=$WORK/b187/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/packet=$WORK/b188/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/s2k=$WORK/b193/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/client=$WORK/b270/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/imdario/mergo=$WORK/b291/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/http2=$WORK/b292/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/homedir=$WORK/b300/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/glibobject=$WORK/b302/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ostreedev/ostree-go/pkg/otbuiltin=$WORK/b303/_pkg_.a packagefile hash/fnv=$WORK/b122/_pkg_.a packagefile runtime/debug=$WORK/b124/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/gogoproto=$WORK/b349/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containernetworking/cni/pkg/types/020=$WORK/b058/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu=$WORK/b365/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/coreos/go-iptables/iptables=$WORK/b370/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/collate=$WORK/b373/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/davecgh/go-spew/spew=$WORK/b378/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pmezard/go-difflib/difflib=$WORK/b379/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/cyphar/filepath-securejoin=$WORK/b448/_pkg_.a packagefile github.com/containers/libpod/pkg/resolvconf/dns=$WORK/b453/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/ioutils=$WORK/b330/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/capabilities=$WORK/b456/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/dev=$WORK/b457/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/proc=$WORK/b458/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/process=$WORK/b460/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/types=$WORK/b459/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/tchap/go-patricia/patricia=$WORK/b225/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/stringutils=$WORK/b464/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mailru/easyjson/buffer=$WORK/b469/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netlink/nl=$WORK/b473/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vishvananda/netns=$WORK/b474/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/internal/tag=$WORK/b376/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/spf13/pflag=$WORK/b387/_pkg_.a packagefile github.com/containers/libpod/vendor/gopkg.in/inf.v0=$WORK/b389/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/google/gofuzz=$WORK/b391/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion=$WORK/b392/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/labels=$WORK/b396/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/watch=$WORK/b413/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/hashicorp/errwrap=$WORK/b314/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types=$WORK/b272/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/aufs=$WORK/b207/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlay=$WORK/b213/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/vfs=$WORK/b218/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/zfs=$WORK/b220/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/klauspost/compress/flate=$WORK/b133/_pkg_.a packagefile hash/crc32=$WORK/b134/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/pquerna/ffjson/fflib/v1/internal=$WORK/b179/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/vbatts/tar-split/archive/tar=$WORK/b227/_pkg_.a packagefile hash/crc64=$WORK/b139/_pkg_.a packagefile go/ast=$WORK/b402/_pkg_.a packagefile go/doc=$WORK/b405/_pkg_.a packagefile go/parser=$WORK/b407/_pkg_.a packagefile go/token=$WORK/b404/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/conversion/queryparams=$WORK/b408/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/errors=$WORK/b400/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/json=$WORK/b410/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/api/errors=$WORK/b419/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming=$WORK/b420/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/net=$WORK/b414/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/sets=$WORK/b397/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/pkg/version=$WORK/b421/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/rest/watch=$WORK/b423/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/clientcmd/api=$WORK/b424/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/tools/metrics=$WORK/b425/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/transport=$WORK/b426/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/cert=$WORK/b427/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/flowcontrol=$WORK/b428/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy=$WORK/b433/_pkg_.a packagefile compress/flate=$WORK/b148/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=$WORK/b151/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b153/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=$WORK/b154/_pkg_.a packagefile mime/quotedprintable=$WORK/b160/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz=$WORK/b135/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mattn/go-runewidth=$WORK/b241/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/blang/semver=$WORK/b311/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/filepath=$WORK/b315/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/specerror=$WORK/b316/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonschema=$WORK/b318/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containerd/continuity/pathdriver=$WORK/b253/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/mount=$WORK/b254/_pkg_.a packagefile crypto/dsa=$WORK/b107/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b111/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/container=$WORK/b273/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/mount=$WORK/b275/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/network=$WORK/b279/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/swarm/runtime=$WORK/b282/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/pkg/pools=$WORK/b331/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/Nvveen/Gotty=$WORK/b333/_pkg_.a packagefile crypto/internal/subtle=$WORK/b076/_pkg_.a packagefile crypto/internal/boring/sig=$WORK/b078/_pkg_.a packagefile crypto/internal/randutil=$WORK/b091/_pkg_.a packagefile crypto/ed25519/internal/edwards25519=$WORK/b100/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/chacha20=$WORK/b114/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b115/_pkg_.a packagefile vendor/golang.org/x/crypto/poly1305=$WORK/b116/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/proxy=$WORK/b145/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/distribution/uuid=$WORK/b262/_pkg_.a packagefile compress/zlib=$WORK/b189/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/cast5=$WORK/b191/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/crypto/openpgp/elgamal=$WORK/b192/_pkg_.a packagefile image=$WORK/b194/_pkg_.a packagefile image/jpeg=$WORK/b196/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api=$WORK/b271/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/events=$WORK/b284/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/filters=$WORK/b278/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/image=$WORK/b285/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/time=$WORK/b286/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/volume=$WORK/b287/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/context/ctxhttp=$WORK/b288/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/http2/hpack=$WORK/b293/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/idna=$WORK/b294/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/net/lex/httplex=$WORK/b299/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b350/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/checkpoint-restore/go-criu/rpc=$WORK/b366/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/golang/protobuf/proto=$WORK/b367/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/internal/colltab=$WORK/b374/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/unicode/norm=$WORK/b298/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/psgo/internal/host=$WORK/b461/_pkg_.a packagefile encoding/csv=$WORK/b388/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect=$WORK/b393/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation=$WORK/b398/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/locker=$WORK/b209/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/overlayutils=$WORK/b214/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/quota=$WORK/b215/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/fsutils=$WORK/b216/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/pkg/ostree=$WORK/b217/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/containers/storage/drivers/copy=$WORK/b219/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/mistifyio/go-zfs=$WORK/b221/_pkg_.a packagefile go/scanner=$WORK/b403/_pkg_.a packagefile internal/lazyregexp=$WORK/b406/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/validation/field=$WORK/b399/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/version=$WORK/b422/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/time/rate=$WORK/b429/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/clock=$WORK/b430/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/client-go/util/integer=$WORK/b431/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/spdystream=$WORK/b434/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer=$WORK/b437/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/third_party/forked/golang/netutil=$WORK/b445/_pkg_.a packagefile vendor/golang.org/x/text/transform=$WORK/b152/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/xlog=$WORK/b136/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/lzma=$WORK/b137/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/opencontainers/runtime-tools/error=$WORK/b317/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonreference=$WORK/b319/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/blkiodev=$WORK/b274/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/docker/api/types/strslice=$WORK/b276/_pkg_.a packagefile hash/adler32=$WORK/b190/_pkg_.a packagefile image/color=$WORK/b195/_pkg_.a packagefile image/internal/imageutil=$WORK/b197/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/secure/bidirule=$WORK/b295/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/transform=$WORK/b296/_pkg_.a packagefile container/heap=$WORK/b435/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/docker/spdystream/spdy=$WORK/b436/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/json=$WORK/b438/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/protobuf=$WORK/b443/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/recognizer=$WORK/b440/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning=$WORK/b444/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/ulikunitz/xz/internal/hash=$WORK/b138/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/xeipuuv/gojsonpointer=$WORK/b320/_pkg_.a packagefile github.com/containers/libpod/vendor/golang.org/x/text/unicode/bidi=$WORK/b297/_pkg_.a packagefile github.com/containers/libpod/vendor/github.com/json-iterator/go=$WORK/b439/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/framer=$WORK/b441/_pkg_.a packagefile github.com/containers/libpod/vendor/k8s.io/apimachinery/pkg/util/yaml=$WORK/b442/_pkg_.a EOF mkdir -p $WORK/b001/exe/ cd . /usr/lib/golang/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -buildmode=pie -buildid=xGVOw7HIRLrq1FQTJ_2s/mqPv1tRvLMlbrrrtpLNI/21r-1lSwyAt8Y7pYf-2t/xGVOw7HIRLrq1FQTJ_2s -compressdwarf=false -B 0xe601da36b0fffa2c46a7bd3ae550ad2e614c8196 -extldflags "-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" -extld=gcc $WORK/b001/_pkg_.a /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b001/exe/a.out # internal mkdir -p bin/ mv $WORK/b001/exe/a.out bin/podman rm -r $WORK/b001/ + pushd cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2 + mkdir _output ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2 ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + pushd _output ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2 ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + mkdir -p src/github.com/kubernetes-sigs src/github.com/opencontainers ++ dirs +1 -l + ln -s /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2 src/github.com/kubernetes-sigs/cri-o + popd ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2 ~/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f + ln -s vendor src ++ pwd ++ pwd + export GOPATH=/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2:/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output + GOPATH=/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2:/builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output ++ hack/libdm_tag.sh /var/tmp/rpm-tmp.vBe7Ll: line 56: hack/libdm_tag.sh: No such file or directory + export 'BUILDTAGS=selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ' + BUILDTAGS='selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ' ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + go build -buildmode pie -compiler gc '-tags=rpm_crashtraceback no_openssl selinux seccomp exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ' -ldflags ' -compressdwarf=false -B 0xb7e4c08c587779dfd14c2e8b84a9f99e98c5ce92 -extldflags '\''-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'\''' -a -v -x -o bin/crio-config github.com/kubernetes-sigs/cri-o/cmd/crio-config WORK=/tmp/go-build223048192 github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/integer mkdir -p $WORK/b248/ internal/race github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/buffer internal/nettrace mkdir -p $WORK/b019/ encoding internal/cpu crypto/internal/subtle mkdir -p $WORK/b046/ math/bits github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/selection github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/internal vendor/golang.org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b390/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config EOF crypto/subtle vendor/golang.org/x/crypto/internal/subtle cat >$WORK/b248/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b059/ unicode/utf8 runtime/internal/atomic cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "$WORK/b019=>" -shared -p internal/race -std -complete -installsuffix shared -buildid Wn7G_RNtHFpNdY0pwjji/Wn7G_RNtHFpNdY0pwjji -goversion go1.13.4 -D "" -importcfg $WORK/b019/importcfg -pack ./doc.go ./norace.go sync/atomic cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/integer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "$WORK/b248=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/integer -complete -installsuffix shared -buildid D-dY4VWsSGAIhlPgBMcz/D-dY4VWsSGAIhlPgBMcz -goversion go1.13.4 -D "" -importcfg $WORK/b248/importcfg -pack ./integer.go cat >$WORK/b046/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b059/importcfg << 'EOF' # internal # import config EOF unicode mkdir -p $WORK/b034/ cat >$WORK/b390/importcfg << 'EOF' # internal # import config EOF container/list runtime/internal/sys cd /usr/lib/golang/src/crypto/internal/subtle /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "$WORK/b046=>" -shared -p crypto/internal/subtle -std -complete -installsuffix shared -buildid oXRrPJxxhx3HInaaSzbJ/oXRrPJxxhx3HInaaSzbJ -goversion go1.13.4 -D "" -importcfg $WORK/b046/importcfg -pack ./aliasing.go mkdir -p $WORK/b007/ github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/exec cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "$WORK/b059=>" -shared -p internal/nettrace -std -complete -installsuffix shared -buildid cUz2RnYDuniZp7wFnknm/cUz2RnYDuniZp7wFnknm -goversion go1.13.4 -D "" -importcfg $WORK/b059/importcfg -pack ./nettrace.go cat >$WORK/b034/importcfg << 'EOF' # internal # import config EOF crypto/internal/boring/sig cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/buffer /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "$WORK/b390=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/buffer -complete -installsuffix shared -buildid zqxH1dZLndBp-lWFIt72/zqxH1dZLndBp-lWFIt72 -goversion go1.13.4 -D "" -importcfg $WORK/b390/importcfg -pack ./ring_growing.go mkdir -p $WORK/b015/ cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "$WORK/b034=>" -shared -p encoding -std -complete -installsuffix shared -buildid xrZz6oHtjAcn6eXKMv13/xrZz6oHtjAcn6eXKMv13 -goversion go1.13.4 -D "" -importcfg $WORK/b034/importcfg -pack ./encoding.go mkdir -p $WORK/b124/ github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/resolver cat >$WORK/b007/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b179/ cat >$WORK/b015/importcfg << 'EOF' # internal # import config EOF unicode/utf16 cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "$WORK/b007=>" -shared -p internal/cpu -std -+ -complete -installsuffix shared -buildid x2VP-a28KMqeM38pVvlD/x2VP-a28KMqeM38pVvlD -goversion go1.13.4 -D "" -importcfg $WORK/b007/importcfg -pack ./cpu.go ./cpu_arm64.go mkdir -p $WORK/b038/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "$WORK/b015=>" -shared -p math/bits -std -complete -installsuffix shared -buildid UQO572ACixN4siI61zIy/UQO572ACixN4siI61zIy -goversion go1.13.4 -D "" -importcfg $WORK/b015/importcfg -pack ./bits.go ./bits_errors.go ./bits_tables.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/selection /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "$WORK/b124=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/selection -complete -installsuffix shared -buildid fxxc0bLEaGAHcKq7fUA7/fxxc0bLEaGAHcKq7fUA7 -goversion go1.13.4 -D "" -importcfg $WORK/b124/importcfg -pack ./operator.go mkdir -p $WORK/b047/ runtime/cgo cat >$WORK/b038/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b182/ cat >$WORK/b179/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "$WORK/b038=>" -shared -p unicode/utf16 -std -complete -installsuffix shared -buildid XRPe7nTNwN7zs9SsHJ51/XRPe7nTNwN7zs9SsHJ51 -goversion go1.13.4 -D "" -importcfg $WORK/b038/importcfg -pack ./utf16.go cat >$WORK/b047/importcfg << 'EOF' # internal # import config EOF mkdir -p $WORK/b017/ cat >$WORK/b182/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "$WORK/b179=>" -shared -p vendor/golang.org/x/crypto/cryptobyte/asn1 -std -complete -installsuffix shared -buildid ULNevXiXsOMOCmOkNL0a/ULNevXiXsOMOCmOkNL0a -goversion go1.13.4 -D "" -importcfg $WORK/b179/importcfg -pack ./asn1.go cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/subtle /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "$WORK/b182=>" -shared -p vendor/golang.org/x/crypto/internal/subtle -std -complete -installsuffix shared -buildid SzxMo8uJLvcGo4Btto18/SzxMo8uJLvcGo4Btto18 -goversion go1.13.4 -D "" -importcfg $WORK/b182/importcfg -pack ./aliasing.go mkdir -p $WORK/b009/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b248/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b059/_pkg_.a # internal cat >$WORK/b017/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "$WORK/b047=>" -shared -p crypto/subtle -std -complete -installsuffix shared -buildid 8J7ueZDmOI6XALQ3b3RQ/8J7ueZDmOI6XALQ3b3RQ -goversion go1.13.4 -D "" -importcfg $WORK/b047/importcfg -pack ./constant_time.go mkdir -p $WORK/b020/ cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "$WORK/b017=>" -shared -p unicode/utf8 -std -complete -installsuffix shared -buildid N4DjQ0lklVXbLYjUgWAW/N4DjQ0lklVXbLYjUgWAW -goversion go1.13.4 -D "" -importcfg $WORK/b017/importcfg -pack ./utf8.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b046/_pkg_.a # internal cat >$WORK/b009/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b021/ cat >$WORK/b020/go_asm.h << 'EOF' # internal EOF cp $WORK/b248/_pkg_.a /builddir/.cache/go-build/c4/c4c1e3cb524824d8993836671220d83ca0bcc01f8064c34e37e7f88e6527ca54-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/cb/cb04d9a5746330adbddd6d1ad33475575b0e728d5b9ebae35048e8db77d8a3c1-d # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b020=>" -I $WORK/b020/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b020/symabis ./asm.s cat >$WORK/b021/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b390/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b019/_pkg_.a # internal cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "$WORK/b021=>" -shared -p unicode -std -complete -installsuffix shared -buildid gjPDFV5VwT24KrSCtY4k/gjPDFV5VwT24KrSCtY4k -goversion go1.13.4 -D "" -importcfg $WORK/b021/importcfg -pack ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/10/105e615c822da9a68632e8ae359b5bf36a9b9c261b0c4f87462388b39a33b620-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b034/_pkg_.a # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./asm_arm64.s ./atomic_arm64.s mkdir -p $WORK/b160/ cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/d3/d38f88cffa1bab1d878581232e53db4dfea3ecf5da4170fc4b05f2ee9ed7b6d0-d # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/2f/2f95720073b90c45cac62490a5a33aa1eabacb8f42d731ee408c4015e411a07b-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b182/_pkg_.a # internal mkdir -p $WORK/b011/ cp $WORK/b390/_pkg_.a /builddir/.cache/go-build/7a/7a1cc958c4bc117407deebce9e931fe627aa9b5911d8c7d6987e5a7ead1fa619-d # internal mkdir -p $WORK/b258/ cat >$WORK/b160/importcfg << 'EOF' # internal # import config EOF cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/a0/a0a3814b32029b00c0011c7d51d2fc56c64ecf18b9564b7b8b453d8d5714ec24-d # internal cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "$WORK/b160=>" -shared -p container/list -std -complete -installsuffix shared -buildid SpRU2XgzQD-4KLoRT_bk/SpRU2XgzQD-4KLoRT_bk -goversion go1.13.4 -D "" -importcfg $WORK/b160/importcfg -pack ./list.go mkdir -p $WORK/b051/ cp $WORK/b182/_pkg_.a /builddir/.cache/go-build/12/1206223b05639a453c89b976f64f69cdc882d2b0f64e4e6e1b9875e3a1b91e63-d # internal cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "$WORK/b011=>" -shared -p runtime/internal/sys -std -+ -complete -installsuffix shared -buildid KGMPy4SblwShilCes6JL/KGMPy4SblwShilCes6JL -goversion go1.13.4 -D "" -importcfg $WORK/b011/importcfg -pack ./arch.go ./arch_arm64.go ./intrinsics.go ./stubs.go ./sys.go ./zgoarch_arm64.go ./zgoos_linux.go ./zversion.go mkdir -p $WORK/b272/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b258/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b051/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b275/ cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "$WORK/b020=>" -shared -p sync/atomic -std -installsuffix shared -buildid UPoZX5PKdFYPX5-kH34a/UPoZX5PKdFYPX5-kH34a -goversion go1.13.4 -symabis $WORK/b020/symabis -D "" -importcfg $WORK/b020/importcfg -pack -asmhdr $WORK/b020/go_asm.h ./doc.go ./value.go cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b051=>" -I $WORK/b051/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b051/symabis ./sig_other.s cat >$WORK/b272/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b009/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/resolver /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "$WORK/b272=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/resolver -complete -installsuffix shared -buildid JrsKWf6OknOceaXyNuX_/JrsKWf6OknOceaXyNuX_ -goversion go1.13.4 -D "" -importcfg $WORK/b272/importcfg -pack ./resolver.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/exec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "$WORK/b258=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/util/exec -complete -installsuffix shared -buildid GUmxPtK8dHqZdAg8tYY3/GUmxPtK8dHqZdAg8tYY3 -goversion go1.13.4 -D "" -importcfg $WORK/b258/importcfg -pack ./exec.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b179/_pkg_.a # internal mkdir -p $WORK/b061/ cat >$WORK/b275/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b047/_pkg_.a # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "$WORK/b009=>" -shared -p runtime/internal/atomic -std -+ -installsuffix shared -buildid zmGiqw07dlFoV02MPpah/zmGiqw07dlFoV02MPpah -goversion go1.13.4 -symabis $WORK/b009/symabis -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h ./atomic_arm64.go ./stubs.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b038/_pkg_.a # internal cd /usr/lib/golang/src/runtime/cgo CGO_LDFLAGS='"-g" "-O2" "-lpthread"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b061/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false -- -I $WORK/b061/ -g -O2 -Wall -Werror ./cgo.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/internal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "$WORK/b275=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/internal -complete -installsuffix shared -buildid leZF-uEFplP7Z7Et95dN/leZF-uEFplP7Z7Et95dN -goversion go1.13.4 -D "" -importcfg $WORK/b275/importcfg -pack ./internal.go cp $WORK/b179/_pkg_.a /builddir/.cache/go-build/47/47db1ba35de2a691d5daadc5475b13656bb9c61275641e418ea620593c037fde-d # internal cat >$WORK/b051/importcfg << 'EOF' # internal # import config EOF cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/33/33cdade3be023518a751ccdd2cd8be7f9cccfe6661ef1c4d1d6c63ca9308a085-d # internal cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "$WORK/b051=>" -shared -p crypto/internal/boring/sig -std -installsuffix shared -buildid _4HlHcFwC-eF3OWM3lKG/_4HlHcFwC-eF3OWM3lKG -goversion go1.13.4 -symabis $WORK/b051/symabis -D "" -importcfg $WORK/b051/importcfg -pack -asmhdr $WORK/b051/go_asm.h ./sig.go cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/3c/3c19a92402e404ce7a1b9d5ec687dad9018aca89c808cd6ebd1be740574f779d-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b011/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b275/_pkg_.a # internal cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/b6/b67f081df245ee61f10f7c7915008872c5fe63562de3bbae139405981ac510de-d # internal runtime/internal/math mkdir -p $WORK/b010/ cp $WORK/b275/_pkg_.a /builddir/.cache/go-build/0c/0c828981ca6e1ebe2fe935c1e5c8656e5ba2f4501b3472fe9b9ef3ad83263a89-d # internal cat >$WORK/b010/importcfg << 'EOF' # internal # import config packagefile runtime/internal/sys=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/runtime/internal/math /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "$WORK/b010=>" -shared -p runtime/internal/math -std -+ -complete -installsuffix shared -buildid 5sf54ABWQlKfaDzl3BJO/5sf54ABWQlKfaDzl3BJO -goversion go1.13.4 -D "" -importcfg $WORK/b010/importcfg -pack ./math.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b051=>" -I $WORK/b051/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b051/sig_other.o ./sig_other.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b007/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b015/_pkg_.a # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b020=>" -I $WORK/b020/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b020/asm.o ./asm.s cp $WORK/b007/_pkg_.a /builddir/.cache/go-build/6d/6d3b782cb0411c824523160747b8569c95abce1e9ff1aecd846b7c1ea67094e0-d # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/01/01b7ecd6d79b8f4a55e1d3b4261b05962ef2a33a52d98324fbbf7eaf3c98be1a-d # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s internal/bytealg mkdir -p $WORK/b006/ cd $WORK gcc -fno-caret-diagnostics -c -x c - -o /dev/null || true cd /usr/lib/golang/src/crypto/internal/boring/sig /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b051/_pkg_.a $WORK/b051/sig_other.o # internal cat >$WORK/b006/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b272/_pkg_.a # internal cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b017/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b010/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b051/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b258/_pkg_.a # internal cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b020/_pkg_.a $WORK/b020/asm.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b020/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/76/769901a6029def317a284813b576c73ad3ebd8be5dd8fbc3fc7fed23515fe978-d # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/62/62098113178cd500d64537cb2156b39831be66e68f204a788eb356d0ce85a80d-d # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/91/91f277f6de37cdc16d7cac0bf7b2a2cf7a2d18aacd58e6afa4d489f8b7564455-d # internal cp $WORK/b272/_pkg_.a /builddir/.cache/go-build/49/49278d51ab2b71021940c48440177f4c3746db086439f3f279a9faf6c5fea416-d # internal cp $WORK/b258/_pkg_.a /builddir/.cache/go-build/0e/0e865ea03ad54050dd192aae05c72b157ff78b0972b80f6721e295b629f72254-d # internal cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b009/_pkg_.a $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b009/_pkg_.a # internal math cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/56/56938f990d481490ca5d5a2e046f8eb78d1e930e8ccde92a01422da41ee3f519-d # internal cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/ce/ced6fd9a2acb31189313ea0a088ab16355c88b6999f83a74b3dd35552f65d1bb-d # internal cd $WORK gcc -Qunused-arguments -c -x c - -o /dev/null || true cat >$WORK/b006/importcfg << 'EOF' # internal # import config packagefile internal/cpu=$WORK/b007/_pkg_.a EOF cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "$WORK/b006=>" -shared -p internal/bytealg -std -+ -installsuffix shared -buildid sM4v8qUmX8HNnxEf2ab_/sM4v8qUmX8HNnxEf2ab_ -goversion go1.13.4 -symabis $WORK/b006/symabis -D "" -importcfg $WORK/b006/importcfg -pack -asmhdr $WORK/b006/go_asm.h ./bytealg.go ./compare_native.go ./count_native.go ./equal_generic.go ./equal_native.go ./index_arm64.go ./index_native.go ./indexbyte_native.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b160/_pkg_.a # internal cp $WORK/b160/_pkg_.a /builddir/.cache/go-build/59/594d86c4c8144d7886c21ecf50afd7da71bd88198febf6d20eb77fb53e91c13c-d # internal mkdir -p $WORK/b014/ cd $WORK gcc -fdebug-prefix-map=a=b -c -x c - -o /dev/null || true cat >$WORK/b014/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s ./sqrt_arm64.s ./stubs_arm64.s cat >$WORK/b014/importcfg << 'EOF' # internal # import config packagefile math/bits=$WORK/b015/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "$WORK/b014=>" -shared -p math -std -installsuffix shared -buildid niH_1_4Kh92n2l-ifY69/niH_1_4Kh92n2l-ifY69 -goversion go1.13.4 -symabis $WORK/b014/symabis -D "" -importcfg $WORK/b014/importcfg -pack -asmhdr $WORK/b014/go_asm.h ./abs.go ./acosh.go ./asin.go ./asinh.go ./atan.go ./atan2.go ./atanh.go ./bits.go ./cbrt.go ./const.go ./copysign.go ./dim.go ./erf.go ./erfinv.go ./exp.go ./expm1.go ./floor.go ./frexp.go ./gamma.go ./hypot.go ./j0.go ./j1.go ./jn.go ./ldexp.go ./lgamma.go ./log.go ./log10.go ./log1p.go ./logb.go ./mod.go ./modf.go ./nextafter.go ./pow.go ./pow10.go ./remainder.go ./signbit.go ./sin.go ./sincos.go ./sinh.go ./sqrt.go ./tan.go ./tanh.go ./trig_reduce.go ./unsafe.go cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/compare_arm64.o ./compare_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/count_arm64.o ./count_arm64.s cd $WORK gcc -gno-record-gcc-switches -c -x c - -o /dev/null || true cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/equal_arm64.o ./equal_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/index_arm64.o ./index_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b006=>" -I $WORK/b006/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/indexbyte_arm64.o ./indexbyte_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b006/_pkg_.a $WORK/b006/compare_arm64.o $WORK/b006/count_arm64.o $WORK/b006/equal_arm64.o $WORK/b006/index_arm64.o $WORK/b006/indexbyte_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/a2/a2db00bc6605d5c9f03a3673bb30a4d3be6c406348f388485c46ee1d87596f48-d # internal cd $WORK/b061 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x001.o -c _cgo_export.c internal/testlog mkdir -p $WORK/b030/ github.com/kubernetes-sigs/cri-o/vendor/github.com/golang/groupcache/lru crypto/internal/boring/fipstls mkdir -p $WORK/b292/ cat >$WORK/b030/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "$WORK/b030=>" -shared -p internal/testlog -std -complete -installsuffix shared -buildid oR5mtgL4CuKomPb_7UPf/oR5mtgL4CuKomPb_7UPf -goversion go1.13.4 -D "" -importcfg $WORK/b030/importcfg -pack ./log.go mkdir -p $WORK/b170/ cat >$WORK/b292/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b160/_pkg_.a EOF cat >$WORK/b170/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/golang/groupcache/lru /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "$WORK/b292=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/golang/groupcache/lru -complete -installsuffix shared -buildid Pkl950pgcXarR6Gm8pOB/Pkl950pgcXarR6Gm8pOB -goversion go1.13.4 -D "" -importcfg $WORK/b292/importcfg -pack ./lru.go cd /usr/lib/golang/src/crypto/internal/boring/fipstls /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b170=>" -I $WORK/b170/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b170/symabis ./dummy.s cat >$WORK/b170/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b020/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "$WORK/b170=>" -shared -p crypto/internal/boring/fipstls -std -installsuffix shared -buildid 6mEFjvJZFaR7aJzY9Viq/6mEFjvJZFaR7aJzY9Viq -goversion go1.13.4 -symabis $WORK/b170/symabis -D "" -importcfg $WORK/b170/importcfg -pack -asmhdr $WORK/b170/go_asm.h ./tls.go runtime mkdir -p $WORK/b005/ cat >$WORK/b005/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./memclr_arm64.s ./memmove_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/94/94dc64012accfa9b00e5f9e55fd717f762398ba88656ba7abf6a8256ab17edfc-d # internal cd /usr/lib/golang/src/crypto/internal/boring/fipstls /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b170=>" -I $WORK/b170/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b170/dummy.o ./dummy.s cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile internal/bytealg=$WORK/b006/_pkg_.a packagefile internal/cpu=$WORK/b007/_pkg_.a packagefile runtime/internal/atomic=$WORK/b009/_pkg_.a packagefile runtime/internal/math=$WORK/b010/_pkg_.a packagefile runtime/internal/sys=$WORK/b011/_pkg_.a EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "$WORK/b005=>" -shared -p runtime -std -+ -installsuffix shared -buildid 1wwrzzxHBZJcuf0CseVG/1wwrzzxHBZJcuf0CseVG -goversion go1.13.4 -symabis $WORK/b005/symabis -D "" -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h ./alg.go ./atomic_pointer.go ./cgo.go ./cgo_mmap.go ./cgo_sigaction.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./compiler.go ./complex.go ./cpuflags.go ./cpuprof.go ./debug.go ./debuglog.go ./debuglog_off.go ./defs_linux_arm64.go ./env_posix.go ./error.go ./extern.go ./fastlog2.go ./fastlog2table.go ./fedora.go ./float.go ./hash64.go ./heapdump.go ./iface.go ./lfstack.go ./lfstack_64bit.go ./lock_futex.go ./malloc.go ./map.go ./map_fast32.go ./map_fast64.go ./map_faststr.go ./mbarrier.go ./mbitmap.go ./mcache.go ./mcentral.go ./mem_linux.go ./mfinal.go ./mfixalloc.go ./mgc.go ./mgclarge.go ./mgcmark.go ./mgcscavenge.go ./mgcstack.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mprof.go ./msan0.go ./msize.go ./mstats.go ./mwbbuf.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_arm64.go ./os_linux_generic.go ./os_nonopenbsd.go ./panic.go ./plugin.go ./print.go ./proc.go ./profbuf.go ./proflabel.go ./race0.go ./rdebug.go ./relax_stub.go ./runtime.go ./runtime1.go ./runtime2.go ./runtime_boring.go ./rwmutex.go ./select.go ./sema.go ./signal_arm64.go ./signal_linux_arm64.go ./signal_sighandler.go ./signal_unix.go ./sigqueue.go ./sigqueue_note.go ./sigtab_linux_generic.go ./sizeclasses.go ./slice.go ./softfloat64.go ./stack.go ./string.go ./stubs.go ./stubs2.go ./stubs3.go ./stubs_arm64.go ./stubs_linux.go ./symtab.go ./sys_arm64.go ./sys_nonppc64x.go ./time.go ./timestub.go ./timestub2.go ./trace.go ./traceback.go ./type.go ./typekind.go ./utf8.go ./vdso_elf64.go ./vdso_linux.go ./vdso_linux_arm64.go ./write_err.go cd $WORK/b061 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_x002.o -c cgo.cgo2.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b292/_pkg_.a # internal cd /usr/lib/golang/src/crypto/internal/boring/fipstls /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b170/_pkg_.a $WORK/b170/dummy.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b170/_pkg_.a # internal cp $WORK/b292/_pkg_.a /builddir/.cache/go-build/e8/e8ae22ae0fe35cff3334d591bf16d5b10b267b1159a0fcd2b0aac590fd457177-d # internal cp $WORK/b170/_pkg_.a /builddir/.cache/go-build/29/297da604ddf21cec85c867e02f40c404b879f20b53e2ac8c98dc0aba6b12d4b2-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x003.o -c gcc_context.c /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/93/93cbcb9cffe4e9037a02f2db1b926b0e0d9befbeb2321da518e7d0ba212f9a92-d # internal TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x004.o -c gcc_fatalf.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x005.o -c gcc_libinit.c cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/dim_arm64.o ./dim_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/exp_arm64.o ./exp_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/floor_arm64.o ./floor_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/modf_arm64.o ./modf_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/sqrt_arm64.o ./sqrt_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b014=>" -I $WORK/b014/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/stubs_arm64.o ./stubs_arm64.s cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x006.o -c gcc_linux_arm64.c cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b014/_pkg_.a $WORK/b014/dim_arm64.o $WORK/b014/exp_arm64.o $WORK/b014/floor_arm64.o $WORK/b014/modf_arm64.o $WORK/b014/sqrt_arm64.o $WORK/b014/stubs_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/5c/5c283b9501e753b8f8bdcdaa642e402112b285a5679db22be7b3bada544ab42c-d # internal cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x007.o -c gcc_mmap.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x008.o -c gcc_setenv.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x009.o -c gcc_sigaction.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x010.o -c gcc_traceback.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x011.o -c gcc_util.c TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I $WORK/b061/ -g -O2 -Wall -Werror -o $WORK/b061/_x012.o -c gcc_arm64.S cd $WORK/b061 TERM='dumb' gcc -I /usr/lib/golang/src/runtime/cgo -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -I ./ -g -O2 -Wall -Werror -o ./_cgo_main.o -c _cgo_main.c cd /usr/lib/golang/src/runtime/cgo TERM='dumb' gcc -I . -fPIC -pthread -fmessage-length=0 -fdebug-prefix-map=$WORK/b061=/tmp/go-build -gno-record-gcc-switches -o $WORK/b061/_cgo_.o $WORK/b061/_cgo_main.o $WORK/b061/_x001.o $WORK/b061/_x002.o $WORK/b061/_x003.o $WORK/b061/_x004.o $WORK/b061/_x005.o $WORK/b061/_x006.o $WORK/b061/_x007.o $WORK/b061/_x008.o $WORK/b061/_x009.o $WORK/b061/_x010.o $WORK/b061/_x011.o $WORK/b061/_x012.o -g -O2 -lpthread TERM='dumb' /usr/lib/golang/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b061/_cgo_.o -dynout $WORK/b061/_cgo_import.go -dynlinker cat >$WORK/b061/go_asm.h << 'EOF' # internal EOF /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b061=>" -I $WORK/b061/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b061/symabis ./asm_arm64.s cat >$WORK/b061/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "$WORK/b061=>" -shared -p runtime/cgo -std -installsuffix shared -buildid SpCNQGcxHecOeiqdlW-D/SpCNQGcxHecOeiqdlW-D -goversion go1.13.4 -symabis $WORK/b061/symabis -D "" -importcfg $WORK/b061/importcfg -pack -asmhdr $WORK/b061/go_asm.h ./callbacks.go ./callbacks_traceback.go ./iscgo.go ./mmap.go ./setenv.go ./sigaction.go $WORK/b061/_cgo_gotypes.go $WORK/b061/cgo.cgo1.go $WORK/b061/_cgo_import.go /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b061=>" -I $WORK/b061/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b061/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b061/_pkg_.a $WORK/b061/asm_arm64.o $WORK/b061/_x001.o $WORK/b061/_x002.o $WORK/b061/_x003.o $WORK/b061/_x004.o $WORK/b061/_x005.o $WORK/b061/_x006.o $WORK/b061/_x007.o $WORK/b061/_x008.o $WORK/b061/_x009.o $WORK/b061/_x010.o $WORK/b061/_x011.o $WORK/b061/_x012.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/56/567453515f4fee0a399c849694f4fafb1a4e140b21919130b2cd948215ff1da6-d # internal cp /usr/lib/golang/src/runtime/tls_arm64.h $WORK/b005/tls_GOARCH.h cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/atomic_arm64.o ./atomic_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/duff_arm64.o ./duff_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/memclr_arm64.o ./memclr_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/memmove_arm64.o ./memmove_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/rt0_linux_arm64.o ./rt0_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/sys_linux_arm64.o ./sys_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/tls_arm64.o ./tls_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o $WORK/b005/asm_arm64.o $WORK/b005/atomic_arm64.o $WORK/b005/duff_arm64.o $WORK/b005/memclr_arm64.o $WORK/b005/memmove_arm64.o $WORK/b005/rt0_linux_arm64.o $WORK/b005/sys_linux_arm64.o $WORK/b005/tls_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/19/199f6f30464b1b14d9a55fbd023ed2db3f8e5a999dc13ce4474883f6db5ea662-d # internal internal/reflectlite mkdir -p $WORK/b004/ sync mkdir -p $WORK/b018/ cat >$WORK/b004/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b004=>" -I $WORK/b004/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s cat >$WORK/b018/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync/atomic=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "$WORK/b018=>" -shared -p sync -std -installsuffix shared -buildid w8cU-XUhe-CyyeojZ6pS/w8cU-XUhe-CyyeojZ6pS -goversion go1.13.4 -D "" -importcfg $WORK/b018/importcfg -pack ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./poolqueue.go ./runtime.go ./rwmutex.go ./waitgroup.go cat >$WORK/b004/importcfg << 'EOF' # internal # import config packagefile runtime=$WORK/b005/_pkg_.a EOF cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "$WORK/b004=>" -shared -p internal/reflectlite -std -installsuffix shared -buildid e1l2QzFL6kM_unPpzEqf/e1l2QzFL6kM_unPpzEqf -goversion go1.13.4 -symabis $WORK/b004/symabis -D "" -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h ./swapper.go ./type.go ./value.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/4b/4bd4514ca008e837dc87455e8e99c557c72e368ffdb4139c60a657c3862cb4ce-d # internal internal/singleflight mkdir -p $WORK/b060/ math/rand mkdir -p $WORK/b053/ cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "$WORK/b060=>" -shared -p internal/singleflight -std -complete -installsuffix shared -buildid UhYmmy7KmhOCbdgDosW8/UhYmmy7KmhOCbdgDosW8 -goversion go1.13.4 -D "" -importcfg $WORK/b060/importcfg -pack ./singleflight.go cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b014/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "$WORK/b053=>" -shared -p math/rand -std -complete -installsuffix shared -buildid XeYpHt-wYb-xjaFafdYv/XeYpHt-wYb-xjaFafdYv -goversion go1.13.4 -D "" -importcfg $WORK/b053/importcfg -pack ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/b5/b5ea6c18b637aba589b9e57c8e67d4fa72142ee2ffaef61a5e019a9620bd62e0-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/4f/4f4190af26ac7375d2bdc4ce27519c977b4ecd7dda12e6c6e1f9cee7a5c5b8e7-d # internal cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b004=>" -I $WORK/b004/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/5e/5e8a49252b05c1a6bc610eaa38c9044fa90ab63fb57e05d35a0ce19b20b1cc8f-d # internal errors mkdir -p $WORK/b003/ sort mkdir -p $WORK/b022/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "$WORK/b003=>" -shared -p errors -std -complete -installsuffix shared -buildid eV_omV7_zJZC7a7S6WmP/eV_omV7_zJZC7a7S6WmP -goversion go1.13.4 -D "" -importcfg $WORK/b003/importcfg -pack ./errors.go ./wrap.go cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile internal/reflectlite=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/sort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "$WORK/b022=>" -shared -p sort -std -complete -installsuffix shared -buildid j5XpVI5HQs7DeUvjQ4ji/j5XpVI5HQs7DeUvjQ4ji -goversion go1.13.4 -D "" -importcfg $WORK/b022/importcfg -pack ./search.go ./slice.go ./slice_go113.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b003/_pkg_.a # internal cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/77/770609388d038de82fcf3a277d9819f4bf3ff5998e6126731262a5d1f5a2a373-d # internal internal/oserror mkdir -p $WORK/b025/ github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/apparmor vendor/golang.org/x/net/dns/dnsmessage io mkdir -p $WORK/b023/ github.com/kubernetes-sigs/cri-o/vendor/github.com/hashicorp/golang-lru/simplelru mkdir -p $WORK/b095/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a EOF cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile sync/atomic=$WORK/b020/_pkg_.a EOF strconv mkdir -p $WORK/b016/ cd /usr/lib/golang/src/internal/oserror /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "$WORK/b025=>" -shared -p internal/oserror -std -complete -installsuffix shared -buildid s2ubjxlMHMmxaQqeSs_A/s2ubjxlMHMmxaQqeSs_A -goversion go1.13.4 -D "" -importcfg $WORK/b025/importcfg -pack ./errors.go cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "$WORK/b023=>" -shared -p io -std -complete -installsuffix shared -buildid c2tDbJm4sGNG10Kg7Nfp/c2tDbJm4sGNG10Kg7Nfp -goversion go1.13.4 -D "" -importcfg $WORK/b023/importcfg -pack ./io.go ./multi.go ./pipe.go cat >$WORK/b095/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a EOF mkdir -p $WORK/b386/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/bytealg=$WORK/b006/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile math/bits=$WORK/b015/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/apparmor /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "$WORK/b095=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/apparmor -complete -installsuffix shared -buildid qlcfT5uIY8axJQzFWUlz/qlcfT5uIY8axJQzFWUlz -goversion go1.13.4 -D "" -importcfg $WORK/b095/importcfg -pack ./apparmor_disabled.go mkdir -p $WORK/b058/ cat >$WORK/b386/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b160/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a EOF cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -shared -p strconv -std -complete -installsuffix shared -buildid XW2uWZE3tm4OhZVZMp3V/XW2uWZE3tm4OhZVZMp3V -goversion go1.13.4 -D "" -importcfg $WORK/b016/importcfg -pack ./atob.go ./atof.go ./atoi.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/hashicorp/golang-lru/simplelru /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "$WORK/b386=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/hashicorp/golang-lru/simplelru -complete -installsuffix shared -buildid -D8D8uVRyjHRYLt-kKWx/-D8D8uVRyjHRYLt-kKWx -goversion go1.13.4 -D "" -importcfg $WORK/b386/importcfg -pack ./lru.go cat >$WORK/b058/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/dns/dnsmessage /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "$WORK/b058=>" -shared -p vendor/golang.org/x/net/dns/dnsmessage -std -complete -installsuffix shared -buildid xTCSZ0K_UbsF7QxIjfk0/xTCSZ0K_UbsF7QxIjfk0 -goversion go1.13.4 -D "" -importcfg $WORK/b058/importcfg -pack ./message.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/f8/f869189a6802ccd3f5dc870cd43f1b9a7a6c9371701c7067053c3e916d0748ed-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/26/266aec3818ae7af0720b47be9f9d033780f827a247e9fd94c996a587e1eef717-d # internal syscall mkdir -p $WORK/b027/ cat >$WORK/b027/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b027/symabis ./asm_linux_arm64.s cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile internal/bytealg=$WORK/b006/_pkg_.a packagefile internal/oserror=$WORK/b025/_pkg_.a packagefile internal/race=$WORK/b019/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "$WORK/b027=>" -shared -p syscall -std -installsuffix shared -buildid _CIRKnYAyv7UuzXL84mt/_CIRKnYAyv7UuzXL84mt -goversion go1.13.4 -symabis $WORK/b027/symabis -D "" -importcfg $WORK/b027/importcfg -pack -asmhdr $WORK/b027/go_asm.h ./dirent.go ./endian_little.go ./env_unix.go ./exec_linux.go ./exec_unix.go ./flock.go ./lsf_linux.go ./msan0.go ./net.go ./netlink_linux.go ./setuidgid_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_unix.go ./timestruct.go ./zerrors_linux_arm64.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b386/_pkg_.a # internal cp $WORK/b386/_pkg_.a /builddir/.cache/go-build/88/8840553b33addef176b42681987392d473609286b6a4314aa61df972a0d3324f-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/97/97a1d7e99ac38e36cec221861f56e05f1680e3157bc204fe9a29bf8ad12d4066-d # internal github.com/kubernetes-sigs/cri-o/vendor/github.com/gogo/protobuf/sortkeys mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/gogo/protobuf/sortkeys /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "$WORK/b132=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/gogo/protobuf/sortkeys -complete -installsuffix shared -buildid Od5npG3aNPwp5HxX01JT/Od5npG3aNPwp5HxX01JT -goversion go1.13.4 -D "" -importcfg $WORK/b132/importcfg -pack ./sortkeys.go container/heap mkdir -p $WORK/b252/ cat >$WORK/b252/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/container/heap /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "$WORK/b252=>" -shared -p container/heap -std -complete -installsuffix shared -buildid s8cQDVjPfLvQ-khKgnxF/s8cQDVjPfLvQ-khKgnxF -goversion go1.13.4 -D "" -importcfg $WORK/b252/importcfg -pack ./heap.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b252/_pkg_.a # internal cp $WORK/b252/_pkg_.a /builddir/.cache/go-build/0e/0e2d2b8b2173383a4d1d92abcb5a16f0d44671a8f31d2ebe18b4aad75fbf2dcc-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/e7/e7a6f0f056df23204973c9485d0d7a745cfef4710f943825babdab9563b98e59-d # internal hash mkdir -p $WORK/b050/ bytes crypto/internal/randutil text/tabwriter strings mkdir -p $WORK/b037/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b023/_pkg_.a EOF mkdir -p $WORK/b032/ cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "$WORK/b050=>" -shared -p hash -std -complete -installsuffix shared -buildid xEUnVdDkRN6DxL0C32x_/xEUnVdDkRN6DxL0C32x_ -goversion go1.13.4 -D "" -importcfg $WORK/b050/importcfg -pack ./hash.go cat >$WORK/b037/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/bytealg=$WORK/b006/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF mkdir -p $WORK/b164/ cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "$WORK/b037=>" -shared -p strings -std -complete -installsuffix shared -buildid o4xxcQiWyw8k1fWv2mYi/o4xxcQiWyw8k1fWv2mYi -goversion go1.13.4 -D "" -importcfg $WORK/b037/importcfg -pack ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go cat >$WORK/b032/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/bytealg=$WORK/b006/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF mkdir -p $WORK/b267/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b132/_pkg_.a # internal cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "$WORK/b032=>" -shared -p bytes -std -installsuffix shared -buildid hahLrYB0QQM4QRClguLV/hahLrYB0QQM4QRClguLV -goversion go1.13.4 -D "" -importcfg $WORK/b032/importcfg -pack ./buffer.go ./bytes.go ./reader.go cat >$WORK/b164/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b023/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/crypto/internal/randutil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "$WORK/b164=>" -shared -p crypto/internal/randutil -std -complete -installsuffix shared -buildid JSIa8a_NrwPImvLgOMt7/JSIa8a_NrwPImvLgOMt7 -goversion go1.13.4 -D "" -importcfg $WORK/b164/importcfg -pack ./randutil.go cat >$WORK/b267/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b023/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/text/tabwriter /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "$WORK/b267=>" -shared -p text/tabwriter -std -complete -installsuffix shared -buildid yldNniRoQQkDGOs4m_ZA/yldNniRoQQkDGOs4m_ZA -goversion go1.13.4 -D "" -importcfg $WORK/b267/importcfg -pack ./tabwriter.go cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/ee/ee2a6d5a8092a4a4e3df352a17371ac143525bc4fc884c4ef2778273c6637277-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b164/_pkg_.a # internal cp $WORK/b164/_pkg_.a /builddir/.cache/go-build/bc/bc6a35688a1d3aa9f721bcc588fb7312dbd9d4afbe62808e9cd3ad2f759ab042-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/bc/bc6b37bd6ea3e9f499b107a46fd856842678d795eac2aa969150e736828f2152-d # internal hash/fnv mkdir -p $WORK/b290/ hash/crc32 hash/adler32 mkdir -p $WORK/b189/ cat >$WORK/b290/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b050/_pkg_.a packagefile math/bits=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/hash/fnv /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "$WORK/b290=>" -shared -p hash/fnv -std -complete -installsuffix shared -buildid G7OuxKjAiEa63Dh2QF2-/G7OuxKjAiEa63Dh2QF2- -goversion go1.13.4 -D "" -importcfg $WORK/b290/importcfg -pack ./fnv.go mkdir -p $WORK/b255/ cat >$WORK/b189/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b189=>" -I $WORK/b189/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b189/symabis ./crc32_arm64.s cat >$WORK/b255/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b050/_pkg_.a EOF cd /usr/lib/golang/src/hash/adler32 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "$WORK/b255=>" -shared -p hash/adler32 -std -complete -installsuffix shared -buildid 4MjiTUajrQbRjV8vd2Wv/4MjiTUajrQbRjV8vd2Wv -goversion go1.13.4 -D "" -importcfg $WORK/b255/importcfg -pack ./adler32.go cat >$WORK/b189/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b050/_pkg_.a packagefile internal/cpu=$WORK/b007/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "$WORK/b189=>" -shared -p hash/crc32 -std -installsuffix shared -buildid xVxqaNkaN37qdQVHOxAh/xVxqaNkaN37qdQVHOxAh -goversion go1.13.4 -symabis $WORK/b189/symabis -D "" -importcfg $WORK/b189/importcfg -pack -asmhdr $WORK/b189/go_asm.h ./crc32.go ./crc32_arm64.go ./crc32_generic.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b255/_pkg_.a # internal cp $WORK/b255/_pkg_.a /builddir/.cache/go-build/d3/d3770157e08dd7455d3ada9664670c0ef0b95ff78550df3b875f2008d522a73e-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b267/_pkg_.a # internal cp $WORK/b267/_pkg_.a /builddir/.cache/go-build/34/34c5a580bcf7ab159ae986606ad653d0b0b50a2ad3cd03bb578caf850aef87e1-d # internal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b189=>" -I $WORK/b189/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b189/crc32_arm64.o ./crc32_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b189/_pkg_.a $WORK/b189/crc32_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b189/_pkg_.a # internal cp $WORK/b189/_pkg_.a /builddir/.cache/go-build/c5/c52c718190a2bb868e4463e13d21baa4e2ac4d6f57cc07b5c1e994c8d18b112a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b290/_pkg_.a # internal cp $WORK/b290/_pkg_.a /builddir/.cache/go-build/ed/eda2bd5e631ff426494676fe569a25c50f42a226dbc07647d9585cd123c5e3d3-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b016/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/03/03587c08fb9448da86c4c7e8c368d210b1f875229cb5268f3c3c32fe9a13d8b5-d # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/8e/8e2f24cc6b43132af3cf4eeb58eb7952e6bbbe946fb2824acdb6865871a49fac-d # internal crypto crypto/rc4 mkdir -p $WORK/b049/ vendor/golang.org/x/text/transform github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/transform bufio cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b050/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a EOF mkdir -p $WORK/b172/ github.com/kubernetes-sigs/cri-o/vendor/k8s.io/kubernetes/third_party/forked/golang/expansion reflect cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "$WORK/b049=>" -shared -p crypto -std -complete -installsuffix shared -buildid sIdLSduZrGlOV9DTLgJj/sIdLSduZrGlOV9DTLgJj -goversion go1.13.4 -D "" -importcfg $WORK/b049/importcfg -pack ./crypto.go mkdir -p $WORK/b202/ cat >$WORK/b172/importcfg << 'EOF' # internal # import config packagefile crypto/internal/subtle=$WORK/b046/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a EOF mkdir -p $WORK/b193/ cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "$WORK/b172=>" -shared -p crypto/rc4 -std -complete -installsuffix shared -buildid LXF2EkjyhYqfRW-W6ZvN/LXF2EkjyhYqfRW-W6ZvN -goversion go1.13.4 -D "" -importcfg $WORK/b172/importcfg -pack ./rc4.go mkdir -p $WORK/b040/ cat >$WORK/b202/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cat >$WORK/b193/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF mkdir -p $WORK/b473/ cd /usr/lib/golang/src/vendor/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "$WORK/b202=>" -shared -p vendor/golang.org/x/text/transform -std -complete -installsuffix shared -buildid rpoDbANk45-MU-My8Zeq/rpoDbANk45-MU-My8Zeq -goversion go1.13.4 -D "" -importcfg $WORK/b202/importcfg -pack ./transform.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "$WORK/b193=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/transform -complete -installsuffix shared -buildid 2y5zQMrTR4fQT2mUXVdo/2y5zQMrTR4fQT2mUXVdo -goversion go1.13.4 -D "" -importcfg $WORK/b193/importcfg -pack ./transform.go cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF mkdir -p $WORK/b013/ cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -shared -p bufio -std -complete -installsuffix shared -buildid Y43CDCGZktko08X2WdrA/Y43CDCGZktko08X2WdrA -goversion go1.13.4 -D "" -importcfg $WORK/b040/importcfg -pack ./bufio.go ./scan.go cat >$WORK/b473/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a EOF cat >$WORK/b013/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/kubernetes/third_party/forked/golang/expansion /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "$WORK/b473=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/kubernetes/third_party/forked/golang/expansion -complete -installsuffix shared -buildid yRLWp53fOFRJCeNfditv/yRLWp53fOFRJCeNfditv -goversion go1.13.4 -D "" -importcfg $WORK/b473/importcfg -pack ./expand.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b013=>" -I $WORK/b013/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./asm_arm64.s cat >$WORK/b013/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b014/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -shared -p reflect -std -installsuffix shared -buildid mZd8lWFunyPOffmaxDD0/mZd8lWFunyPOffmaxDD0 -goversion go1.13.4 -symabis $WORK/b013/symabis -D "" -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b172/_pkg_.a # internal cp $WORK/b172/_pkg_.a /builddir/.cache/go-build/66/669241ffbee1aa49c80a2c83e4d4351c73a7d58e132048da3e27033354506321-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b473/_pkg_.a # internal cp $WORK/b473/_pkg_.a /builddir/.cache/go-build/a9/a90be1d419b3aef2ebc0fe8cdb12e8297fb9c15a229a1157aca0b7e9ff094542-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/c2/c2d5ca145ad3951182ed55e611b81c963e4a4f0d12760d3f7979f7c50bd93d00-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b037/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/e1/e1768b5191358daa063b2b229e5363aa37f9a37dc9b1cf644d6f0a5790b88f73-d # internal path mkdir -p $WORK/b065/ html mkdir -p $WORK/b266/ cat >$WORK/b065/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF regexp/syntax mkdir -p $WORK/b068/ cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "$WORK/b065=>" -shared -p path -std -complete -installsuffix shared -buildid bIuBpSo-Yx5SB7Unni-t/bIuBpSo-Yx5SB7Unni-t -goversion go1.13.4 -D "" -importcfg $WORK/b065/importcfg -pack ./match.go ./path.go cat >$WORK/b266/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cat >$WORK/b068/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/html /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "$WORK/b266=>" -shared -p html -std -complete -installsuffix shared -buildid UlvJ2Ii5HF-b5lhrPsvv/UlvJ2Ii5HF-b5lhrPsvv -goversion go1.13.4 -D "" -importcfg $WORK/b266/importcfg -pack ./entity.go ./escape.go cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "$WORK/b068=>" -shared -p regexp/syntax -std -complete -installsuffix shared -buildid rbN1JG7di3hRiFx_NyZP/rbN1JG7di3hRiFx_NyZP -goversion go1.13.4 -D "" -importcfg $WORK/b068/importcfg -pack ./compile.go ./doc.go ./op_string.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b193/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b202/_pkg_.a # internal cp $WORK/b202/_pkg_.a /builddir/.cache/go-build/96/96dab1e16f78968a6bf62c3f65795f78f8edc6e0cfc4590f231a272180e9cbf1-d # internal cp $WORK/b193/_pkg_.a /builddir/.cache/go-build/e4/e4b5e3c57688b034c3f53d3f7e89dfb4ff62a20034494d826b7fbd7b01d8ae21-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b065/_pkg_.a # internal cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/27/275e998039aaed5dbe0690d389cbfe0c3f8c872450fb93dd4323543439c357e2-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/72/729015891f65dd331405cccd37a8e2ff6ee2e7b515497a8eb90077f114eec37a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b266/_pkg_.a # internal cp $WORK/b266/_pkg_.a /builddir/.cache/go-build/c2/c26f9b6c51508281c6e46093b45946d0b7446e599e7cf79f4050b0344cd75c47-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/4b/4b24ab9d3a1bf9f01031dcefff5e0de366d8aec15c1762d579dde357e2606c60-d # internal cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b027=>" -I $WORK/b027/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b027/asm_linux_arm64.o ./asm_linux_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b027/_pkg_.a $WORK/b027/asm_linux_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/51/5111849f7ad0dee88299cc33b3408a97c974d15a14bf6ccd84c42d4fdca13f35-d # internal internal/syscall/unix mkdir -p $WORK/b029/ time mkdir -p $WORK/b028/ cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "$WORK/b029=>" -shared -p internal/syscall/unix -std -complete -installsuffix shared -buildid NRHndJ3MDDo5FoVxsM8x/NRHndJ3MDDo5FoVxsM8x -goversion go1.13.4 -D "" -importcfg $WORK/b029/importcfg -pack ./at.go ./at_sysnum_fstatat_linux.go ./at_sysnum_linux.go ./getrandom_linux.go ./getrandom_linux_generic.go ./nonblocking.go cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "$WORK/b028=>" -shared -p time -std -installsuffix shared -buildid z7Iu4-TyZ7gGxq0lhGrq/z7Iu4-TyZ7gGxq0lhGrq -goversion go1.13.4 -D "" -importcfg $WORK/b028/importcfg -pack ./format.go ./sleep.go ./sys_unix.go ./tick.go ./time.go ./zoneinfo.go ./zoneinfo_read.go ./zoneinfo_unix.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/71/7134cd475f4f725620252d9dbcc0c5396257f5c12acc5bf499c23969eae7d2f8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/ac/ac10ea0f835dfc6f42c0b29341d86bd7f7cf5526893850dddfdc47552176e97c-d # internal regexp mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile regexp/syntax=$WORK/b068/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -shared -p regexp -std -complete -installsuffix shared -buildid Q9u6pxd5BwPzr_I8IMgy/Q9u6pxd5BwPzr_I8IMgy -goversion go1.13.4 -D "" -importcfg $WORK/b067/importcfg -pack ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/fa/fa2d1dc4a714a2664cee7ac2ce97bd28090bec81127a1cff6f0efda169e51e25-d # internal context mkdir -p $WORK/b057/ github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/clock github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/keepalive mkdir -p $WORK/b276/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/reflectlite=$WORK/b004/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF mkdir -p $WORK/b247/ internal/poll cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "$WORK/b057=>" -shared -p context -std -complete -installsuffix shared -buildid aqRUgo9LHYObWUL2IPyP/aqRUgo9LHYObWUL2IPyP -goversion go1.13.4 -D "" -importcfg $WORK/b057/importcfg -pack ./context.go mkdir -p $WORK/b026/ cat >$WORK/b276/importcfg << 'EOF' # internal # import config packagefile time=$WORK/b028/_pkg_.a EOF cat >$WORK/b247/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/keepalive /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "$WORK/b276=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/keepalive -complete -installsuffix shared -buildid SPlWutx0dsecr_BhUKox/SPlWutx0dsecr_BhUKox -goversion go1.13.4 -D "" -importcfg $WORK/b276/importcfg -pack ./keepalive.go cat >$WORK/b026/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile sync/atomic=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/clock /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "$WORK/b247=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/clock -complete -installsuffix shared -buildid lq6JRVQlJvcSjYMdyG4z/lq6JRVQlJvcSjYMdyG4z -goversion go1.13.4 -D "" -importcfg $WORK/b247/importcfg -pack ./clock.go cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "$WORK/b026=>" -shared -p internal/poll -std -installsuffix shared -buildid Sd4VkqwanUuN2JLQWsMx/Sd4VkqwanUuN2JLQWsMx -goversion go1.13.4 -D "" -importcfg $WORK/b026/importcfg -pack ./errno_unix.go ./fd.go ./fd_fsync_posix.go ./fd_mutex.go ./fd_poll_runtime.go ./fd_posix.go ./fd_unix.go ./fd_writev_unix.go ./hook_cloexec.go ./hook_unix.go ./sendfile_linux.go ./sock_cloexec.go ./sockopt.go ./sockopt_linux.go ./sockopt_unix.go ./sockoptip.go ./splice_linux.go ./writev.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b276/_pkg_.a # internal cp $WORK/b276/_pkg_.a /builddir/.cache/go-build/1c/1cc633ab9c6d5dfda9fe1a4d25175f0f5eb6ec0bc6d7b3012775ce08af4746a8-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/2c/2c679492602eec0ac99bb66e342551e16cf08fa4443b9bfbfb7014050ebc64e1-d # internal github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/version mkdir -p $WORK/b220/ cat >$WORK/b220/importcfg << 'EOF' # internal # import config packagefile regexp=$WORK/b067/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "$WORK/b220=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/version -complete -installsuffix shared -buildid fGY9L6xda6-Pv-53JYyQ/fGY9L6xda6-Pv-53JYyQ -goversion go1.13.4 -D "" -importcfg $WORK/b220/importcfg -pack ./doc.go ./helpers.go ./types.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b220/_pkg_.a # internal cp $WORK/b220/_pkg_.a /builddir/.cache/go-build/c5/c58d8745b33e4f60c0ff24490dc272848024f3b6fa4ef4e164d9f10bcf58a4e7-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b247/_pkg_.a # internal cp $WORK/b247/_pkg_.a /builddir/.cache/go-build/1a/1a4d5ae44194fffd7db4cab92056e0df5e6a384333f493230281f88148c11e83-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/d1/d1c8956ec170d821f5a5da16faf7b67b79a53ce58699377095105f2d83e9b7da-d # internal github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b057/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "$WORK/b122=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context -complete -installsuffix shared -buildid wYXDZwBDAHtUTKiHNp6v/wYXDZwBDAHtUTKiHNp6v -goversion go1.13.4 -D "" -importcfg $WORK/b122/importcfg -pack ./context.go ./go17.go ./go19.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/55/5598c6a7c480062cca1de6ebcca119e0a4e0960fb4eba4f12dc9cff9ad9a919c-d # internal github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/tap mkdir -p $WORK/b287/ cat >$WORK/b287/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context=github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context packagefile github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context=$WORK/b122/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/tap /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "$WORK/b287=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/tap -complete -installsuffix shared -buildid eD2h2qBjcdhZQMvd7Gt7/eD2h2qBjcdhZQMvd7Gt7 -goversion go1.13.4 -D "" -importcfg $WORK/b287/importcfg -pack ./tap.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b287/_pkg_.a # internal cp $WORK/b287/_pkg_.a /builddir/.cache/go-build/dc/dcd514be0f3eda8f744a70250d30714dcdf1e7cdfbd18e10efc3e3f472932036-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/9b/9bacd74f70861507f143af3bc8b55dc4609aae49e55d5c0d7d4a9d6a920944ff-d # internal os mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/oserror=$WORK/b025/_pkg_.a packagefile internal/poll=$WORK/b026/_pkg_.a packagefile internal/syscall/unix=$WORK/b029/_pkg_.a packagefile internal/testlog=$WORK/b030/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile sync/atomic=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "$WORK/b024=>" -shared -p os -std -installsuffix shared -buildid ioKlA_9T8maHcjMTocpX/ioKlA_9T8maHcjMTocpX -goversion go1.13.4 -D "" -importcfg $WORK/b024/importcfg -pack ./dir.go ./dir_unix.go ./env.go ./env_default.go ./error.go ./error_errno.go ./error_posix.go ./exec.go ./exec_posix.go ./exec_unix.go ./executable.go ./executable_procfs.go ./file.go ./file_posix.go ./file_unix.go ./getwd.go ./path.go ./path_unix.go ./pipe_linux.go ./proc.go ./rawconn.go ./removeall_at.go ./stat.go ./stat_linux.go ./stat_unix.go ./sticky_notbsd.go ./str.go ./sys.go ./sys_linux.go ./sys_unix.go ./types.go ./types_unix.go ./wait_waitid.go cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b013=>" -I $WORK/b013/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b013/_pkg_.a $WORK/b013/asm_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b013/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/ae/aed775e7e7fa7e69dcae8d677bf59f2eecf9dafa77848a1c2e517e14d2ca5ccf-d # internal internal/fmtsort mkdir -p $WORK/b012/ encoding/binary mkdir -p $WORK/b036/ cat >$WORK/b012/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b013/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a EOF github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/sets mkdir -p $WORK/b140/ cd /usr/lib/golang/src/internal/fmtsort /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "$WORK/b012=>" -shared -p internal/fmtsort -std -complete -installsuffix shared -buildid CoPHZ8Y2Az8Rmdf8qe6w/CoPHZ8Y2Az8Rmdf8qe6w -goversion go1.13.4 -D "" -importcfg $WORK/b012/importcfg -pack ./sort.go cat >$WORK/b036/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a EOF cat >$WORK/b140/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b013/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "$WORK/b036=>" -shared -p encoding/binary -std -complete -installsuffix shared -buildid QMGGEmZMPxyplD_Ffspg/QMGGEmZMPxyplD_Ffspg -goversion go1.13.4 -D "" -importcfg $WORK/b036/importcfg -pack ./binary.go ./varint.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/sets /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "$WORK/b140=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/sets -complete -installsuffix shared -buildid GKRMAva0boB7jP8pxpnF/GKRMAva0boB7jP8pxpnF -goversion go1.13.4 -D "" -importcfg $WORK/b140/importcfg -pack ./byte.go ./doc.go ./empty.go ./int.go ./int64.go ./string.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/4b/4bb70533bca1e3e46be75876cd1592a89bb3612f784acce9876bfc029a7e7acf-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/11/11ba2469712f5d5de37510091b931e3cd7fcdfa9695ce4512b7ed4bee539d286-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/25/25de3b7cdaa4090ca7053c744b94b25856945eb6e63e0c42e63f07831eb4ea0d-d # internal encoding/base64 mkdir -p $WORK/b035/ cat >$WORK/b035/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a EOF crypto/ed25519/internal/edwards25519 mkdir -p $WORK/b168/ crypto/md5 crypto/sha1 cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "$WORK/b035=>" -shared -p encoding/base64 -std -complete -installsuffix shared -buildid hXoWHqJFu9HzTK6Wukar/hXoWHqJFu9HzTK6Wukar -goversion go1.13.4 -D "" -importcfg $WORK/b035/importcfg -pack ./base64.go mkdir -p $WORK/b054/ crypto/cipher vendor/golang.org/x/crypto/poly1305 vendor/golang.org/x/crypto/curve25519 mkdir -p $WORK/b045/ cat >$WORK/b168/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b036/_pkg_.a EOF mkdir -p $WORK/b183/ cat >$WORK/b054/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/crypto/ed25519/internal/edwards25519 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "$WORK/b168=>" -shared -p crypto/ed25519/internal/edwards25519 -std -complete -installsuffix shared -buildid IF7CBiE2mdfeR_GtSxkc/IF7CBiE2mdfeR_GtSxkc -goversion go1.13.4 -D "" -importcfg $WORK/b168/importcfg -pack ./const.go ./edwards25519.go mkdir -p $WORK/b184/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile crypto/internal/subtle=$WORK/b046/_pkg_.a packagefile crypto/subtle=$WORK/b047/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a EOF mkdir -p $WORK/b171/ cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b054=>" -I $WORK/b054/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b054/symabis ./sha1block_arm64.s cat >$WORK/b184/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b036/_pkg_.a EOF cat >$WORK/b183/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b047/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "$WORK/b045=>" -shared -p crypto/cipher -std -complete -installsuffix shared -buildid VSWvndUJhkLlZXIqt5Jd/VSWvndUJhkLlZXIqt5Jd -goversion go1.13.4 -D "" -importcfg $WORK/b045/importcfg -pack ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor_generic.go cat >$WORK/b171/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "$WORK/b184=>" -shared -p vendor/golang.org/x/crypto/curve25519 -std -complete -installsuffix shared -buildid vINfg-olwRnwoeBi6cYI/vINfg-olwRnwoeBi6cYI -goversion go1.13.4 -D "" -importcfg $WORK/b184/importcfg -pack ./curve25519.go ./doc.go cd /usr/lib/golang/src/vendor/golang.org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "$WORK/b183=>" -shared -p vendor/golang.org/x/crypto/poly1305 -std -complete -installsuffix shared -buildid IPHPOakpIAfP00K7C5nr/IPHPOakpIAfP00K7C5nr -goversion go1.13.4 -D "" -importcfg $WORK/b183/importcfg -pack ./mac_noasm.go ./poly1305.go ./sum_generic.go ./sum_noasm.go cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b171=>" -I $WORK/b171/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b171/symabis ./md5block_arm64.s cat >$WORK/b054/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b049/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b050/_pkg_.a packagefile internal/cpu=$WORK/b007/_pkg_.a packagefile math/bits=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "$WORK/b054=>" -shared -p crypto/sha1 -std -installsuffix shared -buildid dd2ICTuT1UqP8bcrI_Ih/dd2ICTuT1UqP8bcrI_Ih -goversion go1.13.4 -symabis $WORK/b054/symabis -D "" -importcfg $WORK/b054/importcfg -pack -asmhdr $WORK/b054/go_asm.h ./notboring.go ./sha1.go ./sha1block.go ./sha1block_arm64.go cat >$WORK/b171/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b049/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile hash=$WORK/b050/_pkg_.a packagefile math/bits=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "$WORK/b171=>" -shared -p crypto/md5 -std -installsuffix shared -buildid LhC0MAc3xLIECdColpiN/LhC0MAc3xLIECdColpiN -goversion go1.13.4 -symabis $WORK/b171/symabis -D "" -importcfg $WORK/b171/importcfg -pack -asmhdr $WORK/b171/go_asm.h ./md5.go ./md5block.go ./md5block_decl.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/24/242c3499d910d96774ee67893334cd8a5dbea3512147d2b8366d4b8a4444d13a-d # internal github.com/kubernetes-sigs/cri-o/pkg/findprocess mkdir -p $WORK/b088/ fmt path/filepath mkdir -p $WORK/b063/ os/signal cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF mkdir -p $WORK/b085/ cat >$WORK/b063/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/pkg/findprocess /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "$WORK/b088=>" -shared -p github.com/kubernetes-sigs/cri-o/pkg/findprocess -complete -installsuffix shared -buildid zegVip_stb0r0iyrRocv/zegVip_stb0r0iyrRocv -goversion go1.13.4 -D "" -importcfg $WORK/b088/importcfg -pack ./findprocess.go ./findprocess_unix.go cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "$WORK/b063=>" -shared -p path/filepath -std -complete -installsuffix shared -buildid YNrhy9hi_8fwvXvXGWG_/YNrhy9hi_8fwvXvXGWG_ -goversion go1.13.4 -D "" -importcfg $WORK/b063/importcfg -pack ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go mkdir -p $WORK/b002/ cat >$WORK/b085/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b085=>" -I $WORK/b085/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b085/symabis ./sig.s github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/sys/unix internal/lazyregexp runtime/debug cat >$WORK/b002/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile internal/fmtsort=$WORK/b012/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF mkdir -p $WORK/b071/ github.com/kubernetes-sigs/cri-o/vendor/k8s.io/kubernetes/pkg/util/file mkdir -p $WORK/b467/ cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "$WORK/b002=>" -shared -p fmt -std -complete -installsuffix shared -buildid l0hvCFXv_ijcgQVlswAy/l0hvCFXv_ijcgQVlswAy -goversion go1.13.4 -D "" -importcfg $WORK/b002/importcfg -pack ./doc.go ./errors.go ./format.go ./print.go ./scan.go mkdir -p $WORK/b149/ cat >$WORK/b467/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b024/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/kubernetes/pkg/util/file /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "$WORK/b467=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/kubernetes/pkg/util/file -complete -installsuffix shared -buildid tNIk2N8qNNHs-pcyn58X/tNIk2N8qNNHs-pcyn58X -goversion go1.13.4 -D "" -importcfg $WORK/b467/importcfg -pack ./file.go cat >$WORK/b071/go_asm.h << 'EOF' # internal EOF mkdir -p $WORK/b118/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b071=>" -I $WORK/b071/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b071/symabis ./asm_linux_arm64.s cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b024/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cat >$WORK/b118/go_asm.h << 'EOF' # internal EOF cat >$WORK/b149/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b024/_pkg_.a packagefile regexp=$WORK/b067/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b118=>" -I $WORK/b118/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b118/symabis ./debug.s cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "$WORK/b085=>" -shared -p os/signal -std -installsuffix shared -buildid lBkKP6NhAgMD8-rZXkuz/lBkKP6NhAgMD8-rZXkuz -goversion go1.13.4 -symabis $WORK/b085/symabis -D "" -importcfg $WORK/b085/importcfg -pack -asmhdr $WORK/b085/go_asm.h ./doc.go ./signal.go ./signal_unix.go cd /usr/lib/golang/src/internal/lazyregexp /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "$WORK/b149=>" -shared -p internal/lazyregexp -std -complete -installsuffix shared -buildid OwJKJFW46Gs5Fzgd5NZe/OwJKJFW46Gs5Fzgd5NZe -goversion go1.13.4 -D "" -importcfg $WORK/b149/importcfg -pack ./lazyre.go net mkdir -p $WORK/b056/ cd /usr/lib/golang/src/net CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b056/ -importpath net -- -I $WORK/b056/ -g -O2 ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix.go cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b183/_pkg_.a # internal cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "$WORK/b118=>" -shared -p runtime/debug -std -installsuffix shared -buildid PIUtUBhWMoxBveqfIEp0/PIUtUBhWMoxBveqfIEp0 -goversion go1.13.4 -symabis $WORK/b118/symabis -D "" -importcfg $WORK/b118/importcfg -pack -asmhdr $WORK/b118/go_asm.h ./garbage.go ./mod.go ./stack.go ./stubs.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "$WORK/b071=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/sys/unix -installsuffix shared -buildid J3tXHebWpUIU7-FWgNzT/J3tXHebWpUIU7-FWgNzT -goversion go1.13.4 -symabis $WORK/b071/symabis -D "" -importcfg $WORK/b071/importcfg -pack -asmhdr $WORK/b071/go_asm.h ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_little.go ./env_unix.go ./env_unset.go ./file_unix.go ./flock.go ./race0.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_arm64.go ./syscall_unix.go ./syscall_unix_gc.go ./zerrors_linux_arm64.go ./zsyscall_linux_arm64.go ./zsysnum_linux_arm64.go ./ztypes_linux_arm64.go cp $WORK/b183/_pkg_.a /builddir/.cache/go-build/39/399326882376cfd223094813e77d9482935b9c9c36aa7295271b4ebbfecc7d82-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/94/9439843ebff56a9d50575c5271c453ff56a8362b3dbaa4f30e5d4b8dc0189950-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b467/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b184/_pkg_.a # internal cp $WORK/b467/_pkg_.a /builddir/.cache/go-build/21/213b462eccb18384f2c44e54bb4109bd8f0c1f7fe10ba0989058f63593f79731-d # internal cp $WORK/b184/_pkg_.a /builddir/.cache/go-build/f9/f91f62da61dc4615cfd0bb0a7f22003d0fba4397d8c24acae9ff512f5dd2c561-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/76/7693f1956dd5be59bcc73fe40e63a02758fadac6a69fd098d097099e9570a8c6-d # internal encoding/pem mkdir -p $WORK/b177/ cat >$WORK/b177/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile encoding/base64=$WORK/b035/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "$WORK/b177=>" -shared -p encoding/pem -std -complete -installsuffix shared -buildid BZC2NDE1z_iNY0V4FfFq/BZC2NDE1z_iNY0V4FfFq -goversion go1.13.4 -D "" -importcfg $WORK/b177/importcfg -pack ./pem.go cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b054=>" -I $WORK/b054/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b054/sha1block_arm64.o ./sha1block_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b054/_pkg_.a $WORK/b054/sha1block_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b054/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b149/_pkg_.a # internal cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b171=>" -I $WORK/b171/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b171/md5block_arm64.o ./md5block_arm64.s cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/4a/4aad5c5df4e207c5cdb6cc70224787e9d95226e6c57b7e4e36e7e68263e1efda-d # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/af/af947f859a4cccaa00f12ab5cc7f79cb1427a2f0ba2bfad65e188a797fa29e9a-d # internal /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b171/_pkg_.a $WORK/b171/md5block_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b171/_pkg_.a # internal cp $WORK/b171/_pkg_.a /builddir/.cache/go-build/cc/ccb567b0e620318f259b16f42e31a6e6b488b3c2145056af3426d31fc23a7840-d # internal cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b085=>" -I $WORK/b085/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b085/sig.o ./sig.s cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b118=>" -I $WORK/b118/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b118/debug.o ./debug.s cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b085/_pkg_.a $WORK/b085/sig.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/f1/f1148e5c4041661f3e5d17183f01aeb93f0e555a3c032dc2d82620e1590a0e8c-d # internal cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b118/_pkg_.a $WORK/b118/debug.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b118/_pkg_.a # internal cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/c1/c1182b5e73106a9f6f8c53f5a4b6300844b778c2a0165e236fc4cd0f3014d4fe-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/be/be010be68cb496ad53a74e5a65a95f77ce3838bc7685e825b131eb042a6cea44-d # internal crypto/des mkdir -p $WORK/b161/ vendor/golang.org/x/crypto/internal/chacha20 mkdir -p $WORK/b181/ cat >$WORK/b161/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b045/_pkg_.a packagefile crypto/internal/subtle=$WORK/b046/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "$WORK/b161=>" -shared -p crypto/des -std -complete -installsuffix shared -buildid yx-6JS4NaEE85GdNu36D/yx-6JS4NaEE85GdNu36D -goversion go1.13.4 -D "" -importcfg $WORK/b161/importcfg -pack ./block.go ./cipher.go ./const.go cat >$WORK/b181/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/chacha20 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b181=>" -I $WORK/b181/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b181/symabis ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b177/_pkg_.a # internal cp $WORK/b177/_pkg_.a /builddir/.cache/go-build/a5/a5cf8187443ef90938cebcd24395eee6030ed7dca7094383f9691aefd3a3c7a6-d # internal cat >$WORK/b181/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle packagefile crypto/cipher=$WORK/b045/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b182/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "$WORK/b181=>" -shared -p vendor/golang.org/x/crypto/internal/chacha20 -std -installsuffix shared -buildid lfViRX6WCYjdsyMHNr8i/lfViRX6WCYjdsyMHNr8i -goversion go1.13.4 -symabis $WORK/b181/symabis -D "" -importcfg $WORK/b181/importcfg -pack -asmhdr $WORK/b181/go_asm.h ./chacha_arm64.go ./chacha_generic.go ./xor.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/4c/4c9481f67db2d19b6b448d361f12ca6da9517ccc7e1a6361ce28d439221f641d-d # internal os/exec mkdir -p $WORK/b062/ github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/stacktrace io/ioutil mkdir -p $WORK/b112/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile context=$WORK/b057/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cd /usr/lib/golang/src/os/exec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "$WORK/b062=>" -shared -p os/exec -std -complete -installsuffix shared -buildid jPys0k_6viRoTaGjMBIH/jPys0k_6viRoTaGjMBIH -goversion go1.13.4 -D "" -importcfg $WORK/b062/importcfg -pack ./exec.go ./exec_unix.go ./lp_unix.go mkdir -p $WORK/b072/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/stacktrace /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "$WORK/b112=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/stacktrace -complete -installsuffix shared -buildid yJu7TZnqHilgH2-5TRUq/yJu7TZnqHilgH2-5TRUq -goversion go1.13.4 -D "" -importcfg $WORK/b112/importcfg -pack ./capture.go ./frame.go ./stacktrace.go cat >$WORK/b072/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -shared -p io/ioutil -std -complete -installsuffix shared -buildid 6wSYIK3ma-kDdGtFcuU4/6wSYIK3ma-kDdGtFcuU4 -goversion go1.13.4 -D "" -importcfg $WORK/b072/importcfg -pack ./ioutil.go ./tempfile.go cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/chacha20 /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b181=>" -I $WORK/b181/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b181/asm_arm64.o ./asm_arm64.s /usr/lib/golang/pkg/tool/linux_arm64/pack r $WORK/b181/_pkg_.a $WORK/b181/asm_arm64.o # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b181/_pkg_.a # internal cp $WORK/b181/_pkg_.a /builddir/.cache/go-build/03/0325c907ee8f73b1e8043fd7f44128141d0a8a5967d61c51d6d37fd7f0ec45da-d # internal vendor/golang.org/x/crypto/chacha20poly1305 mkdir -p $WORK/b180/ cat >$WORK/b180/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/chacha20=vendor/golang.org/x/crypto/internal/chacha20 importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle importmap golang.org/x/crypto/poly1305=vendor/golang.org/x/crypto/poly1305 packagefile crypto/cipher=$WORK/b045/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/chacha20=$WORK/b181/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b182/_pkg_.a packagefile vendor/golang.org/x/crypto/poly1305=$WORK/b183/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "$WORK/b180=>" -shared -p vendor/golang.org/x/crypto/chacha20poly1305 -std -complete -installsuffix shared -buildid 9CuK1fzvFiYOS9fIpND6/9CuK1fzvFiYOS9fIpND6 -goversion go1.13.4 -D "" -importcfg $WORK/b180/importcfg -pack ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go ./xchacha20poly1305.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b161/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b112/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b168/_pkg_.a # internal cp $WORK/b161/_pkg_.a /builddir/.cache/go-build/66/66c71e435e72a5cb318ee524de4137fb31d5c9e7346ac61ea1e0458b4a0f49df-d # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/fd/fd216605775b5d138240e854182bb88c795f5ee4fa03210ff45f342ba01f4502-d # internal cp $WORK/b168/_pkg_.a /builddir/.cache/go-build/5a/5a6feefff9c738e7edad2a2c3937e1cda0848dd2b302273f5e4cc867f78a931d-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/24/24444405746024ca4fe275b164e010a2811aa9b34cf160bf7adf23ee4fff7b68-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b180/_pkg_.a # internal cp $WORK/b180/_pkg_.a /builddir/.cache/go-build/33/337539cf660213b883c51563a30d6cde84a770efeea677a62a55b649215c4d54-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/af/af379ed5fd0dcd818c2f1feeb2521d96b9e031da19dc1d04a86494b525af35e0-d # internal github.com/kubernetes-sigs/cri-o/vendor/k8s.io/utils/exec mkdir -p $WORK/b470/ github.com/kubernetes-sigs/cri-o/vendor/github.com/kr/pty mkdir -p $WORK/b087/ cat >$WORK/b470/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b057/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os/exec=$WORK/b062/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cat >$WORK/b087/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile os/exec=$WORK/b062/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/utils/exec /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "$WORK/b470=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/utils/exec -complete -installsuffix shared -buildid i8VS5RRhALjMHnlDu4Ho/i8VS5RRhALjMHnlDu4Ho -goversion go1.13.4 -D "" -importcfg $WORK/b470/importcfg -pack ./doc.go ./exec.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/kr/pty /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "$WORK/b087=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/kr/pty -complete -installsuffix shared -buildid gOb7ZsFW1ARO8j-D8SDG/gOb7ZsFW1ARO8j-D8SDG -goversion go1.13.4 -D "" -importcfg $WORK/b087/importcfg -pack ./doc.go ./ioctl.go ./pty_linux.go ./run.go ./util.go ./ztypes_arm64.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/27/2781b58e4e27fd97988e8442cad7bd19e790d58e22ab1f84778c9580b1222aee-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b470/_pkg_.a # internal cp $WORK/b470/_pkg_.a /builddir/.cache/go-build/46/4620b833479a957bd30379b0d57d4b31e033e4971f48a2e89347723a88e26197-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/c5/c58d1e012f60b74db695b4ebc263cceda6f51bcec0a3932ec2dce2e9649b3eeb-d # internal log mkdir -p $WORK/b078/ github.com/kubernetes-sigs/cri-o/vendor/github.com/docker/go-units github.com/kubernetes-sigs/cri-o/vendor/github.com/pkg/errors github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runtime-spec/specs-go text/scanner mkdir -p $WORK/b069/ os/user encoding/hex cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "$WORK/b078=>" -shared -p log -std -complete -installsuffix shared -buildid sQL9fiYs7BJ6jK9j8C6a/sQL9fiYs7BJ6jK9j8C6a -goversion go1.13.4 -D "" -importcfg $WORK/b078/importcfg -pack ./log.go mkdir -p $WORK/b066/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile os=$WORK/b024/_pkg_.a EOF mkdir -p $WORK/b079/ encoding/json cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runtime-spec/specs-go /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "$WORK/b069=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runtime-spec/specs-go -complete -installsuffix shared -buildid _JrdVSqHqIfVTm5XaXtm/_JrdVSqHqIfVTm5XaXtm -goversion go1.13.4 -D "" -importcfg $WORK/b069/importcfg -pack ./config.go ./state.go ./version.go cat >$WORK/b066/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile regexp=$WORK/b067/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF github.com/kubernetes-sigs/cri-o/vendor/github.com/mrunalp/fileutils mkdir -p $WORK/b094/ math/big mkdir -p $WORK/b052/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cat >$WORK/b052/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/docker/go-units /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/docker/go-units -complete -installsuffix shared -buildid Lw83PEJQpV6Fan1-EkcG/Lw83PEJQpV6Fan1-EkcG -goversion go1.13.4 -D "" -importcfg $WORK/b066/importcfg -pack ./duration.go ./size.go ./ulimit.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_arm64/asm -trimpath "$WORK/b052=>" -I $WORK/b052/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b052/symabis ./arith_arm64.s cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF github.com/kubernetes-sigs/cri-o/vendor/github.com/seccomp/libseccomp-golang cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/mrunalp/fileutils /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "$WORK/b094=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/mrunalp/fileutils -complete -installsuffix shared -buildid Cv6xEN0n_G63_Pf5t4fe/Cv6xEN0n_G63_Pf5t4fe -goversion go1.13.4 -D "" -importcfg $WORK/b094/importcfg -pack ./fileutils.go ./idtools.go github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/mount github.com/kubernetes-sigs/cri-o/vendor/github.com/coreos/pkg/dlopen mkdir -p $WORK/b111/ github.com/kubernetes-sigs/cri-o/vendor/github.com/vishvananda/netns net/url cd /usr/lib/golang/src/text/scanner /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "$WORK/b079=>" -shared -p text/scanner -std -complete -installsuffix shared -buildid jU-xXdXMPsu9qJLjYFRy/jU-xXdXMPsu9qJLjYFRy -goversion go1.13.4 -D "" -importcfg $WORK/b079/importcfg -pack ./scanner.go text/template/parse cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/seccomp/libseccomp-golang pkg-config --cflags -- libseccomp libseccomp github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect flag github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/fields github.com/kubernetes-sigs/cri-o/vendor/github.com/syndtr/gocapability/capability github.com/kubernetes-sigs/cri-o/vendor/github.com/google/gofuzz github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/errors github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/naming go/token mkdir -p $WORK/b154/ cat >$WORK/b052/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile math/bits=$WORK/b015/_pkg_.a packagefile math/rand=$WORK/b053/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/types mkdir -p $WORK/b155/ github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/http2/hpack cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "$WORK/b052=>" -shared -p math/big -std -installsuffix shared -buildid azutEv3ZAngQ4XXEDQ5A/azutEv3ZAngQ4XXEDQ5A -goversion go1.13.4 -symabis $WORK/b052/symabis -D "" -importcfg $WORK/b052/importcfg -pack -asmhdr $WORK/b052/go_asm.h ./accuracy_string.go ./arith.go ./arith_decl.go ./decimal.go ./doc.go ./float.go ./floatconv.go ./floatmarsh.go ./ftoa.go ./int.go ./intconv.go ./intmarsh.go ./nat.go ./natconv.go ./prime.go ./rat.go ./ratconv.go ./ratmarsh.go ./roundingmode_string.go ./sqrt.go compress/flate cat >$WORK/b154/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile regexp=$WORK/b067/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile runtime/debug=$WORK/b118/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF mkdir -p $WORK/b064/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/naming /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "$WORK/b154=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/naming -complete -installsuffix shared -buildid 7eHAEac1dFUPsVm51Nkm/7eHAEac1dFUPsVm51Nkm -goversion go1.13.4 -D "" -importcfg $WORK/b154/importcfg -pack ./from_stack.go vendor/golang.org/x/net/http2/hpack cat >$WORK/b155/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a EOF github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/unicode/norm cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/seccomp/libseccomp-golang pkg-config --libs -- libseccomp libseccomp cd /usr/lib/golang/src/os/user CGO_LDFLAGS='"-g" "-O2"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b064/ -importpath os/user -- -I $WORK/b064/ -g -O2 ./cgo_lookup_unix.go ./getgrouplist_unix.go ./listgroups_unix.go mkdir -p $WORK/b055/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/types /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "$WORK/b155=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/types -complete -installsuffix shared -buildid QdnEmSt68kTp765ZH1UT/QdnEmSt68kTp765ZH1UT -goversion go1.13.4 -D "" -importcfg $WORK/b155/importcfg -pack ./doc.go ./namespacedname.go ./nodename.go ./patch.go ./uid.go mkdir -p $WORK/b033/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b109/ cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "$WORK/b055=>" -shared -p encoding/hex -std -complete -installsuffix shared -buildid rlsr6BnJw33ZBrDqPyJg/rlsr6BnJw33ZBrDqPyJg -goversion go1.13.4 -D "" -importcfg $WORK/b055/importcfg -pack ./hex.go cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile encoding=$WORK/b034/_pkg_.a packagefile encoding/base64=$WORK/b035/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf16=$WORK/b038/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF mkdir -p $WORK/b103/ mkdir -p $WORK/b117/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b040/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/coreos/pkg/dlopen CGO_LDFLAGS='"-g" "-O2" "-ldl"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b103/ -importpath github.com/kubernetes-sigs/cri-o/vendor/github.com/coreos/pkg/dlopen -- -I $WORK/b103/ -g -O2 ./dlopen.go ./dlopen_example.go cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "$WORK/b033=>" -shared -p encoding/json -std -complete -installsuffix shared -buildid yRJExpfCwnKL_yg-b3GC/yRJExpfCwnKL_yg-b3GC -goversion go1.13.4 -D "" -importcfg $WORK/b033/importcfg -pack ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/mount /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "$WORK/b109=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/opencontainers/runc/libcontainer/mount -complete -installsuffix shared -buildid OLpR2aBwctnN74NrIwcH/OLpR2aBwctnN74NrIwcH -goversion go1.13.4 -D "" -importcfg $WORK/b109/importcfg -pack ./mount.go ./mount_linux.go ./mountinfo.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/seccomp/libseccomp-golang CGO_LDFLAGS='"-g" "-O2" "-lseccomp"' /usr/lib/golang/pkg/tool/linux_arm64/cgo -objdir $WORK/b111/ -importpath github.com/kubernetes-sigs/cri-o/vendor/github.com/seccomp/libseccomp-golang -- -I $WORK/b111/ -g -O2 ./seccomp.go ./seccomp_internal.go mkdir -p $WORK/b120/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile io/ioutil=$WORK/b072/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile path/filepath=$WORK/b063/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF mkdir -p $WORK/b121/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF mkdir -p $WORK/b138/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/vishvananda/netns /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "$WORK/b117=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/vishvananda/netns -complete -installsuffix shared -buildid 1AxnN74Y6wULL2l2ANXG/1AxnN74Y6wULL2l2ANXG -goversion go1.13.4 -D "" -importcfg $WORK/b117/importcfg -pack ./netns.go ./netns_linux.go cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "$WORK/b120=>" -shared -p net/url -std -complete -installsuffix shared -buildid v1VyFcg7hgnpfpFlBel_/v1VyFcg7hgnpfpFlBel_ -goversion go1.13.4 -D "" -importcfg $WORK/b120/importcfg -pack ./url.go cd /usr/lib/golang/src/text/template/parse /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "$WORK/b121=>" -shared -p text/template/parse -std -complete -installsuffix shared -buildid OmuCAhM_dKWT89CjvkL1/OmuCAhM_dKWT89CjvkL1 -goversion go1.13.4 -D "" -importcfg $WORK/b121/importcfg -pack ./lex.go ./node.go ./parse.go mkdir -p $WORK/b128/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF mkdir -p $WORK/b123/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "$WORK/b138=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/third_party/forked/golang/reflect -complete -installsuffix shared -buildid Pn26tDMwxEH3oCEO9fMe/Pn26tDMwxEH3oCEO9fMe -goversion go1.13.4 -D "" -importcfg $WORK/b138/importcfg -pack ./deep_equal.go mkdir -p $WORK/b114/ cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "$WORK/b128=>" -shared -p flag -std -complete -installsuffix shared -buildid 4FUmcPZVMVr4MTrnLtYP/4FUmcPZVMVr4MTrnLtYP -goversion go1.13.4 -D "" -importcfg $WORK/b128/importcfg -pack ./flag.go mkdir -p $WORK/b136/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/selection=github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/selection packagefile bytes=$WORK/b032/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/selection=$WORK/b124/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF mkdir -p $WORK/b143/ cat >$WORK/b114/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b040/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile syscall=$WORK/b027/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/fields /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "$WORK/b123=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/fields -complete -installsuffix shared -buildid AeIczmldHPDHIzBBUpDu/AeIczmldHPDHIzBBUpDu -goversion go1.13.4 -D "" -importcfg $WORK/b123/importcfg -pack ./doc.go ./fields.go ./requirements.go ./selector.go cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile math/rand=$WORK/b053/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cat >$WORK/b143/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a EOF mkdir -p $WORK/b147/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "$WORK/b143=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/util/errors -complete -installsuffix shared -buildid cJzmFkMW9c6xAyGtdH-t/cJzmFkMW9c6xAyGtdH-t -goversion go1.13.4 -D "" -importcfg $WORK/b143/importcfg -pack ./doc.go ./errors.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/syndtr/gocapability/capability /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "$WORK/b114=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/syndtr/gocapability/capability -complete -installsuffix shared -buildid J4e7pUyeucYkywmdeN0h/J4e7pUyeucYkywmdeN0h -goversion go1.13.4 -D "" -importcfg $WORK/b114/importcfg -pack ./capability.go ./capability_linux.go ./enum.go ./enum_gen.go ./syscall_linux.go mkdir -p $WORK/b070/ cat >$WORK/b147/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/google/gofuzz /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "$WORK/b136=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/google/gofuzz -complete -installsuffix shared -buildid rQIU8J8H6QvIawcdjIi4/rQIU8J8H6QvIawcdjIi4 -goversion go1.13.4 -D "" -importcfg $WORK/b136/importcfg -pack ./doc.go ./fuzz.go cd /usr/lib/golang/src/go/token /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "$WORK/b147=>" -shared -p go/token -std -complete -installsuffix shared -buildid UQ-b1LoyWz0_5efDxsNh/UQ-b1LoyWz0_5efDxsNh -goversion go1.13.4 -D "" -importcfg $WORK/b147/importcfg -pack ./position.go ./serialize.go ./token.go cat >$WORK/b070/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile path=$WORK/b065/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF mkdir -p $WORK/b197/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b155/_pkg_.a # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "$WORK/b070=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/pkg/errors -complete -installsuffix shared -buildid xwUPRgS9d5UrkYTc09b7/xwUPRgS9d5UrkYTc09b7 -goversion go1.13.4 -D "" -importcfg $WORK/b070/importcfg -pack ./errors.go ./stack.go cat >$WORK/b197/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b188/ mkdir -p $WORK/b206/ cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "$WORK/b197=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/http2/hpack -complete -installsuffix shared -buildid zfDTDv3lleFZNUCCJfc4/zfDTDv3lleFZNUCCJfc4 -goversion go1.13.4 -D "" -importcfg $WORK/b197/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go cat >$WORK/b188/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b040/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile math/bits=$WORK/b015/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF cat >$WORK/b206/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a EOF mkdir -p $WORK/b195/ cd /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "$WORK/b206=>" -shared -p vendor/golang.org/x/net/http2/hpack -std -complete -installsuffix shared -buildid NXN_Ok2XtWtm1Ch7ZLXf/NXN_Ok2XtWtm1Ch7ZLXf -goversion go1.13.4 -D "" -importcfg $WORK/b206/importcfg -pack ./encode.go ./hpack.go ./huffman.go ./tables.go cp $WORK/b155/_pkg_.a /builddir/.cache/go-build/07/079c29af467205e1fd21888663036413be4ef2a87fad2be0d95dd3b715ee1a79-d # internal mkdir -p $WORK/b204/ cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "$WORK/b188=>" -shared -p compress/flate -std -complete -installsuffix shared -buildid 9zQq6DsHnm42qKznDgU7/9zQq6DsHnm42qKznDgU7 -goversion go1.13.4 -D "" -importcfg $WORK/b188/importcfg -pack ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go cat >$WORK/b195/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/transform packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/transform=$WORK/b193/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b154/_pkg_.a # internal cat >$WORK/b204/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform packagefile encoding/binary=$WORK/b036/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile vendor/golang.org/x/text/transform=$WORK/b202/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "$WORK/b204=>" -shared -p vendor/golang.org/x/text/unicode/norm -std -complete -installsuffix shared -buildid bafYT_e-5QtHanPg0KWB/bafYT_e-5QtHanPg0KWB -goversion go1.13.4 -D "" -importcfg $WORK/b204/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables11.0.0.go ./transform.go ./trie.go cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "$WORK/b195=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/unicode/norm -complete -installsuffix shared -buildid 3JICinT-MOucnxcJG_WB/3JICinT-MOucnxcJG_WB -goversion go1.13.4 -D "" -importcfg $WORK/b195/importcfg -pack ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables10.0.0.go ./transform.go ./trie.go cp $WORK/b154/_pkg_.a /builddir/.cache/go-build/b0/b0ba198e8ce5aa5ab0374ab25e2cd876914c38b42c290492012deb230055f4a9-d # internal mime mkdir -p $WORK/b207/ mime/quotedprintable mkdir -p $WORK/b209/ cat >$WORK/b207/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b040/_pkg_.a packagefile bytes=$WORK/b032/_pkg_.a packagefile encoding/base64=$WORK/b035/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cat >$WORK/b209/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b040/_pkg_.a packagefile bytes=$WORK/b032/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "$WORK/b207=>" -shared -p mime -std -complete -installsuffix shared -buildid OOLWKvFYnKtITMAGtjB5/OOLWKvFYnKtITMAGtjB5 -goversion go1.13.4 -D "" -importcfg $WORK/b207/importcfg -pack ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "$WORK/b209=>" -shared -p mime/quotedprintable -std -complete -installsuffix shared -buildid XuNSkY-HQXpXjTjs_3zg/XuNSkY-HQXpXjTjs_3zg -goversion go1.13.4 -D "" -importcfg $WORK/b209/importcfg -pack ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/2d/2d87bd46e2ff42704fe2b25b7624328f0eef9de412512c966501cfb772fa9d82-d # internal net/http/internal mkdir -p $WORK/b211/ cat >$WORK/b211/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b040/_pkg_.a packagefile bytes=$WORK/b032/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "$WORK/b211=>" -shared -p net/http/internal -std -complete -installsuffix shared -buildid oWbQ3E8Zyp7ZzuteMAu8/oWbQ3E8Zyp7ZzuteMAu8 -goversion go1.13.4 -D "" -importcfg $WORK/b211/importcfg -pack ./chunked.go ./testcert.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/1c/1cf6bd8f2469002f5895ed56ea9ea252b33f59d1813d820f3613d04eec32bd6c-d # internal github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/pkg/version mkdir -p $WORK/b219/ cat >$WORK/b219/importcfg << 'EOF' # internal # import config importmap k8s.io/apimachinery/pkg/version=github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/version packagefile fmt=$WORK/b002/_pkg_.a packagefile github.com/kubernetes-sigs/cri-o/vendor/k8s.io/apimachinery/pkg/version=$WORK/b220/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/pkg/version /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "$WORK/b219=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/k8s.io/client-go/pkg/version -complete -installsuffix shared -buildid 9yhJL7Cq7ZCDniPYMdo6/9yhJL7Cq7ZCDniPYMdo6 -goversion go1.13.4 -D "" -importcfg $WORK/b219/importcfg -pack ./base.go ./doc.go ./version.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b066/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b078/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/d8/d881d8c42f5f2eae11b5f0ef3b8ac6a63ecfbad4ca5d65780750a13370b31a07-d # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/6a/6a4541584b70b7555f9cd5298a607e227a8dd739a6c6a6cab06596c08fd6e0bc-d # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/ec/ec79c5eb9c4146da78cc7a499f016f0f557c9f9ee415ff54a3f643dc0cf6cd45-d # internal github.com/kubernetes-sigs/cri-o/vendor/github.com/modern-go/concurrent mkdir -p $WORK/b226/ github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/unicode/bidi vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b203/ /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b055/_pkg_.a # internal mkdir -p $WORK/b194/ cat >$WORK/b226/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b057/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io/ioutil=$WORK/b072/_pkg_.a packagefile log=$WORK/b078/_pkg_.a packagefile os=$WORK/b024/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile runtime=$WORK/b005/_pkg_.a packagefile runtime/debug=$WORK/b118/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cat >$WORK/b194/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b160/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile log=$WORK/b078/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/github.com/modern-go/concurrent /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "$WORK/b226=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/github.com/modern-go/concurrent -complete -installsuffix shared -buildid auFfKF8U0vNZpjMwhaW5/auFfKF8U0vNZpjMwhaW5 -goversion go1.13.4 -D "" -importcfg $WORK/b226/importcfg -pack ./executor.go ./go_above_19.go ./log.go ./unbounded_executor.go cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/9e/9ecabdf0ea9bf103398d831ccc5cb68007b367301bfc878427f159afd01a0ec4-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "$WORK/b194=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/text/unicode/bidi -complete -installsuffix shared -buildid Trpt06YVvtg9IAfGnr9g/Trpt06YVvtg9IAfGnr9g -goversion go1.13.4 -D "" -importcfg $WORK/b194/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables10.0.0.go ./trieval.go github.com/kubernetes-sigs/cri-o/vendor/gopkg.in/yaml.v2 mkdir -p $WORK/b232/ cat >$WORK/b232/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b032/_pkg_.a packagefile encoding=$WORK/b034/_pkg_.a packagefile encoding/base64=$WORK/b035/_pkg_.a packagefile errors=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile io=$WORK/b023/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile reflect=$WORK/b013/_pkg_.a packagefile regexp=$WORK/b067/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile strconv=$WORK/b016/_pkg_.a packagefile strings=$WORK/b037/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a packagefile unicode=$WORK/b021/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/gopkg.in/yaml.v2 /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "$WORK/b232=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/gopkg.in/yaml.v2 -complete -installsuffix shared -buildid ymUZlYJ5rVmOKbGymvUG/ymUZlYJ5rVmOKbGymvUG -goversion go1.13.4 -D "" -importcfg $WORK/b232/importcfg -pack ./apic.go ./decode.go ./emitterc.go ./encode.go ./parserc.go ./readerc.go ./resolve.go ./scannerc.go ./sorter.go ./writerc.go ./yaml.go ./yamlh.go ./yamlprivateh.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/4d/4df0a3e41f3698f71630ab872f1443602e6d0acf013af1d307e17ce5e87bf1e3-d # internal github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/time/rate mkdir -p $WORK/b246/ cat >$WORK/b246/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/context=github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context packagefile fmt=$WORK/b002/_pkg_.a packagefile github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/context=$WORK/b122/_pkg_.a packagefile math=$WORK/b014/_pkg_.a packagefile sync=$WORK/b018/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/time/rate /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "$WORK/b246=>" -shared -p github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/time/rate -complete -installsuffix shared -buildid ltFS0vHX3zSZsRWi01O4/ltFS0vHX3zSZsRWi01O4 -goversion go1.13.4 -D "" -importcfg $WORK/b246/importcfg -pack ./rate.go /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b211/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b079/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b070/_pkg_.a # internal cat >$WORK/b203/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b160/_pkg_.a packagefile fmt=$WORK/b002/_pkg_.a packagefile log=$WORK/b078/_pkg_.a packagefile sort=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "$WORK/b203=>" -shared -p vendor/golang.org/x/text/unicode/bidi -std -complete -installsuffix shared -buildid lotoTQ7w26YBBWfNTfgA/lotoTQ7w26YBBWfNTfgA -goversion go1.13.4 -D "" -importcfg $WORK/b203/importcfg -pack ./bidi.go ./bracket.go ./core.go ./prop.go ./tables11.0.0.go ./trieval.go cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/c8/c8c50377ac7a4e9d3cbd5c9512651aa2d95b13f61b0aa7f696adf4acc6f28099-d # internal cp $WORK/b211/_pkg_.a /builddir/.cache/go-build/e3/e3bb3d97616ea5c0171179ef113ec54d01adb9817541877e651a7a1ff08a0151-d # internal /usr/lib/golang/pkg/tool/linux_arm64/buildid -w $WORK/b209/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/46/46efb1e9912caff263ab93f96f3def19620d0336ad5cdb02ddc9e1715a0aa3c7-d # internal github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/internal/timeseries github.com/kubernetes-sigs/cri-o/vendor/google.golang.org/grpc/grpclog mkdir -p $WORK/b264/ github.com/kubernetes-sigs/cri-o/vendor/github.com/cyphar/filepath-securejoin mkdir -p $WORK/b092/ cat >$WORK/b264/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b002/_pkg_.a packagefile log=$WORK/b078/_pkg_.a packagefile time=$WORK/b028/_pkg_.a EOF cp $WORK/b209/_pkg_.a /builddir/.cache/go-build/04/040656b12013e57e671bdf4928b775b13ef42dd8fe7791a18a54d8368036f5a4-d # internal cd /builddir/build/BUILD/libpod-921f98f8795eb9fcb19ce581020cfdeff6dee09f/cri-o-9b1f0a08285a7f74b21cc9b6bfd98a48905a7ba2/_output/src/github.com/kubernetes-sigs/cri-o/vendor/golang.org/x/net/internal/timeseries /usr/lib/golang/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "$WORK/b264=>" -shared -p github.com/kuberne