Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/kata-agent.spec'], chrootPath='/var/lib/mock/f33-build-340051-58642/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/kata-agent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Wrote: /builddir/build/SRPMS/kata-agent-1.11.1-1.fc33.1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/kata-agent.spec'], chrootPath='/var/lib/mock/f33-build-340051-58642/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/kata-agent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EGrO0i + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf agent-1.11.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/agent-1.11.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd agent-1.11.1 + /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 --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'kata-agent-1.11.1 base' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.r2cUrg + umask 022 + cd /builddir/build/BUILD + cd agent-1.11.1 + mkdir go + mv vendor go/src + mkdir -p go/src/github.com/kata-containers ++ pwd + ln -s /builddir/build/BUILD/agent-1.11.1/../agent-1.11.1 go/src/github.com/kata-containers/agent + cd go/src/github.com/kata-containers/agent ++ pwd + export GOPATH=/builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go + GOPATH=/builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go + LDFLAGS='-linkmode=external -X main.version=1.11.1' ++ head -c20 /dev/urandom ++ od -An -tx1 ++ tr -d ' \n' + GO111MODULE=off + go build -compiler gc '-tags=rpm_crashtraceback ' -ldflags '-linkmode=external -X main.version=1.11.1 -B 0xef8d60ae981216338b24eabe62d97485cf0607d6 -extldflags '\''-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\''' -a -v -x -o kata-agent WORK=/tmp/go-build082843577 internal/cpu internal/unsafeheader mkdir -p $WORK/b006/ mkdir -p $WORK/b010/ runtime/internal/sys mkdir -p $WORK/b013/ cat >$WORK/b010/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b013/importcfg << 'EOF' # internal # import config EOF cat >$WORK/b006/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/cpu /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b010/_pkg_.a -trimpath "$WORK/b010=>" -p internal/cpu -std -+ -complete -buildid mO-nIRiAUxovQ5rT1dnb/mO-nIRiAUxovQ5rT1dnb -goversion go1.15rc1 -D "" -importcfg $WORK/b010/importcfg -pack -c=4 ./cpu.go ./cpu_no_init.go ./cpu_riscv64.go cd /usr/lib/golang/src/internal/unsafeheader /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b006/_pkg_.a -trimpath "$WORK/b006=>" -p internal/unsafeheader -std -complete -buildid lyBzIJZq4i1M22iXB4le/lyBzIJZq4i1M22iXB4le -goversion go1.15rc1 -D "" -importcfg $WORK/b006/importcfg -pack -c=4 ./unsafeheader.go cd /usr/lib/golang/src/runtime/internal/sys /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b013/_pkg_.a -trimpath "$WORK/b013=>" -p runtime/internal/sys -std -+ -complete -buildid 6pWrFbJRf3zu1wi1CuLL/6pWrFbJRf3zu1wi1CuLL -goversion go1.15rc1 -D "" -importcfg $WORK/b013/importcfg -pack -c=4 ./arch.go ./arch_riscv64.go ./intrinsics.go ./intrinsics_common.go ./stubs.go ./sys.go ./zgoarch_riscv64.go ./zgoos_linux.go ./zversion.go runtime/internal/atomic mkdir -p $WORK/b011/ cat >$WORK/b011/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime/internal/atomic -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b011/symabis ./atomic_riscv64.s cat >$WORK/b011/importcfg << 'EOF' # internal # import config EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b011/_pkg_.a -trimpath "$WORK/b011=>" -p runtime/internal/atomic -std -+ -buildid 4Zn56iZbONHrUX5beven/4Zn56iZbONHrUX5beven -goversion go1.15rc1 -symabis $WORK/b011/symabis -D "" -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h -c=4 ./atomic_riscv64.go ./stubs.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b006/_pkg_.a # internal cp $WORK/b006/_pkg_.a /builddir/.cache/go-build/c0/c0671064701b4219b6764d9783604df56d661f6f1552caddb2248cebf4069982-d # internal internal/race mkdir -p $WORK/b016/ cat >$WORK/b016/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/race /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b016/_pkg_.a -trimpath "$WORK/b016=>" -p internal/race -std -complete -buildid _JUMUWZwTfZFjYD-hu3w/_JUMUWZwTfZFjYD-hu3w -goversion go1.15rc1 -D "" -importcfg $WORK/b016/importcfg -pack -c=4 ./doc.go ./norace.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime/internal/atomic -trimpath "$WORK/b011=>" -I $WORK/b011/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b011/atomic_riscv64.o ./atomic_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b013/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b016/_pkg_.a # internal cp $WORK/b013/_pkg_.a /builddir/.cache/go-build/a0/a0f7a0dbaeea027d2e34b292cdc3d39a0789e71daad54005625bb3d86659d58e-d # internal runtime/internal/math cp $WORK/b016/_pkg_.a /builddir/.cache/go-build/61/61b9ba3f032aab355beb2b8711adfbbfedbb2898daea821a5c838aa4ed61a3f0-d # internal mkdir -p $WORK/b012/ sync/atomic mkdir -p $WORK/b017/ cat >$WORK/b017/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_riscv64/asm -p sync/atomic -trimpath "$WORK/b017=>" -I $WORK/b017/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b017/symabis ./asm.s cat >$WORK/b012/importcfg << 'EOF' # internal # import config packagefile runtime/internal/sys=$WORK/b013/_pkg_.a EOF cd /usr/lib/golang/src/runtime/internal/math /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b012/_pkg_.a -trimpath "$WORK/b012=>" -p runtime/internal/math -std -+ -complete -buildid 34JbZZEO_MjGbP-c7Vqn/34JbZZEO_MjGbP-c7Vqn -goversion go1.15rc1 -D "" -importcfg $WORK/b012/importcfg -pack -c=4 ./math.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b010/_pkg_.a # internal cat >$WORK/b017/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b017/_pkg_.a -trimpath "$WORK/b017=>" -p sync/atomic -std -buildid EJfCnfc7pSbABGZ2iil3/EJfCnfc7pSbABGZ2iil3 -goversion go1.15rc1 -symabis $WORK/b017/symabis -D "" -importcfg $WORK/b017/importcfg -pack -asmhdr $WORK/b017/go_asm.h -c=4 ./doc.go ./value.go cd /usr/lib/golang/src/runtime/internal/atomic /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b011/_pkg_.a $WORK/b011/atomic_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b011/_pkg_.a # internal cp $WORK/b010/_pkg_.a /builddir/.cache/go-build/b7/b732f88d60f1e5a8781828ca8b78a004188ede64175f5ed6f02c38eb4d371552-d # internal internal/bytealg mkdir -p $WORK/b009/ cp $WORK/b011/_pkg_.a /builddir/.cache/go-build/2c/2cca0a633ca8bddd30153394b46a67a27f1897a470818007af25e991edd90533-d # internal cat >$WORK/b009/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_riscv64/asm -p internal/bytealg -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b009/symabis ./equal_riscv64.s ./indexbyte_riscv64.s unicode mkdir -p $WORK/b018/ cat >$WORK/b018/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b018/_pkg_.a -trimpath "$WORK/b018=>" -p unicode -std -complete -buildid 1XE5AzD4Bk7cXKlvK0pc/1XE5AzD4Bk7cXKlvK0pc -goversion go1.15rc1 -D "" -importcfg $WORK/b018/importcfg -pack -c=4 ./casetables.go ./digit.go ./graphic.go ./letter.go ./tables.go cat >$WORK/b009/importcfg << 'EOF' # internal # import config packagefile internal/cpu=$WORK/b010/_pkg_.a EOF cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b009/_pkg_.a -trimpath "$WORK/b009=>" -p internal/bytealg -std -+ -buildid wuXQLBWGsXLjDqZuUf78/wuXQLBWGsXLjDqZuUf78 -goversion go1.15rc1 -symabis $WORK/b009/symabis -D "" -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h -c=4 ./bytealg.go ./compare_generic.go ./count_generic.go ./equal_generic.go ./equal_native.go ./index_generic.go ./indexbyte_native.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b012/_pkg_.a # internal cp $WORK/b012/_pkg_.a /builddir/.cache/go-build/c4/c46ca15470cefe9cf14718994c18b6182a34e638cc9787b96d7f88bef15640df-d # internal unicode/utf8 mkdir -p $WORK/b019/ cat >$WORK/b019/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf8 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b019/_pkg_.a -trimpath "$WORK/b019=>" -p unicode/utf8 -std -complete -buildid mQpVTMjbAJiIxhzczvZE/mQpVTMjbAJiIxhzczvZE -goversion go1.15rc1 -D "" -importcfg $WORK/b019/importcfg -pack -c=4 ./utf8.go cd /usr/lib/golang/src/sync/atomic /usr/lib/golang/pkg/tool/linux_riscv64/asm -p sync/atomic -trimpath "$WORK/b017=>" -I $WORK/b017/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b017/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b017/_pkg_.a $WORK/b017/asm.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b017/_pkg_.a # internal cp $WORK/b017/_pkg_.a /builddir/.cache/go-build/ad/ad4b66fb7ad545004b480586655c8204277b45829576d10a65b1aabed82629bd-d # internal encoding mkdir -p $WORK/b026/ cat >$WORK/b026/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/encoding /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b026/_pkg_.a -trimpath "$WORK/b026=>" -p encoding -std -complete -buildid nJmrePZoVg_FZupGbxac/nJmrePZoVg_FZupGbxac -goversion go1.15rc1 -D "" -importcfg $WORK/b026/importcfg -pack -c=4 ./encoding.go cd /usr/lib/golang/src/internal/bytealg /usr/lib/golang/pkg/tool/linux_riscv64/asm -p internal/bytealg -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b009/equal_riscv64.o ./equal_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p internal/bytealg -trimpath "$WORK/b009=>" -I $WORK/b009/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b009/indexbyte_riscv64.o ./indexbyte_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b019/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b026/_pkg_.a # internal cp $WORK/b019/_pkg_.a /builddir/.cache/go-build/63/63a636810b7d7020f9c4cd16f7170eee257d82d3a03b660f922f50158cc9abab-d # internal cp $WORK/b026/_pkg_.a /builddir/.cache/go-build/04/04e45bf4c95cf90c0820e0a9a3b80bebce56bdf99c130947940b231c890182f2-d # internal internal/testlog mkdir -p $WORK/b040/ math/bits mkdir -p $WORK/b030/ /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b009/_pkg_.a $WORK/b009/equal_riscv64.o $WORK/b009/indexbyte_riscv64.o # internal cat >$WORK/b030/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/math/bits /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b030/_pkg_.a -trimpath "$WORK/b030=>" -p math/bits -std -complete -buildid up68R39f1y66bkewQudT/up68R39f1y66bkewQudT -goversion go1.15rc1 -D "" -importcfg $WORK/b030/importcfg -pack -c=4 ./bits.go ./bits_errors.go ./bits_tables.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b009/_pkg_.a # internal cat >$WORK/b040/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/internal/testlog /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -p internal/testlog -std -complete -buildid e7jgnf8r-Cr0mDWR7epc/e7jgnf8r-Cr0mDWR7epc -goversion go1.15rc1 -D "" -importcfg $WORK/b040/importcfg -pack -c=4 ./log.go cp $WORK/b009/_pkg_.a /builddir/.cache/go-build/bb/bb488376f0b118a6f49e6690ef8d711008b4cbf29678fc259cba479206905c81-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b040/_pkg_.a # internal cp $WORK/b040/_pkg_.a /builddir/.cache/go-build/37/37ff3115b1f38dbbe71ee9ae94730d0723c77f75e97fda72edc2b24ac51b39b8-d # internal unicode/utf16 mkdir -p $WORK/b041/ cat >$WORK/b041/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/unicode/utf16 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b041/_pkg_.a -trimpath "$WORK/b041=>" -p unicode/utf16 -std -complete -buildid XusWSEdwQPcwu3qqAEbm/XusWSEdwQPcwu3qqAEbm -goversion go1.15rc1 -D "" -importcfg $WORK/b041/importcfg -pack -c=4 ./utf16.go runtime mkdir -p $WORK/b008/ cat >$WORK/b008/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b008/symabis ./asm.s ./asm_riscv64.s ./atomic_riscv64.s ./memclr_riscv64.s ./memmove_riscv64.s ./preempt_riscv64.s ./rt0_linux_riscv64.s ./sys_linux_riscv64.s ./tls_riscv64.s cat >$WORK/b008/importcfg << 'EOF' # internal # import config packagefile internal/bytealg=$WORK/b009/_pkg_.a packagefile internal/cpu=$WORK/b010/_pkg_.a packagefile runtime/internal/atomic=$WORK/b011/_pkg_.a packagefile runtime/internal/math=$WORK/b012/_pkg_.a packagefile runtime/internal/sys=$WORK/b013/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b008/_pkg_.a -trimpath "$WORK/b008=>" -p runtime -std -+ -buildid zWfQtAeEXFhr4Vpm1G6V/zWfQtAeEXFhr4Vpm1G6V -goversion go1.15rc1 -symabis $WORK/b008/symabis -D "" -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/go_asm.h -c=4 ./alg.go ./atomic_pointer.go ./cgo.go ./cgocall.go ./cgocallback.go ./cgocheck.go ./chan.go ./checkptr.go ./compiler.go ./complex.go ./cpuflags.go ./cpuprof.go ./cputicks.go ./debug.go ./debuglog.go ./debuglog_off.go ./defs_linux_riscv64.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 ./lockrank.go ./lockrank_off.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 ./mgcmark.go ./mgcscavenge.go ./mgcstack.go ./mgcsweep.go ./mgcsweepbuf.go ./mgcwork.go ./mheap.go ./mmap.go ./mpagealloc.go ./mpagealloc_64bit.go ./mpagecache.go ./mpallocbits.go ./mprof.go ./mranges.go ./msan0.go ./msize.go ./mspanset.go ./mstats.go ./mwbbuf.go ./nbpipe_pipe2.go ./netpoll.go ./netpoll_epoll.go ./os_linux.go ./os_linux_generic.go ./os_linux_noauxv.go ./os_linux_novdso.go ./os_linux_riscv64.go ./os_nonopenbsd.go ./panic.go ./plugin.go ./preempt.go ./preempt_nonwindows.go ./print.go ./proc.go ./profbuf.go ./proflabel.go ./race0.go ./rdebug.go ./relax_stub.go ./runtime.go ./runtime1.go ./runtime2.go ./rwmutex.go ./select.go ./sema.go ./sigaction.go ./signal_linux_riscv64.go ./signal_riscv64.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_linux.go ./symtab.go ./sys_nonppc64x.go ./sys_riscv64.go ./time.go ./time_nofake.go ./timestub.go ./timestub2.go ./trace.go ./traceback.go ./type.go ./typekind.go ./utf8.go ./vdso_in_none.go ./write_err.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b041/_pkg_.a # internal cp $WORK/b041/_pkg_.a /builddir/.cache/go-build/5e/5e54d45cb01124ce027da177274547eab5c1bbce1eb1f42fec4e81307e3dca09-d # internal container/list mkdir -p $WORK/b057/ cat >$WORK/b057/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/container/list /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b057/_pkg_.a -trimpath "$WORK/b057=>" -p container/list -std -complete -buildid wkZ6U8nO-G2td68XpnSG/wkZ6U8nO-G2td68XpnSG -goversion go1.15rc1 -D "" -importcfg $WORK/b057/importcfg -pack -c=4 ./list.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b030/_pkg_.a # internal cp $WORK/b030/_pkg_.a /builddir/.cache/go-build/41/416da602144e045a421263cf2f914fe4e6eb4310809b420c4b5c3c220a5d97f3-d # internal math mkdir -p $WORK/b029/ cat >$WORK/b029/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_riscv64/asm -p math -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b029/symabis ./dim_riscv64.s ./sqrt_riscv64.s ./stubs_riscv64.s cat >$WORK/b029/importcfg << 'EOF' # internal # import config packagefile math/bits=$WORK/b030/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b029/_pkg_.a -trimpath "$WORK/b029=>" -p math -std -buildid s4d74A30nP-541IFKKTJ/s4d74A30nP-541IFKKTJ -goversion go1.15rc1 -symabis $WORK/b029/symabis -D "" -importcfg $WORK/b029/importcfg -pack -asmhdr $WORK/b029/go_asm.h -c=4 ./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 ./fma.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 /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b057/_pkg_.a # internal cp $WORK/b057/_pkg_.a /builddir/.cache/go-build/7f/7f7bd5af71019249e3116208ae1c7eb479014b7d11f3bb02a7c22ffc54de1fbe-d # internal crypto/internal/subtle mkdir -p $WORK/b061/ cat >$WORK/b061/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/internal/subtle /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b061/_pkg_.a -trimpath "$WORK/b061=>" -p crypto/internal/subtle -std -complete -buildid ion3eBbp7xFdD-6edNK0/ion3eBbp7xFdD-6edNK0 -goversion go1.15rc1 -D "" -importcfg $WORK/b061/importcfg -pack -c=4 ./aliasing.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b061/_pkg_.a # internal cp $WORK/b061/_pkg_.a /builddir/.cache/go-build/8f/8f073c17dc1617ec6f49cfdad3c5c332d180e94705ee2b9433405053e81a1562-d # internal crypto/subtle mkdir -p $WORK/b062/ cat >$WORK/b062/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/crypto/subtle /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b062/_pkg_.a -trimpath "$WORK/b062=>" -p crypto/subtle -std -complete -buildid 3Nl3KE5H0cLBOMft3HHD/3Nl3KE5H0cLBOMft3HHD -goversion go1.15rc1 -D "" -importcfg $WORK/b062/importcfg -pack -c=4 ./constant_time.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b062/_pkg_.a # internal cp $WORK/b062/_pkg_.a /builddir/.cache/go-build/c9/c965373931f3c4a82fe062ab0cc882a4fac0e9a4982ac28c5cfc38fcda67e390-d # internal vendor/golang.org/x/crypto/cryptobyte/asn1 mkdir -p $WORK/b074/ cat >$WORK/b074/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte/asn1 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b074/_pkg_.a -trimpath "$WORK/b074=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -std -complete -buildid -Lk_yUPSLh1zMI54SQsv/-Lk_yUPSLh1zMI54SQsv -goversion go1.15rc1 -D "" -importcfg $WORK/b074/importcfg -pack -c=4 ./asn1.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b074/_pkg_.a # internal cp $WORK/b074/_pkg_.a /builddir/.cache/go-build/fb/fb5de1c44884da5f72a61c83c0829f2f41df36585cb13665415c386e1a8f927a-d # internal internal/nettrace mkdir -p $WORK/b092/ cat >$WORK/b092/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/internal/nettrace /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b092/_pkg_.a -trimpath "$WORK/b092=>" -p internal/nettrace -std -complete -buildid Y_EyehxRR_mQ0bDG8UYs/Y_EyehxRR_mQ0bDG8UYs -goversion go1.15rc1 -D "" -importcfg $WORK/b092/importcfg -pack -c=4 ./nettrace.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b018/_pkg_.a # internal cp $WORK/b018/_pkg_.a /builddir/.cache/go-build/64/641e10dbe3d6d6dd845cc89f68242b7604cc8691c7994fb50655c2d1c4873681-d # internal vendor/golang.org/x/crypto/internal/subtle mkdir -p $WORK/b097/ cat >$WORK/b097/importcfg << 'EOF' # internal # import config EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/internal/subtle /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b097/_pkg_.a -trimpath "$WORK/b097=>" -p vendor/golang.org/x/crypto/internal/subtle -std -complete -buildid f2bVUfxyvFjEu7YzIKeG/f2bVUfxyvFjEu7YzIKeG -goversion go1.15rc1 -D "" -importcfg $WORK/b097/importcfg -pack -c=4 ./aliasing.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b092/_pkg_.a # internal cp $WORK/b092/_pkg_.a /builddir/.cache/go-build/4b/4b2619b12d71e9360bf3dbd9a1b9e1b36524c55926bfcc63bbec2f7c083a37f4-d # internal google.golang.org/grpc/resolver mkdir -p $WORK/b137/ cat >$WORK/b137/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/resolver /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b137/_pkg_.a -trimpath "$WORK/b137=>" -p google.golang.org/grpc/resolver -complete -buildid DLnXpmvTlVJnsys63IJc/DLnXpmvTlVJnsys63IJc -goversion go1.15rc1 -D "" -importcfg $WORK/b137/importcfg -pack -c=4 ./resolver.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b097/_pkg_.a # internal cp $WORK/b097/_pkg_.a /builddir/.cache/go-build/57/5736c48cbad8bf3ffe6bec0ed97bea60b424c0ca4d9aa8334752e5692d046755-d # internal google.golang.org/grpc/internal mkdir -p $WORK/b145/ cat >$WORK/b145/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/internal /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b145/_pkg_.a -trimpath "$WORK/b145=>" -p google.golang.org/grpc/internal -complete -buildid oMFPbgaaCKBFQIz3hnAU/oMFPbgaaCKBFQIz3hnAU -goversion go1.15rc1 -D "" -importcfg $WORK/b145/importcfg -pack -c=4 ./internal.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b137/_pkg_.a # internal cp $WORK/b137/_pkg_.a /builddir/.cache/go-build/b8/b8357f5b1bb54e52d45dc786bb13eacfc39c2bab23b1190250ed0569090c6a04-d # internal google.golang.org/grpc/resolver/passthrough mkdir -p $WORK/b151/ cat >$WORK/b151/importcfg << 'EOF' # internal # import config packagefile google.golang.org/grpc/resolver=$WORK/b137/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b145/_pkg_.a # internal cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/resolver/passthrough /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b151/_pkg_.a -trimpath "$WORK/b151=>" -p google.golang.org/grpc/resolver/passthrough -complete -buildid x0MC6cv9UnlHZwMUNq-S/x0MC6cv9UnlHZwMUNq-S -goversion go1.15rc1 -D "" -importcfg $WORK/b151/importcfg -pack -c=4 ./passthrough.go cp $WORK/b145/_pkg_.a /builddir/.cache/go-build/38/38eebbcf2dd00bec8a78284eceb567f2f6a7611fdafce64746af671b053bfe05-d # internal github.com/opencontainers/runc/types mkdir -p $WORK/b214/ cat >$WORK/b214/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/types /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b214/_pkg_.a -trimpath "$WORK/b214=>" -p github.com/opencontainers/runc/types -complete -buildid FGdFK_cAR1-jJxt9xuW6/FGdFK_cAR1-jJxt9xuW6 -goversion go1.15rc1 -D "" -importcfg $WORK/b214/importcfg -pack -c=4 ./events.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b151/_pkg_.a # internal cp $WORK/b151/_pkg_.a /builddir/.cache/go-build/64/64a031381b07e1b1b8377f177a7b8bf58c0a7d65e2ce1e8ac85cccfe258717af-d # internal github.com/opencontainers/selinux/go-selinux/label mkdir -p $WORK/b215/ cat >$WORK/b215/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/selinux/go-selinux/label /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b215/_pkg_.a -trimpath "$WORK/b215=>" -p github.com/opencontainers/selinux/go-selinux/label -complete -buildid 43eZBWfZ9tCKRMU1yqZ7/43eZBWfZ9tCKRMU1yqZ7 -goversion go1.15rc1 -D "" -importcfg $WORK/b215/importcfg -pack -c=4 ./label.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b214/_pkg_.a # internal cp $WORK/b214/_pkg_.a /builddir/.cache/go-build/bc/bc8d59ce5f79461ef1c920308d6a0baf3d6b6ed0550e90a484f2d76a95099d31-d # internal github.com/opencontainers/runc/libcontainer/nsenter mkdir -p $WORK/b221/ cat >$WORK/b221/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/nsenter /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b221/_pkg_.a -trimpath "$WORK/b221=>" -p github.com/opencontainers/runc/libcontainer/nsenter -complete -buildid gzu_4A9or9zQ9M6DTvFQ/gzu_4A9or9zQ9M6DTvFQ -goversion go1.15rc1 -D "" -importcfg $WORK/b221/importcfg -pack -c=4 ./nsenter_unsupported.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b215/_pkg_.a # internal cp $WORK/b215/_pkg_.a /builddir/.cache/go-build/7e/7ebfc42aede27ac8a9eb04aa859fec7cbb463e8e4c7e7f0c9571ff14df4b370a-d # internal github.com/uber/jaeger-client-go/internal/baggage mkdir -p $WORK/b225/ cat >$WORK/b225/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/internal/baggage /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b225/_pkg_.a -trimpath "$WORK/b225=>" -p github.com/uber/jaeger-client-go/internal/baggage -complete -buildid IOJCVanRgHZojsJGL77G/IOJCVanRgHZojsJGL77G -goversion go1.15rc1 -D "" -importcfg $WORK/b225/importcfg -pack -c=4 ./restriction_manager.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_riscv64/asm -p math -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b029/dim_riscv64.o ./dim_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b221/_pkg_.a # internal cp $WORK/b221/_pkg_.a /builddir/.cache/go-build/0b/0bef9cdaf36215854c60def24101c6445e0908763cc6d7026fae961e737983ee-d # internal github.com/uber/jaeger-client-go/internal/throttler mkdir -p $WORK/b227/ cat >$WORK/b227/importcfg << 'EOF' # internal # import config EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/internal/throttler /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b227/_pkg_.a -trimpath "$WORK/b227=>" -p github.com/uber/jaeger-client-go/internal/throttler -complete -buildid w5VlUtXkuSPdI1hqQhmB/w5VlUtXkuSPdI1hqQhmB -goversion go1.15rc1 -D "" -importcfg $WORK/b227/importcfg -pack -c=4 ./throttler.go cd /usr/lib/golang/src/math /usr/lib/golang/pkg/tool/linux_riscv64/asm -p math -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b029/sqrt_riscv64.o ./sqrt_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p math -trimpath "$WORK/b029=>" -I $WORK/b029/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b029/stubs_riscv64.o ./stubs_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b225/_pkg_.a # internal cp $WORK/b225/_pkg_.a /builddir/.cache/go-build/37/37664b8e3445bf8f63c09efeb83091320199a7f4efd701f5d73220d6c1e1bbad-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b227/_pkg_.a # internal cp $WORK/b227/_pkg_.a /builddir/.cache/go-build/fd/fd5a252f8b476b47a41f1ba6b5c902fd4c71ae161ef8be766e98179e261071f9-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b029/_pkg_.a $WORK/b029/dim_riscv64.o $WORK/b029/sqrt_riscv64.o $WORK/b029/stubs_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b029/_pkg_.a # internal cp $WORK/b029/_pkg_.a /builddir/.cache/go-build/e6/e6f8a82148469df0a3fc41d2abd6585d1f8441dfdeedd0d4c0238cb32a379ca9-d # internal cd /usr/lib/golang/src/runtime /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/asm_riscv64.o ./asm_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/atomic_riscv64.o ./atomic_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/memclr_riscv64.o ./memclr_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/memmove_riscv64.o ./memmove_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/preempt_riscv64.o ./preempt_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/rt0_linux_riscv64.o ./rt0_linux_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/sys_linux_riscv64.o ./sys_linux_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime -trimpath "$WORK/b008=>" -I $WORK/b008/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b008/tls_riscv64.o ./tls_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b008/_pkg_.a $WORK/b008/asm.o $WORK/b008/asm_riscv64.o $WORK/b008/atomic_riscv64.o $WORK/b008/memclr_riscv64.o $WORK/b008/memmove_riscv64.o $WORK/b008/preempt_riscv64.o $WORK/b008/rt0_linux_riscv64.o $WORK/b008/sys_linux_riscv64.o $WORK/b008/tls_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b008/_pkg_.a # internal cp $WORK/b008/_pkg_.a /builddir/.cache/go-build/f7/f7467c21015c05548fb9f6c2c78aab35532679e4474e2900ed2cb1dc32535372-d # internal internal/reflectlite mkdir -p $WORK/b005/ cat >$WORK/b005/go_asm.h << 'EOF' # internal EOF sync mkdir -p $WORK/b015/ cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_riscv64/asm -p internal/reflectlite -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b005/symabis ./asm.s cat >$WORK/b015/importcfg << 'EOF' # internal # import config packagefile internal/race=$WORK/b016/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a EOF cd /usr/lib/golang/src/sync /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b015/_pkg_.a -trimpath "$WORK/b015=>" -p sync -std -buildid Rd4F9vRbiX4VVVIqlDcl/Rd4F9vRbiX4VVVIqlDcl -goversion go1.15rc1 -D "" -importcfg $WORK/b015/importcfg -pack -c=4 ./cond.go ./map.go ./mutex.go ./once.go ./pool.go ./poolqueue.go ./runtime.go ./runtime2.go ./rwmutex.go ./waitgroup.go cat >$WORK/b005/importcfg << 'EOF' # internal # import config packagefile internal/unsafeheader=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b005/_pkg_.a -trimpath "$WORK/b005=>" -p internal/reflectlite -std -buildid GtpPcVBokFCyKl8yHT43/GtpPcVBokFCyKl8yHT43 -goversion go1.15rc1 -symabis $WORK/b005/symabis -D "" -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h -c=4 ./swapper.go ./type.go ./value.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b015/_pkg_.a # internal cp $WORK/b015/_pkg_.a /builddir/.cache/go-build/e8/e8bfcaa5d462f41f4280195a6ea8d8e01af807b87dba86424caf43e465c7a378-d # internal internal/singleflight mkdir -p $WORK/b093/ cat >$WORK/b093/importcfg << 'EOF' # internal # import config packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/internal/singleflight /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b093/_pkg_.a -trimpath "$WORK/b093=>" -p internal/singleflight -std -complete -buildid L7wYUZljn-mm2kURnEuF/L7wYUZljn-mm2kURnEuF -goversion go1.15rc1 -D "" -importcfg $WORK/b093/importcfg -pack -c=4 ./singleflight.go math/rand mkdir -p $WORK/b064/ cat >$WORK/b064/importcfg << 'EOF' # internal # import config packagefile math=$WORK/b029/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/math/rand /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b064/_pkg_.a -trimpath "$WORK/b064=>" -p math/rand -std -complete -buildid 4Gnpyv-Pv0cU_b7IISzH/4Gnpyv-Pv0cU_b7IISzH -goversion go1.15rc1 -D "" -importcfg $WORK/b064/importcfg -pack -c=4 ./exp.go ./normal.go ./rand.go ./rng.go ./zipf.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b093/_pkg_.a # internal cp $WORK/b093/_pkg_.a /builddir/.cache/go-build/f2/f25b23b400d4e3935e477c101e1d9eda15d1c1dbf5004351d726ad900f9e4a12-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b064/_pkg_.a # internal cp $WORK/b064/_pkg_.a /builddir/.cache/go-build/52/52565bd94095a148e74956bc036b61abb1e7162c0f0b20eb8fd86f3ae689e20b-d # internal cd /usr/lib/golang/src/internal/reflectlite /usr/lib/golang/pkg/tool/linux_riscv64/asm -p internal/reflectlite -trimpath "$WORK/b005=>" -I $WORK/b005/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b005/asm.o ./asm.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b005/_pkg_.a # internal cp $WORK/b005/_pkg_.a /builddir/.cache/go-build/2b/2bfa1d2ac32789ec12c094dc1a43bbd0143c4e911076b2312e0fee0691d60020-d # internal errors mkdir -p $WORK/b004/ sort mkdir -p $WORK/b035/ 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_riscv64/compile -o $WORK/b004/_pkg_.a -trimpath "$WORK/b004=>" -p errors -std -complete -buildid K0xeijFld2cjznyCjk5X/K0xeijFld2cjznyCjk5X -goversion go1.15rc1 -D "" -importcfg $WORK/b004/importcfg -pack -c=4 ./errors.go ./wrap.go cat >$WORK/b035/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_riscv64/compile -o $WORK/b035/_pkg_.a -trimpath "$WORK/b035=>" -p sort -std -complete -buildid cX8odQVh-sNATcX_OR4F/cX8odQVh-sNATcX_OR4F -goversion go1.15rc1 -D "" -importcfg $WORK/b035/importcfg -pack -c=4 ./search.go ./slice.go ./slice_go113.go ./sort.go ./zfuncversion.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b004/_pkg_.a # internal cp $WORK/b004/_pkg_.a /builddir/.cache/go-build/ea/eab68ae5f0fc9e9a112d569e58863fd7527d1735c12a7fd8a112a7b295afa6e3-d # internal internal/oserror io mkdir -p $WORK/b014/ mkdir -p $WORK/b024/ cat >$WORK/b024/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF cat >$WORK/b014/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF strconv mkdir -p $WORK/b032/ cd /usr/lib/golang/src/io /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b014/_pkg_.a -trimpath "$WORK/b014=>" -p io -std -complete -buildid lceh_PC1KNpXl28PZDpk/lceh_PC1KNpXl28PZDpk -goversion go1.15rc1 -D "" -importcfg $WORK/b014/importcfg -pack -c=4 ./io.go ./multi.go ./pipe.go cat >$WORK/b032/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b009/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/internal/oserror /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b024/_pkg_.a -trimpath "$WORK/b024=>" -p internal/oserror -std -complete -buildid iYnucjSOKSycTyHNk5au/iYnucjSOKSycTyHNk5au -goversion go1.15rc1 -D "" -importcfg $WORK/b024/importcfg -pack -c=4 ./errors.go cd /usr/lib/golang/src/strconv /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b032/_pkg_.a -trimpath "$WORK/b032=>" -p strconv -std -complete -buildid VQrJQXT22jxNiMRPw5Do/VQrJQXT22jxNiMRPw5Do -goversion go1.15rc1 -D "" -importcfg $WORK/b032/importcfg -pack -c=4 ./atob.go ./atoc.go ./atof.go ./atoi.go ./ctoa.go ./decimal.go ./doc.go ./extfloat.go ./ftoa.go ./isprint.go ./itoa.go ./quote.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b024/_pkg_.a # internal cp $WORK/b024/_pkg_.a /builddir/.cache/go-build/48/48f61822ee4f6b83a60d4f4b9471b7014f88d803cb669eea0f102b1ae6e92696-d # internal syscall mkdir -p $WORK/b023/ cat >$WORK/b023/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_riscv64/asm -p syscall -trimpath "$WORK/b023=>" -I $WORK/b023/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b023/symabis ./asm_linux_riscv64.s cat >$WORK/b023/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b009/_pkg_.a packagefile internal/oserror=$WORK/b024/_pkg_.a packagefile internal/race=$WORK/b016/_pkg_.a packagefile internal/unsafeheader=$WORK/b006/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b023/_pkg_.a -trimpath "$WORK/b023=>" -p syscall -std -buildid VfZS_kk9o6wZS2ejducG/VfZS_kk9o6wZS2ejducG -goversion go1.15rc1 -symabis $WORK/b023/symabis -D "" -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h -c=4 ./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 ./sock_cloexec_linux.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./sockcmsg_unix_other.go ./str.go ./syscall.go ./syscall_dup3_linux.go ./syscall_linux.go ./syscall_linux_riscv64.go ./syscall_unix.go ./time_nofake.go ./timestruct.go ./zerrors_linux_riscv64.go ./zsyscall_linux_riscv64.go ./zsysnum_linux_riscv64.go ./ztypes_linux_riscv64.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b035/_pkg_.a # internal cp $WORK/b035/_pkg_.a /builddir/.cache/go-build/bf/bfa947ea2c254eae636547ad37c00e2b8fb1808ae38f4f940cd6ad838e546b6b-d # internal github.com/gogo/protobuf/sortkeys mkdir -p $WORK/b047/ cat >$WORK/b047/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b035/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/gogo/protobuf/sortkeys /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b047/_pkg_.a -trimpath "$WORK/b047=>" -p github.com/gogo/protobuf/sortkeys -complete -buildid cbP-QuCM9ZiEI5f7T6Bp/cbP-QuCM9ZiEI5f7T6Bp -goversion go1.15rc1 -D "" -importcfg $WORK/b047/importcfg -pack -c=4 ./sortkeys.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b014/_pkg_.a # internal cp $WORK/b014/_pkg_.a /builddir/.cache/go-build/60/605f1fb7f48705e422aea03eecf9bfc47c871a2829ef9f3611969e9ff83dc16e-d # internal bytes mkdir -p $WORK/b003/ cat >$WORK/b003/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b009/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/bytes /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b003/_pkg_.a -trimpath "$WORK/b003=>" -p bytes -std -buildid mX_lqz8EqmYIiUJ4X3gu/mX_lqz8EqmYIiUJ4X3gu -goversion go1.15rc1 -D "" -importcfg $WORK/b003/importcfg -pack -c=4 ./buffer.go ./bytes.go ./reader.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b047/_pkg_.a # internal cp $WORK/b047/_pkg_.a /builddir/.cache/go-build/ee/ee7a496953ffb12f389162593870754a279cac359f499d29fe205894cf05206c-d # internal strings mkdir -p $WORK/b020/ cat >$WORK/b020/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/bytealg=$WORK/b009/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/strings /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b020/_pkg_.a -trimpath "$WORK/b020=>" -p strings -std -complete -buildid 3OjgqKzsk8zASIiYZqAV/3OjgqKzsk8zASIiYZqAV -goversion go1.15rc1 -D "" -importcfg $WORK/b020/importcfg -pack -c=4 ./builder.go ./compare.go ./reader.go ./replace.go ./search.go ./strings.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b032/_pkg_.a # internal cp $WORK/b032/_pkg_.a /builddir/.cache/go-build/99/99b5432e292cfb4dbd570ef9db54052935dd330d4cd4ed73408f49fbe3b706ec-d # internal reflect mkdir -p $WORK/b031/ cat >$WORK/b031/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/reflect /usr/lib/golang/pkg/tool/linux_riscv64/asm -p reflect -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b031/symabis ./asm_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b003/_pkg_.a # internal cat >$WORK/b031/importcfg << 'EOF' # internal # import config packagefile internal/unsafeheader=$WORK/b006/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b031/_pkg_.a -trimpath "$WORK/b031=>" -p reflect -std -buildid vYYoeFSC5OH0b74QnsLj/vYYoeFSC5OH0b74QnsLj -goversion go1.15rc1 -symabis $WORK/b031/symabis -D "" -importcfg $WORK/b031/importcfg -pack -asmhdr $WORK/b031/go_asm.h -c=4 ./deepequal.go ./makefunc.go ./swapper.go ./type.go ./value.go cp $WORK/b003/_pkg_.a /builddir/.cache/go-build/9a/9a848497d7285bab08ab712a6b76c7b89c878673a161f439cae406a047f6da41-d # internal hash mkdir -p $WORK/b056/ cat >$WORK/b056/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/hash /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b056/_pkg_.a -trimpath "$WORK/b056=>" -p hash -std -complete -buildid XB_jVw-2OLD_hKhPEYJC/XB_jVw-2OLD_hKhPEYJC -goversion go1.15rc1 -D "" -importcfg $WORK/b056/importcfg -pack -c=4 ./hash.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b020/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b056/_pkg_.a # internal cp $WORK/b020/_pkg_.a /builddir/.cache/go-build/ab/abcb6fce4891e6cd6eaa9440fa43d8919799c16ccbe183e79c6405c2d38a616c-d # internal cp $WORK/b056/_pkg_.a /builddir/.cache/go-build/04/04eb8dded9a24db5c49c9060ca8f4101daf0c27733070759dbc470964fed74d6-d # internal hash/crc32 mkdir -p $WORK/b055/ bufio mkdir -p $WORK/b002/ cat >$WORK/b055/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile sync=$WORK/b015/_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/b014/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/hash/crc32 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b055/_pkg_.a -trimpath "$WORK/b055=>" -p hash/crc32 -std -complete -buildid nhz_RKxlAjExdXzeaL7t/nhz_RKxlAjExdXzeaL7t -goversion go1.15rc1 -D "" -importcfg $WORK/b055/importcfg -pack -c=4 ./crc32.go ./crc32_generic.go ./crc32_otherarch.go cd /usr/lib/golang/src/bufio /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b002/_pkg_.a -trimpath "$WORK/b002=>" -p bufio -std -complete -buildid SQ8E1A_cZnm1kNVH0dr5/SQ8E1A_cZnm1kNVH0dr5 -goversion go1.15rc1 -D "" -importcfg $WORK/b002/importcfg -pack -c=4 ./bufio.go ./scan.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b055/_pkg_.a # internal cp $WORK/b055/_pkg_.a /builddir/.cache/go-build/80/809364e88c2c1888457ae58b12c361077c6d715c8daa87113aef615df4d2ffa3-d # internal crypto mkdir -p $WORK/b066/ cat >$WORK/b066/importcfg << 'EOF' # internal # import config packagefile hash=$WORK/b056/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /usr/lib/golang/src/crypto /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b066/_pkg_.a -trimpath "$WORK/b066=>" -p crypto -std -complete -buildid PTB1qE6XN-intsV27Nko/PTB1qE6XN-intsV27Nko -goversion go1.15rc1 -D "" -importcfg $WORK/b066/importcfg -pack -c=4 ./crypto.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b066/_pkg_.a # internal cp $WORK/b066/_pkg_.a /builddir/.cache/go-build/66/669b42ba8e39f67d616bac72c7db107550ca368713a101e5c34e9d3ba3220512-d # internal crypto/internal/randutil mkdir -p $WORK/b070/ cat >$WORK/b070/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b014/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/crypto/internal/randutil /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b070/_pkg_.a -trimpath "$WORK/b070=>" -p crypto/internal/randutil -std -complete -buildid V4G-Jv3i2qoKy09GBjBR/V4G-Jv3i2qoKy09GBjBR -goversion go1.15rc1 -D "" -importcfg $WORK/b070/importcfg -pack -c=4 ./randutil.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b070/_pkg_.a # internal cp $WORK/b070/_pkg_.a /builddir/.cache/go-build/9c/9c5deea32bfb429ceb4ace0a041f30b1dd91c91cbccbd59544c17a53753c9791-d # internal crypto/hmac mkdir -p $WORK/b077/ cat >$WORK/b077/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b062/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a EOF cd /usr/lib/golang/src/crypto/hmac /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b077/_pkg_.a -trimpath "$WORK/b077=>" -p crypto/hmac -std -complete -buildid Eg_lxWmbemo69XJHSdJ9/Eg_lxWmbemo69XJHSdJ9 -goversion go1.15rc1 -D "" -importcfg $WORK/b077/importcfg -pack -c=4 ./hmac.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b077/_pkg_.a # internal cp $WORK/b077/_pkg_.a /builddir/.cache/go-build/73/732db5e2c1e13255af7872a85211011587d6e01fe52685646eeced87b05f94f0-d # internal crypto/rc4 mkdir -p $WORK/b079/ cat >$WORK/b079/importcfg << 'EOF' # internal # import config packagefile crypto/internal/subtle=$WORK/b061/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rc4 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b079/_pkg_.a -trimpath "$WORK/b079=>" -p crypto/rc4 -std -complete -buildid 8qhzihTbf2WxTy6CT5Iz/8qhzihTbf2WxTy6CT5Iz -goversion go1.15rc1 -D "" -importcfg $WORK/b079/importcfg -pack -c=4 ./rc4.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b002/_pkg_.a # internal cp $WORK/b002/_pkg_.a /builddir/.cache/go-build/28/2852f32c8ab710420c7778c6b811876949a3bb3dab0d28c6777af26b8fab29f4-d # internal vendor/golang.org/x/net/dns/dnsmessage mkdir -p $WORK/b091/ cat >$WORK/b091/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/dns/dnsmessage /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b091/_pkg_.a -trimpath "$WORK/b091=>" -p vendor/golang.org/x/net/dns/dnsmessage -std -complete -buildid 9nRPla0z-mFHTrY0BKSf/9nRPla0z-mFHTrY0BKSf -goversion go1.15rc1 -D "" -importcfg $WORK/b091/importcfg -pack -c=4 ./message.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b079/_pkg_.a # internal cp $WORK/b079/_pkg_.a /builddir/.cache/go-build/35/3507d5edce9b38f4fbf18d65b7c3d105a92d1c454aecccdaf2e484b956b13890-d # internal vendor/golang.org/x/crypto/hkdf mkdir -p $WORK/b100/ cat >$WORK/b100/importcfg << 'EOF' # internal # import config packagefile crypto/hmac=$WORK/b077/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile io=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/hkdf /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b100/_pkg_.a -trimpath "$WORK/b100=>" -p vendor/golang.org/x/crypto/hkdf -std -complete -buildid NC7bT5cV3PYg-YAbJsXU/NC7bT5cV3PYg-YAbJsXU -goversion go1.15rc1 -D "" -importcfg $WORK/b100/importcfg -pack -c=4 ./hkdf.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b100/_pkg_.a # internal cp $WORK/b100/_pkg_.a /builddir/.cache/go-build/e2/e26bea4dfdf3040409c4d1354a023f432eaf3f0ecc48a71cb625879fd1bd4353-d # internal vendor/golang.org/x/text/transform mkdir -p $WORK/b104/ cat >$WORK/b104/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b104/_pkg_.a -trimpath "$WORK/b104=>" -p vendor/golang.org/x/text/transform -std -complete -buildid 8yDYJHjSjLQiAdaZ-bJH/8yDYJHjSjLQiAdaZ-bJH -goversion go1.15rc1 -D "" -importcfg $WORK/b104/importcfg -pack -c=4 ./transform.go cd /usr/lib/golang/src/syscall /usr/lib/golang/pkg/tool/linux_riscv64/asm -p syscall -trimpath "$WORK/b023=>" -I $WORK/b023/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b023/asm_linux_riscv64.o ./asm_linux_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b023/_pkg_.a # internal cp $WORK/b023/_pkg_.a /builddir/.cache/go-build/b9/b9664afd6543a2e15552e3af2c6d2e61940c86dadf9f2770ae90fa0f6df3cf2c-d # internal time mkdir -p $WORK/b022/ cat >$WORK/b022/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/time /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b022/_pkg_.a -trimpath "$WORK/b022=>" -p time -std -buildid aX6iR2Zmqq2YJMSfGrET/aX6iR2Zmqq2YJMSfGrET -goversion go1.15rc1 -D "" -importcfg $WORK/b022/importcfg -pack -c=4 ./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_riscv64/buildid -w $WORK/b104/_pkg_.a # internal cp $WORK/b104/_pkg_.a /builddir/.cache/go-build/30/30131f7aeee7866b74a7edf86a2cb9c04f268fd415c24977efd03c49c8639003-d # internal internal/syscall/unix mkdir -p $WORK/b038/ cat >$WORK/b038/importcfg << 'EOF' # internal # import config packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/unix /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b038/_pkg_.a -trimpath "$WORK/b038=>" -p internal/syscall/unix -std -complete -buildid sHfMsbUerRl4z8kec2Zx/sHfMsbUerRl4z8kec2Zx -goversion go1.15rc1 -D "" -importcfg $WORK/b038/importcfg -pack -c=4 ./at.go ./at_sysnum_fstatat_linux.go ./at_sysnum_linux.go ./copy_file_range_linux.go ./getrandom_linux.go ./nonblocking.go ./sysnum_linux_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b038/_pkg_.a # internal cp $WORK/b038/_pkg_.a /builddir/.cache/go-build/03/03cade8ef9fb6974fdf51676e12c015d07b6c6e4eb98a02707e2d89e720b8248-d # internal internal/syscall/execenv mkdir -p $WORK/b039/ cat >$WORK/b039/importcfg << 'EOF' # internal # import config packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/internal/syscall/execenv /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b039/_pkg_.a -trimpath "$WORK/b039=>" -p internal/syscall/execenv -std -complete -buildid kj-AD_bgnapOn60DOc_h/kj-AD_bgnapOn60DOc_h -goversion go1.15rc1 -D "" -importcfg $WORK/b039/importcfg -pack -c=4 ./execenv_default.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b039/_pkg_.a # internal cp $WORK/b039/_pkg_.a /builddir/.cache/go-build/e5/e52b7bf7d4837bd6a4f1549d0929952d0b1edef8768cc0ed9945fd08eb085403-d # internal path mkdir -p $WORK/b115/ cat >$WORK/b115/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/path /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b115/_pkg_.a -trimpath "$WORK/b115=>" -p path -std -complete -buildid sc8Xjc7uI0X_mJnPZ8sL/sc8Xjc7uI0X_mJnPZ8sL -goversion go1.15rc1 -D "" -importcfg $WORK/b115/importcfg -pack -c=4 ./match.go ./path.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b115/_pkg_.a # internal cp $WORK/b115/_pkg_.a /builddir/.cache/go-build/3d/3dcd1d989ffe555ed9900e2222e944ce144faaf3611d3e87cd41302fc06ff9b4-d # internal golang.org/x/text/transform mkdir -p $WORK/b122/ cat >$WORK/b122/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/text/transform /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b122/_pkg_.a -trimpath "$WORK/b122=>" -p golang.org/x/text/transform -complete -buildid Y9tEQ6V7JI3g5W1ydQVG/Y9tEQ6V7JI3g5W1ydQVG -goversion go1.15rc1 -D "" -importcfg $WORK/b122/importcfg -pack -c=4 ./transform.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b091/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b122/_pkg_.a # internal cp $WORK/b122/_pkg_.a /builddir/.cache/go-build/f9/f90384327dc93f0f5d8581a58ee48cab724175d8291e842a67a2c64b8114df71-d # internal html mkdir -p $WORK/b129/ cat >$WORK/b129/importcfg << 'EOF' # internal # import config packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/html /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b129/_pkg_.a -trimpath "$WORK/b129=>" -p html -std -complete -buildid GPUNUtfbUINjXyI31bl0/GPUNUtfbUINjXyI31bl0 -goversion go1.15rc1 -D "" -importcfg $WORK/b129/importcfg -pack -c=4 ./entity.go ./escape.go cp $WORK/b091/_pkg_.a /builddir/.cache/go-build/28/28213453dd7e17232169e71534a5a8b92a5290a9de42156d70ea09c141b2e5c7-d # internal text/tabwriter mkdir -p $WORK/b132/ cat >$WORK/b132/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/text/tabwriter /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b132/_pkg_.a -trimpath "$WORK/b132=>" -p text/tabwriter -std -complete -buildid XG0EZHeZP65gW4M4YtPp/XG0EZHeZP65gW4M4YtPp -goversion go1.15rc1 -D "" -importcfg $WORK/b132/importcfg -pack -c=4 ./tabwriter.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b132/_pkg_.a # internal cp $WORK/b132/_pkg_.a /builddir/.cache/go-build/54/547d76dce891fecdd2637764088666dc60d75161c6e44f16a87fab6a99ebdde7-d # internal google.golang.org/grpc/encoding mkdir -p $WORK/b141/ cat >$WORK/b141/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b014/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/encoding /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b141/_pkg_.a -trimpath "$WORK/b141=>" -p google.golang.org/grpc/encoding -complete -buildid bgWWIHja5ZEl-uyx7js5/bgWWIHja5ZEl-uyx7js5 -goversion go1.15rc1 -D "" -importcfg $WORK/b141/importcfg -pack -c=4 ./encoding.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b129/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b022/_pkg_.a # internal cp $WORK/b129/_pkg_.a /builddir/.cache/go-build/bb/bb0ddfd03b6dfb449a0f2071038d4982687a3b5e871c6ed3c8caf8cf7ca0fb79-d # internal github.com/opencontainers/runc/libcontainer/apparmor mkdir -p $WORK/b177/ cat >$WORK/b177/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/apparmor /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b177/_pkg_.a -trimpath "$WORK/b177=>" -p github.com/opencontainers/runc/libcontainer/apparmor -complete -buildid L2ud6rt64bvuLjtezjCf/L2ud6rt64bvuLjtezjCf -goversion go1.15rc1 -D "" -importcfg $WORK/b177/importcfg -pack -c=4 ./apparmor_disabled.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b141/_pkg_.a # internal cp $WORK/b141/_pkg_.a /builddir/.cache/go-build/ce/ce298675146095b4ae38ec7f18ff6bd522c364310fe3f6a6464f846a3e19b9e5-d # internal regexp/syntax mkdir -p $WORK/b181/ cat >$WORK/b181/importcfg << 'EOF' # internal # import config packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/regexp/syntax /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b181/_pkg_.a -trimpath "$WORK/b181=>" -p regexp/syntax -std -complete -buildid HXhaJtUd9LWgV1plVbas/HXhaJtUd9LWgV1plVbas -goversion go1.15rc1 -D "" -importcfg $WORK/b181/importcfg -pack -c=4 ./compile.go ./doc.go ./op_string.go ./parse.go ./perl_groups.go ./prog.go ./regexp.go ./simplify.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b177/_pkg_.a # internal cp $WORK/b177/_pkg_.a /builddir/.cache/go-build/0b/0bf0867a5f59ba25ce5921691e827bb6d5c7b6fb3d4d56e46683c2b5513b30c3-d # internal hash/adler32 mkdir -p $WORK/b196/ cat >$WORK/b196/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a EOF cd /usr/lib/golang/src/hash/adler32 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b196/_pkg_.a -trimpath "$WORK/b196=>" -p hash/adler32 -std -complete -buildid 4PwXMLT2u31J3c-zc02M/4PwXMLT2u31J3c-zc02M -goversion go1.15rc1 -D "" -importcfg $WORK/b196/importcfg -pack -c=4 ./adler32.go cp $WORK/b022/_pkg_.a /builddir/.cache/go-build/e9/e969eac0ad42971df6c30f64a55b1e9e74e5aca91cdb80cb80a94ee9b29879a2-d # internal context mkdir -p $WORK/b021/ cat >$WORK/b021/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/reflectlite=$WORK/b005/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/context /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b021/_pkg_.a -trimpath "$WORK/b021=>" -p context -std -complete -buildid FcJqTHXvxW1H7pVk_Us9/FcJqTHXvxW1H7pVk_Us9 -goversion go1.15rc1 -D "" -importcfg $WORK/b021/importcfg -pack -c=4 ./context.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b196/_pkg_.a # internal cp $WORK/b196/_pkg_.a /builddir/.cache/go-build/df/df8d35608f297897ba87011bf372acf8ec5d2229934e05c4951c6b30f9b40d0e-d # internal internal/poll mkdir -p $WORK/b037/ cat >$WORK/b037/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/syscall/unix=$WORK/b038/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/internal/poll /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b037/_pkg_.a -trimpath "$WORK/b037=>" -p internal/poll -std -buildid bzFjWnm9iTpD66iq-9B9/bzFjWnm9iTpD66iq-9B9 -goversion go1.15rc1 -D "" -importcfg $WORK/b037/importcfg -pack -c=4 ./copy_file_range_linux.go ./errno_unix.go ./fcntl_syscall.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_riscv64/buildid -w $WORK/b021/_pkg_.a # internal cp $WORK/b021/_pkg_.a /builddir/.cache/go-build/c3/c342a3ad1fd46c263995f460f46e1ceab8be68d5ba4e20f2a485841b8fb6c2cf-d # internal golang.org/x/net/context mkdir -p $WORK/b051/ cat >$WORK/b051/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b021/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/context /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b051/_pkg_.a -trimpath "$WORK/b051=>" -p golang.org/x/net/context -complete -buildid qStsEwe3P5DemZaYL2ig/qStsEwe3P5DemZaYL2ig -goversion go1.15rc1 -D "" -importcfg $WORK/b051/importcfg -pack -c=4 ./context.go ./go17.go ./go19.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b051/_pkg_.a # internal cp $WORK/b051/_pkg_.a /builddir/.cache/go-build/07/07128e5b462bea606d8620d4d4be28d4c2248b24a8dd788f5ab0558fc203e81f-d # internal google.golang.org/grpc/keepalive mkdir -p $WORK/b146/ cat >$WORK/b146/importcfg << 'EOF' # internal # import config packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/keepalive /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b146/_pkg_.a -trimpath "$WORK/b146=>" -p google.golang.org/grpc/keepalive -complete -buildid 5hfiBAl1fViQ6MyWnt9X/5hfiBAl1fViQ6MyWnt9X -goversion go1.15rc1 -D "" -importcfg $WORK/b146/importcfg -pack -c=4 ./keepalive.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b146/_pkg_.a # internal cp $WORK/b146/_pkg_.a /builddir/.cache/go-build/8f/8fe6a1d56bd26191a74f06adb3add5a1cef866b81fe25ec3976d3f26c9ce9b82-d # internal google.golang.org/grpc/tap mkdir -p $WORK/b159/ cat >$WORK/b159/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/tap /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b159/_pkg_.a -trimpath "$WORK/b159=>" -p google.golang.org/grpc/tap -complete -buildid C7FPcEA_Dd78VOVqZKZg/C7FPcEA_Dd78VOVqZKZg -goversion go1.15rc1 -D "" -importcfg $WORK/b159/importcfg -pack -c=4 ./tap.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b159/_pkg_.a # internal cp $WORK/b159/_pkg_.a /builddir/.cache/go-build/6c/6cab131d2a066f490ab2772e4ebd45641bbfbc6054935e24cecfa00dcf80e227-d # internal github.com/opencontainers/selinux/go-selinux mkdir -p $WORK/b208/ cat >$WORK/b208/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/selinux/go-selinux /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b208/_pkg_.a -trimpath "$WORK/b208=>" -p github.com/opencontainers/selinux/go-selinux -complete -buildid 1Kov1F7RU2TG1Havmubt/1Kov1F7RU2TG1Havmubt -goversion go1.15rc1 -D "" -importcfg $WORK/b208/importcfg -pack -c=4 ./selinux_stub.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b037/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b208/_pkg_.a # internal cp $WORK/b037/_pkg_.a /builddir/.cache/go-build/b0/b0fe546f2761ff3b4d8952e6ac55a87efd22ad88170777573e8eec02cc6bff35-d # internal cp $WORK/b208/_pkg_.a /builddir/.cache/go-build/7c/7ce9de2cb39edeb1db6b50bdbfab8987c1284f71b00ff2deada58c2ce63ab300-d # internal os mkdir -p $WORK/b036/ cat >$WORK/b036/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/oserror=$WORK/b024/_pkg_.a packagefile internal/poll=$WORK/b037/_pkg_.a packagefile internal/syscall/execenv=$WORK/b039/_pkg_.a packagefile internal/syscall/unix=$WORK/b038/_pkg_.a packagefile internal/testlog=$WORK/b040/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/os /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b036/_pkg_.a -trimpath "$WORK/b036=>" -p os -std -buildid rpAsOJwLgioLgoPiORsQ/rpAsOJwLgioLgoPiORsQ -goversion go1.15rc1 -D "" -importcfg $WORK/b036/importcfg -pack -c=4 ./dir.go ./dir_unix.go ./env.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 ./readfrom_linux.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_riscv64/asm -p reflect -trimpath "$WORK/b031=>" -I $WORK/b031/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b031/asm_riscv64.o ./asm_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b031/_pkg_.a $WORK/b031/asm_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b031/_pkg_.a # internal cp $WORK/b031/_pkg_.a /builddir/.cache/go-build/16/161ad76efa5da319ae3dc1f34d6113c30a3250b0b7e036edf8d20ecaa742b926-d # internal internal/fmtsort mkdir -p $WORK/b034/ encoding/binary mkdir -p $WORK/b028/ cat >$WORK/b034/importcfg << 'EOF' # internal # import config packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a EOF cd /usr/lib/golang/src/internal/fmtsort /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b034/_pkg_.a -trimpath "$WORK/b034=>" -p internal/fmtsort -std -complete -buildid EFQ33xmXdk2ruVxo2eWP/EFQ33xmXdk2ruVxo2eWP -goversion go1.15rc1 -D "" -importcfg $WORK/b034/importcfg -pack -c=4 ./sort.go cat >$WORK/b028/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/encoding/binary /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b028/_pkg_.a -trimpath "$WORK/b028=>" -p encoding/binary -std -complete -buildid c0ecAUZcT7hOYjUfdked/c0ecAUZcT7hOYjUfdked -goversion go1.15rc1 -D "" -importcfg $WORK/b028/importcfg -pack -c=4 ./binary.go ./varint.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b181/_pkg_.a # internal cp $WORK/b181/_pkg_.a /builddir/.cache/go-build/55/55d90c69952f88fcafa7f205fa206cdf4ad85874eea1ebc234ee18ba48fd68d4-d # internal regexp mkdir -p $WORK/b180/ cat >$WORK/b180/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile regexp/syntax=$WORK/b181/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/regexp /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b180/_pkg_.a -trimpath "$WORK/b180=>" -p regexp -std -complete -buildid EW7LDkGH8LgNr7EFLRyr/EW7LDkGH8LgNr7EFLRyr -goversion go1.15rc1 -D "" -importcfg $WORK/b180/importcfg -pack -c=4 ./backtrack.go ./exec.go ./onepass.go ./regexp.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b034/_pkg_.a # internal cp $WORK/b034/_pkg_.a /builddir/.cache/go-build/57/5765ce9a437e11bcc6f8ca14e5ecce1039524a2cb3999913e7335ba18e4335a1-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b028/_pkg_.a # internal cp $WORK/b028/_pkg_.a /builddir/.cache/go-build/cc/ccc36b25aa6885fb1894328748ad8a77822051c8f5138564cb29679bfd037ff7-d # internal encoding/base64 mkdir -p $WORK/b027/ cat >$WORK/b027/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF crypto/cipher mkdir -p $WORK/b060/ cd /usr/lib/golang/src/encoding/base64 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b027/_pkg_.a -trimpath "$WORK/b027=>" -p encoding/base64 -std -complete -buildid QXpwJMh5nDI6__G9sqyX/QXpwJMh5nDI6__G9sqyX -goversion go1.15rc1 -D "" -importcfg $WORK/b027/importcfg -pack -c=4 ./base64.go cat >$WORK/b060/importcfg << 'EOF' # internal # import config packagefile crypto/internal/subtle=$WORK/b061/_pkg_.a packagefile crypto/subtle=$WORK/b062/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/crypto/cipher /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b060/_pkg_.a -trimpath "$WORK/b060=>" -p crypto/cipher -std -complete -buildid fQuS1GMjjx3o_cpkR1Q2/fQuS1GMjjx3o_cpkR1Q2 -goversion go1.15rc1 -D "" -importcfg $WORK/b060/importcfg -pack -c=4 ./cbc.go ./cfb.go ./cipher.go ./ctr.go ./gcm.go ./io.go ./ofb.go ./xor_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b036/_pkg_.a # internal cp $WORK/b036/_pkg_.a /builddir/.cache/go-build/c5/c5b468b911bf059fb4504e5d21b4e8d6cc99e2ffe545de829d8f874449afe92d-d # internal fmt mkdir -p $WORK/b033/ cat >$WORK/b033/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile internal/fmtsort=$WORK/b034/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/fmt /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b033/_pkg_.a -trimpath "$WORK/b033=>" -p fmt -std -complete -buildid iwrGSycJ1Sc5UwgYVMIn/iwrGSycJ1Sc5UwgYVMIn -goversion go1.15rc1 -D "" -importcfg $WORK/b033/importcfg -pack -c=4 ./doc.go ./errors.go ./format.go ./print.go ./scan.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b027/_pkg_.a # internal cp $WORK/b027/_pkg_.a /builddir/.cache/go-build/4d/4d9d89050a1fce84b47ba758e90bdaf70501d434c6be325a90205e241079ecff-d # internal crypto/sha512 mkdir -p $WORK/b071/ cat >$WORK/b071/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b066/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha512 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b071/_pkg_.a -trimpath "$WORK/b071=>" -p crypto/sha512 -std -complete -buildid 8PuNm6gw91eFaXSmSSCj/8PuNm6gw91eFaXSmSSCj -goversion go1.15rc1 -D "" -importcfg $WORK/b071/importcfg -pack -c=4 ./sha512.go ./sha512block.go ./sha512block_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b180/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b060/_pkg_.a # internal cp $WORK/b180/_pkg_.a /builddir/.cache/go-build/da/da69a4044e9336f2986013c065f3635459e37bdd79344721ce26f4930de742c5-d # internal crypto/ed25519/internal/edwards25519 mkdir -p $WORK/b076/ cat >$WORK/b076/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ed25519/internal/edwards25519 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b076/_pkg_.a -trimpath "$WORK/b076=>" -p crypto/ed25519/internal/edwards25519 -std -complete -buildid bh-ZU-XQSAH_1nXV35n3/bh-ZU-XQSAH_1nXV35n3 -goversion go1.15rc1 -D "" -importcfg $WORK/b076/importcfg -pack -c=4 ./const.go ./edwards25519.go cp $WORK/b060/_pkg_.a /builddir/.cache/go-build/0b/0b8dc365d87ab148e5eb90adcfaf220b851fee1f37ba786f5ae876631cf361a2-d # internal crypto/aes mkdir -p $WORK/b059/ cat >$WORK/b059/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile crypto/internal/subtle=$WORK/b061/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /usr/lib/golang/src/crypto/aes /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b059/_pkg_.a -trimpath "$WORK/b059=>" -p crypto/aes -std -complete -buildid 2cAeE7ubzAk-SSrLyVoe/2cAeE7ubzAk-SSrLyVoe -goversion go1.15rc1 -D "" -importcfg $WORK/b059/importcfg -pack -c=4 ./block.go ./cipher.go ./cipher_generic.go ./const.go ./modes.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b071/_pkg_.a # internal cp $WORK/b071/_pkg_.a /builddir/.cache/go-build/0c/0c3d5167a6d07be7921480c30eb431ca332d63c4ac1ceeabeb0d929dc71b7b31-d # internal crypto/des mkdir -p $WORK/b067/ cat >$WORK/b067/importcfg << 'EOF' # internal # import config packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile crypto/internal/subtle=$WORK/b061/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/crypto/des /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b067/_pkg_.a -trimpath "$WORK/b067=>" -p crypto/des -std -complete -buildid cNRIhyle2GX9MuiXbszR/cNRIhyle2GX9MuiXbszR -goversion go1.15rc1 -D "" -importcfg $WORK/b067/importcfg -pack -c=4 ./block.go ./cipher.go ./const.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b059/_pkg_.a # internal cp $WORK/b059/_pkg_.a /builddir/.cache/go-build/ad/ad71351bf3598b0f7b4fca72d084d43368e2ecb52e4d00b87c338eb03024a31d-d # internal crypto/md5 mkdir -p $WORK/b078/ cat >$WORK/b078/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b066/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/md5 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b078/_pkg_.a -trimpath "$WORK/b078=>" -p crypto/md5 -std -complete -buildid jQ-3yA_pqTzalRqPulNN/jQ-3yA_pqTzalRqPulNN -goversion go1.15rc1 -D "" -importcfg $WORK/b078/importcfg -pack -c=4 ./md5.go ./md5block.go ./md5block_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b067/_pkg_.a # internal cp $WORK/b067/_pkg_.a /builddir/.cache/go-build/10/10de4f5455eecebe4df2af7d4205570d82acd7653fed1d0cf4f929e100ac68bd-d # internal crypto/sha1 mkdir -p $WORK/b081/ cat >$WORK/b081/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b066/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha1 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b081/_pkg_.a -trimpath "$WORK/b081=>" -p crypto/sha1 -std -complete -buildid 5JUuAb2TEAvqFo4uwIIT/5JUuAb2TEAvqFo4uwIIT -goversion go1.15rc1 -D "" -importcfg $WORK/b081/importcfg -pack -c=4 ./sha1.go ./sha1block.go ./sha1block_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b081/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b078/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b076/_pkg_.a # internal cp $WORK/b081/_pkg_.a /builddir/.cache/go-build/ff/ff6bbfa73cbb12984552e955c65a1e169a93dfd1cbd2c91c273a8f0f29cc96d6-d # internal cp $WORK/b078/_pkg_.a /builddir/.cache/go-build/4e/4e802d33dde1a9f018727fbda269bed78b895e646d9d1656068b7c6504ef21ba-d # internal encoding/pem mkdir -p $WORK/b087/ crypto/sha256 mkdir -p $WORK/b082/ cat >$WORK/b087/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b027/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/encoding/pem /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b087/_pkg_.a -trimpath "$WORK/b087=>" -p encoding/pem -std -complete -buildid Wl2pJ-X8mF81EM_R1ra8/Wl2pJ-X8mF81EM_R1ra8 -goversion go1.15rc1 -D "" -importcfg $WORK/b087/importcfg -pack -c=4 ./pem.go cat >$WORK/b082/importcfg << 'EOF' # internal # import config packagefile crypto=$WORK/b066/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/crypto/sha256 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b082/_pkg_.a -trimpath "$WORK/b082=>" -p crypto/sha256 -std -complete -buildid yM3Oqw8Q8-EZMpzGpmx_/yM3Oqw8Q8-EZMpzGpmx_ -goversion go1.15rc1 -D "" -importcfg $WORK/b082/importcfg -pack -c=4 ./sha256.go ./sha256block.go ./sha256block_generic.go cp $WORK/b076/_pkg_.a /builddir/.cache/go-build/fd/fd0162ea04d9a2ccca31a31d048aba96959922c449054a660d38c2228f2dc788-d # internal path/filepath mkdir -p $WORK/b089/ cat >$WORK/b089/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/path/filepath /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b089/_pkg_.a -trimpath "$WORK/b089=>" -p path/filepath -std -complete -buildid _q75W-c_lP2AQZu7tbeq/_q75W-c_lP2AQZu7tbeq -goversion go1.15rc1 -D "" -importcfg $WORK/b089/importcfg -pack -c=4 ./match.go ./path.go ./path_unix.go ./symlink.go ./symlink_unix.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b033/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b087/_pkg_.a # internal cp $WORK/b087/_pkg_.a /builddir/.cache/go-build/36/36105115220d459eb3d07657c29e2def08d3c40ddda0a177a1ad9c1b541ad248-d # internal cp $WORK/b033/_pkg_.a /builddir/.cache/go-build/75/750ae9ba68a19533a35d82ae2436003139edf48022f34445c5f3c8a3d246ddc7-d # internal encoding/json mkdir -p $WORK/b025/ cat >$WORK/b025/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b026/_pkg_.a packagefile encoding/base64=$WORK/b027/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf16=$WORK/b041/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/encoding/json /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b025/_pkg_.a -trimpath "$WORK/b025=>" -p encoding/json -std -complete -buildid LEe-_76py-GctKkuY1FA/LEe-_76py-GctKkuY1FA -goversion go1.15rc1 -D "" -importcfg $WORK/b025/importcfg -pack -c=4 ./decode.go ./encode.go ./fold.go ./indent.go ./scanner.go ./stream.go ./tables.go ./tags.go net mkdir -p $WORK/b090/ cat >$WORK/b090/importcfg << 'EOF' # internal # import config importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage packagefile context=$WORK/b021/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/net/dns/dnsmessage=$WORK/b091/_pkg_.a packagefile internal/bytealg=$WORK/b009/_pkg_.a packagefile internal/nettrace=$WORK/b092/_pkg_.a packagefile internal/poll=$WORK/b037/_pkg_.a packagefile internal/singleflight=$WORK/b093/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/net /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b090/_pkg_.a -trimpath "$WORK/b090=>" -p net -std -buildid eA9XtHfFJtnc8ThzvW_a/eA9XtHfFJtnc8ThzvW_a -goversion go1.15rc1 -D "" -importcfg $WORK/b090/importcfg -pack -c=4 ./addrselect.go ./cgo_stub.go ./conf.go ./dial.go ./dnsclient.go ./dnsclient_unix.go ./dnsconfig_unix.go ./error_posix.go ./error_unix.go ./fd_posix.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 /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b082/_pkg_.a # internal cp $WORK/b082/_pkg_.a /builddir/.cache/go-build/16/1668076adaf7f140d7d8d8e2b7472a6d26804224353f53e79c07cfdaba2bc507-d # internal flag mkdir -p $WORK/b042/ cat >$WORK/b042/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/flag /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b042/_pkg_.a -trimpath "$WORK/b042=>" -p flag -std -complete -buildid GL7EUK-TykHjOE00Qk6N/GL7EUK-TykHjOE00Qk6N -goversion go1.15rc1 -D "" -importcfg $WORK/b042/importcfg -pack -c=4 ./flag.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b089/_pkg_.a # internal cp $WORK/b089/_pkg_.a /builddir/.cache/go-build/3d/3d5c86ec21de540b998f89c0407e6afc3b2466b32c5aa09fa0349e47d1d2c155-d # internal github.com/docker/docker/pkg/parsers mkdir -p $WORK/b043/ cat >$WORK/b043/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/docker/docker/pkg/parsers /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b043/_pkg_.a -trimpath "$WORK/b043=>" -p github.com/docker/docker/pkg/parsers -complete -buildid a8ROjEloLF4QjZK2R4yN/a8ROjEloLF4QjZK2R4yN -goversion go1.15rc1 -D "" -importcfg $WORK/b043/importcfg -pack -c=4 ./parsers.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b043/_pkg_.a # internal cp $WORK/b043/_pkg_.a /builddir/.cache/go-build/96/96d8a767207a892026244a48bb656c4a61022bd45c2528fd665591ecf01a9876-d # internal log mkdir -p $WORK/b045/ cat >$WORK/b045/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/log /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b045/_pkg_.a -trimpath "$WORK/b045=>" -p log -std -complete -buildid 6WnPFR4cSVaaL-p7P-aJ/6WnPFR4cSVaaL-p7P-aJ -goversion go1.15rc1 -D "" -importcfg $WORK/b045/importcfg -pack -c=4 ./log.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b045/_pkg_.a # internal cp $WORK/b045/_pkg_.a /builddir/.cache/go-build/c5/c5b117027fac109adb42f3e14b913a5e0e27f0d86194f8c213c3cf0a5f9b135f-d # internal github.com/opentracing/opentracing-go/log mkdir -p $WORK/b050/ cat >$WORK/b050/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opentracing/opentracing-go/log /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b050/_pkg_.a -trimpath "$WORK/b050=>" -p github.com/opentracing/opentracing-go/log -complete -buildid FaysNtQZhQbQPuLNAzUO/FaysNtQZhQbQPuLNAzUO -goversion go1.15rc1 -D "" -importcfg $WORK/b050/importcfg -pack -c=4 ./field.go ./util.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b042/_pkg_.a # internal cp $WORK/b042/_pkg_.a /builddir/.cache/go-build/dc/dca064a08bcbfe1ac974ad38b7aa677d1740e3b5ab405212f88c0acbc5df05e9-d # internal compress/flate mkdir -p $WORK/b054/ cat >$WORK/b054/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/compress/flate /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b054/_pkg_.a -trimpath "$WORK/b054=>" -p compress/flate -std -complete -buildid xINMv45pG3msK8lwZ9Gs/xINMv45pG3msK8lwZ9Gs -goversion go1.15rc1 -D "" -importcfg $WORK/b054/importcfg -pack -c=4 ./deflate.go ./deflatefast.go ./dict_decoder.go ./huffman_bit_writer.go ./huffman_code.go ./inflate.go ./token.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b050/_pkg_.a # internal cp $WORK/b050/_pkg_.a /builddir/.cache/go-build/cf/cffcd1676cb72debcbb3dcb5a5a7b2df1b2389763a70d3af619fdd42d596ea1e-d # internal math/big mkdir -p $WORK/b063/ cat >$WORK/b063/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_riscv64/asm -p math/big -trimpath "$WORK/b063=>" -I $WORK/b063/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b063/symabis ./arith_riscv64.s cat >$WORK/b063/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b063/_pkg_.a -trimpath "$WORK/b063=>" -p math/big -std -buildid LC7emEliXN1cuat4Engb/LC7emEliXN1cuat4Engb -goversion go1.15rc1 -symabis $WORK/b063/symabis -D "" -importcfg $WORK/b063/importcfg -pack -asmhdr $WORK/b063/go_asm.h -c=4 ./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 /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b054/_pkg_.a # internal cp $WORK/b054/_pkg_.a /builddir/.cache/go-build/82/822eeac00d0e11cf3e88aed335e7a02162372e27bc7c3494f332aa44455bc443-d # internal compress/gzip mkdir -p $WORK/b053/ cat >$WORK/b053/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile compress/flate=$WORK/b054/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile hash/crc32=$WORK/b055/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/compress/gzip /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b053/_pkg_.a -trimpath "$WORK/b053=>" -p compress/gzip -std -complete -buildid YQPThH-yfnmI9-4Sjpk1/YQPThH-yfnmI9-4Sjpk1 -goversion go1.15rc1 -D "" -importcfg $WORK/b053/importcfg -pack -c=4 ./gunzip.go ./gzip.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b025/_pkg_.a # internal cp $WORK/b025/_pkg_.a /builddir/.cache/go-build/77/77eecc2fb11a4fe5c6a28239bc3e76fe520bdbd7c8e67e962e3318f8fd2b21ca-d # internal github.com/gogo/protobuf/proto mkdir -p $WORK/b044/ cat >$WORK/b044/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b026/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/gogo/protobuf/proto /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b044/_pkg_.a -trimpath "$WORK/b044=>" -p github.com/gogo/protobuf/proto -complete -buildid hYfFDFmo9ceZ_zbQbHnm/hYfFDFmo9ceZ_zbQbHnm -goversion go1.15rc1 -D "" -importcfg $WORK/b044/importcfg -pack -c=4 ./clone.go ./custom_gogo.go ./decode.go ./discard.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 ./table_marshal.go ./table_marshal_gogo.go ./table_merge.go ./table_unmarshal.go ./table_unmarshal_gogo.go ./text.go ./text_gogo.go ./text_parser.go ./timestamp.go ./timestamp_gogo.go ./wrappers.go ./wrappers_gogo.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b053/_pkg_.a # internal cp $WORK/b053/_pkg_.a /builddir/.cache/go-build/a6/a64e5ef9522f13031dbdf2bb091cebdc14a50786962f7338b79140ce1e4115a4-d # internal encoding/hex mkdir -p $WORK/b086/ cat >$WORK/b086/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/encoding/hex /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b086/_pkg_.a -trimpath "$WORK/b086=>" -p encoding/hex -std -complete -buildid NnQY4EOcaVRVoy3EAV4T/NnQY4EOcaVRVoy3EAV4T -goversion go1.15rc1 -D "" -importcfg $WORK/b086/importcfg -pack -c=4 ./hex.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b086/_pkg_.a # internal cp $WORK/b086/_pkg_.a /builddir/.cache/go-build/9f/9fcc08b6a159c6aaa6b4432f889e7df725b9a7371529d5966e460c75005581ae-d # internal io/ioutil mkdir -p $WORK/b088/ cat >$WORK/b088/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/io/ioutil /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b088/_pkg_.a -trimpath "$WORK/b088=>" -p io/ioutil -std -complete -buildid wQxp5Frra0Xuqo3SfBmk/wQxp5Frra0Xuqo3SfBmk -goversion go1.15rc1 -D "" -importcfg $WORK/b088/importcfg -pack -c=4 ./ioutil.go ./tempfile.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b088/_pkg_.a # internal cp $WORK/b088/_pkg_.a /builddir/.cache/go-build/a3/a314560a0efb04411c72d1ecc8261fb8c557aa8c5ca8d92dbd0fb7587f3ec398-d # internal net/url mkdir -p $WORK/b094/ cat >$WORK/b094/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/net/url /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b094/_pkg_.a -trimpath "$WORK/b094=>" -p net/url -std -complete -buildid oEeRVbSmfNAMne0L8KQT/oEeRVbSmfNAMne0L8KQT -goversion go1.15rc1 -D "" -importcfg $WORK/b094/importcfg -pack -c=4 ./url.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b094/_pkg_.a # internal cp $WORK/b094/_pkg_.a /builddir/.cache/go-build/2f/2fa47d300636ad8394842454a4412acf371daa0d8a4fa90e98efef82d9d00ea6-d # internal vendor/golang.org/x/crypto/chacha20 mkdir -p $WORK/b096/ cat >$WORK/b096/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/internal/subtle=vendor/golang.org/x/crypto/internal/subtle packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b097/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b096/_pkg_.a -trimpath "$WORK/b096=>" -p vendor/golang.org/x/crypto/chacha20 -std -complete -buildid MhPDl4z644FbEA95s2dR/MhPDl4z644FbEA95s2dR -goversion go1.15rc1 -D "" -importcfg $WORK/b096/importcfg -pack -c=4 ./chacha_generic.go ./chacha_noasm.go ./xor.go cd /usr/lib/golang/src/math/big /usr/lib/golang/pkg/tool/linux_riscv64/asm -p math/big -trimpath "$WORK/b063=>" -I $WORK/b063/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b063/arith_riscv64.o ./arith_riscv64.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b063/_pkg_.a $WORK/b063/arith_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b063/_pkg_.a # internal cp $WORK/b063/_pkg_.a /builddir/.cache/go-build/a6/a6ba4f9d2d5656aba1f6448d1df97473efda1653529ce4c3c53e3951a742b227-d # internal crypto/rand mkdir -p $WORK/b058/ cat >$WORK/b058/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile crypto/aes=$WORK/b059/_pkg_.a packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile internal/syscall/unix=$WORK/b038/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rand /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b058/_pkg_.a -trimpath "$WORK/b058=>" -p crypto/rand -std -complete -buildid dHPHoY2efUJcqIs8UJZz/dHPHoY2efUJcqIs8UJZz -goversion go1.15rc1 -D "" -importcfg $WORK/b058/importcfg -pack -c=4 ./eagain.go ./rand.go ./rand_batched.go ./rand_linux.go ./rand_unix.go ./util.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b096/_pkg_.a # internal cp $WORK/b096/_pkg_.a /builddir/.cache/go-build/14/14cfbb36bdcf4cf5eaebefbad7863dbd807ae8c0b4d0230d6318b81c05c6360e-d # internal crypto/elliptic mkdir -p $WORK/b069/ cat >$WORK/b069/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b014/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/crypto/elliptic /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b069/_pkg_.a -trimpath "$WORK/b069=>" -p crypto/elliptic -std -complete -buildid oAh4paPb8LqSM3F1kIJn/oAh4paPb8LqSM3F1kIJn -goversion go1.15rc1 -D "" -importcfg $WORK/b069/importcfg -pack -c=4 ./elliptic.go ./p224.go ./p256.go ./p256_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b058/_pkg_.a # internal cp $WORK/b058/_pkg_.a /builddir/.cache/go-build/1c/1c46d56e7e5d7d77939ce00b2749a4d44f9417a75e358c796db9b6c0c60564f2-d # internal encoding/asn1 mkdir -p $WORK/b073/ cat >$WORK/b073/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf16=$WORK/b041/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/encoding/asn1 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b073/_pkg_.a -trimpath "$WORK/b073=>" -p encoding/asn1 -std -complete -buildid rPwIB0pBcB3MPjxccUBW/rPwIB0pBcB3MPjxccUBW -goversion go1.15rc1 -D "" -importcfg $WORK/b073/importcfg -pack -c=4 ./asn1.go ./common.go ./marshal.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b090/_pkg_.a # internal cp $WORK/b090/_pkg_.a /builddir/.cache/go-build/e5/e5874c6b9ac9724ff8aac054cbd31cef497e139e27d4358ce5164f5ab8b371de-d # internal crypto/ed25519 mkdir -p $WORK/b075/ cat >$WORK/b075/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b066/_pkg_.a packagefile crypto/ed25519/internal/edwards25519=$WORK/b076/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile crypto/sha512=$WORK/b071/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ed25519 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b075/_pkg_.a -trimpath "$WORK/b075=>" -p crypto/ed25519 -std -complete -buildid ukV7PvklpTbivtbbbZ_G/ukV7PvklpTbivtbbbZ_G -goversion go1.15rc1 -D "" -importcfg $WORK/b075/importcfg -pack -c=4 ./ed25519.go ./ed25519_noasm.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b075/_pkg_.a # internal cp $WORK/b075/_pkg_.a /builddir/.cache/go-build/6b/6b91e7762b9da60d5ac3336955bc9bad0fe893bd49c7c70aa5fb7d70b600647d-d # internal crypto/rsa mkdir -p $WORK/b080/ cat >$WORK/b080/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto=$WORK/b066/_pkg_.a packagefile crypto/internal/randutil=$WORK/b070/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile crypto/subtle=$WORK/b062/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a EOF cd /usr/lib/golang/src/crypto/rsa /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b080/_pkg_.a -trimpath "$WORK/b080=>" -p crypto/rsa -std -complete -buildid TBaiieMg0qyIgZazmh6L/TBaiieMg0qyIgZazmh6L -goversion go1.15rc1 -D "" -importcfg $WORK/b080/importcfg -pack -c=4 ./pkcs1v15.go ./pss.go ./rsa.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b069/_pkg_.a # internal cp $WORK/b069/_pkg_.a /builddir/.cache/go-build/6f/6ff64ab9324c8437ea2e3e508cce71f136d64934e02b9348f4ad6d5e3bcc3c67-d # internal crypto/dsa mkdir -p $WORK/b084/ cat >$WORK/b084/importcfg << 'EOF' # internal # import config packagefile crypto/internal/randutil=$WORK/b070/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a EOF cd /usr/lib/golang/src/crypto/dsa /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b084/_pkg_.a -trimpath "$WORK/b084=>" -p crypto/dsa -std -complete -buildid i0ydJURMfXOmfqkEU_UP/i0ydJURMfXOmfqkEU_UP -goversion go1.15rc1 -D "" -importcfg $WORK/b084/importcfg -pack -c=4 ./dsa.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b084/_pkg_.a # internal cp $WORK/b084/_pkg_.a /builddir/.cache/go-build/47/47ef8c82e058a27e23a2b13eb451d53ed2bc716b58915522237047ffe80bc9e8-d # internal vendor/golang.org/x/crypto/poly1305 mkdir -p $WORK/b098/ cat >$WORK/b098/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b062/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/poly1305 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b098/_pkg_.a -trimpath "$WORK/b098=>" -p vendor/golang.org/x/crypto/poly1305 -std -complete -buildid 8I3t2JtlKtyhbC-TjBQI/8I3t2JtlKtyhbC-TjBQI -goversion go1.15rc1 -D "" -importcfg $WORK/b098/importcfg -pack -c=4 ./bits_go1.13.go ./mac_noasm.go ./poly1305.go ./sum_generic.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b073/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b080/_pkg_.a # internal cp $WORK/b073/_pkg_.a /builddir/.cache/go-build/67/676ba25945ab7dd9f8b7fdd19472c2d072fa70b493292d3bb0319b60207f887b-d # internal cp $WORK/b080/_pkg_.a /builddir/.cache/go-build/47/47a21d2829a6c90f13e226ed2fc1c960ccc8114ea7c9e4ca3690fa3182a5f20b-d # internal crypto/x509/pkix mkdir -p $WORK/b085/ vendor/golang.org/x/crypto/cryptobyte mkdir -p $WORK/b072/ cat >$WORK/b072/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1 packagefile encoding/asn1=$WORK/b073/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b074/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cat >$WORK/b085/importcfg << 'EOF' # internal # import config packagefile encoding/asn1=$WORK/b073/_pkg_.a packagefile encoding/hex=$WORK/b086/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509/pkix /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b085/_pkg_.a -trimpath "$WORK/b085=>" -p crypto/x509/pkix -std -complete -buildid JsRlGRxeq7qpXOMLHt1c/JsRlGRxeq7qpXOMLHt1c -goversion go1.15rc1 -D "" -importcfg $WORK/b085/importcfg -pack -c=4 ./pkix.go cd /usr/lib/golang/src/vendor/golang.org/x/crypto/cryptobyte /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b072/_pkg_.a -trimpath "$WORK/b072=>" -p vendor/golang.org/x/crypto/cryptobyte -std -complete -buildid u-4Okvqqb6GujIFZ6xOt/u-4Okvqqb6GujIFZ6xOt -goversion go1.15rc1 -D "" -importcfg $WORK/b072/importcfg -pack -c=4 ./asn1.go ./builder.go ./string.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b098/_pkg_.a # internal cp $WORK/b098/_pkg_.a /builddir/.cache/go-build/9c/9c55730390323698f837d8099b0e9a0bfab87d750cfceb555ddd3f11ecfc8114-d # internal vendor/golang.org/x/crypto/chacha20poly1305 mkdir -p $WORK/b095/ cat >$WORK/b095/importcfg << 'EOF' # internal # import config importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/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/b060/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20=$WORK/b096/_pkg_.a packagefile vendor/golang.org/x/crypto/internal/subtle=$WORK/b097/_pkg_.a packagefile vendor/golang.org/x/crypto/poly1305=$WORK/b098/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/chacha20poly1305 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b095/_pkg_.a -trimpath "$WORK/b095=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -std -complete -buildid DNXgyu9QfVtFLW5sZ9-p/DNXgyu9QfVtFLW5sZ9-p -goversion go1.15rc1 -D "" -importcfg $WORK/b095/importcfg -pack -c=4 ./chacha20poly1305.go ./chacha20poly1305_generic.go ./chacha20poly1305_noasm.go ./xchacha20poly1305.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b085/_pkg_.a # internal cp $WORK/b085/_pkg_.a /builddir/.cache/go-build/67/67f645920041733b03bbba384a7699619a30de111f34b8b64280c2fbd478f607-d # internal vendor/golang.org/x/crypto/curve25519 mkdir -p $WORK/b099/ cat >$WORK/b099/importcfg << 'EOF' # internal # import config packagefile crypto/subtle=$WORK/b062/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/crypto/curve25519 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b099/_pkg_.a -trimpath "$WORK/b099=>" -p vendor/golang.org/x/crypto/curve25519 -std -complete -buildid iqfDVVisRyVq9Wh9-8Fq/iqfDVVisRyVq9Wh9-8Fq -goversion go1.15rc1 -D "" -importcfg $WORK/b099/importcfg -pack -c=4 ./curve25519.go ./curve25519_generic.go ./curve25519_noasm.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b095/_pkg_.a # internal cp $WORK/b095/_pkg_.a /builddir/.cache/go-build/d8/d8b8876addd75fb8fd33fcf1a974e96f592bceeb3b37a77d92924f2dc4a7f241-d # internal vendor/golang.org/x/text/unicode/bidi mkdir -p $WORK/b105/ cat >$WORK/b105/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b057/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b105/_pkg_.a -trimpath "$WORK/b105=>" -p vendor/golang.org/x/text/unicode/bidi -std -complete -buildid dR_BJxBiinXKDESe65la/dR_BJxBiinXKDESe65la -goversion go1.15rc1 -D "" -importcfg $WORK/b105/importcfg -pack -c=4 ./bidi.go ./bracket.go ./core.go ./prop.go ./tables12.0.0.go ./trieval.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b099/_pkg_.a # internal cp $WORK/b099/_pkg_.a /builddir/.cache/go-build/1d/1d1c6e033cbc91a261897be721bc7dc94728bb3939fc081d92cb56f760210937-d # internal vendor/golang.org/x/text/unicode/norm mkdir -p $WORK/b106/ cat >$WORK/b106/importcfg << 'EOF' # internal # import config importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile vendor/golang.org/x/text/transform=$WORK/b104/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b106/_pkg_.a -trimpath "$WORK/b106=>" -p vendor/golang.org/x/text/unicode/norm -std -complete -buildid cpIU-_sYV1kV4aIGrfui/cpIU-_sYV1kV4aIGrfui -goversion go1.15rc1 -D "" -importcfg $WORK/b106/importcfg -pack -c=4 ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables12.0.0.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b072/_pkg_.a # internal cp $WORK/b072/_pkg_.a /builddir/.cache/go-build/4d/4dc99be62be86e6712940058969501fa66d36059eee5b0cdbc27a9a13eed8674-d # internal crypto/ecdsa mkdir -p $WORK/b068/ cat >$WORK/b068/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 crypto=$WORK/b066/_pkg_.a packagefile crypto/aes=$WORK/b059/_pkg_.a packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile crypto/elliptic=$WORK/b069/_pkg_.a packagefile crypto/internal/randutil=$WORK/b070/_pkg_.a packagefile crypto/sha512=$WORK/b071/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b072/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b074/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a EOF cd /usr/lib/golang/src/crypto/ecdsa /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b068/_pkg_.a -trimpath "$WORK/b068=>" -p crypto/ecdsa -std -complete -buildid M-S7kaKjApK3NY0tKY4X/M-S7kaKjApK3NY0tKY4X -goversion go1.15rc1 -D "" -importcfg $WORK/b068/importcfg -pack -c=4 ./ecdsa.go ./ecdsa_noasm.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b105/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b068/_pkg_.a # internal cp $WORK/b105/_pkg_.a /builddir/.cache/go-build/4e/4e5e62020156ae8f3b909739424396c0995b05dd78d272baac42a5e51679faf5-d # internal vendor/golang.org/x/text/secure/bidirule mkdir -p $WORK/b103/ cat >$WORK/b103/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/b104/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b105/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b103/_pkg_.a -trimpath "$WORK/b103=>" -p vendor/golang.org/x/text/secure/bidirule -std -complete -buildid j_JjS54baZdzfwm1SlWX/j_JjS54baZdzfwm1SlWX -goversion go1.15rc1 -D "" -importcfg $WORK/b103/importcfg -pack -c=4 ./bidirule.go ./bidirule10.0.0.go cp $WORK/b068/_pkg_.a /builddir/.cache/go-build/33/33a89666f9dfbad822fa84b5a8a2a946b149733d37ae1e15f486d75bd71179c2-d # internal crypto/x509 mkdir -p $WORK/b083/ cat >$WORK/b083/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/b066/_pkg_.a packagefile crypto/aes=$WORK/b059/_pkg_.a packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile crypto/des=$WORK/b067/_pkg_.a packagefile crypto/dsa=$WORK/b084/_pkg_.a packagefile crypto/ecdsa=$WORK/b068/_pkg_.a packagefile crypto/ed25519=$WORK/b075/_pkg_.a packagefile crypto/elliptic=$WORK/b069/_pkg_.a packagefile crypto/md5=$WORK/b078/_pkg_.a packagefile crypto/rsa=$WORK/b080/_pkg_.a packagefile crypto/sha1=$WORK/b081/_pkg_.a packagefile crypto/sha256=$WORK/b082/_pkg_.a packagefile crypto/sha512=$WORK/b071/_pkg_.a packagefile crypto/x509/pkix=$WORK/b085/_pkg_.a packagefile encoding/asn1=$WORK/b073/_pkg_.a packagefile encoding/hex=$WORK/b086/_pkg_.a packagefile encoding/pem=$WORK/b087/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b072/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=$WORK/b074/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/crypto/x509 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b083/_pkg_.a -trimpath "$WORK/b083=>" -p crypto/x509 -std -complete -buildid y964ic9ebHhByAs1jRCf/y964ic9ebHhByAs1jRCf -goversion go1.15rc1 -D "" -importcfg $WORK/b083/importcfg -pack -c=4 ./cert_pool.go ./pem_decrypt.go ./pkcs1.go ./pkcs8.go ./root.go ./root_linux.go ./root_unix.go ./sec1.go ./verify.go ./x509.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b103/_pkg_.a # internal cp $WORK/b103/_pkg_.a /builddir/.cache/go-build/92/9267a62834037c71c7c2a9cb139c541e9c1c8cd3f23aa6e5fd7c71bee1bb1837-d # internal net/textproto mkdir -p $WORK/b107/ cat >$WORK/b107/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/net/textproto /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b107/_pkg_.a -trimpath "$WORK/b107=>" -p net/textproto -std -complete -buildid kNIyD30W4tndnpEAXkBn/kNIyD30W4tndnpEAXkBn -goversion go1.15rc1 -D "" -importcfg $WORK/b107/importcfg -pack -c=4 ./header.go ./pipeline.go ./reader.go ./textproto.go ./writer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b107/_pkg_.a # internal cp $WORK/b107/_pkg_.a /builddir/.cache/go-build/9b/9b7f20d0d283351b72f52a8db426956ba24548e0c3fa7fda59e209870e62be58-d # internal vendor/golang.org/x/net/http2/hpack mkdir -p $WORK/b109/ cat >$WORK/b109/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b109/_pkg_.a -trimpath "$WORK/b109=>" -p vendor/golang.org/x/net/http2/hpack -std -complete -buildid x_dkRaatK3GB4ZU9tV2R/x_dkRaatK3GB4ZU9tV2R -goversion go1.15rc1 -D "" -importcfg $WORK/b109/importcfg -pack -c=4 ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b106/_pkg_.a # internal cp $WORK/b106/_pkg_.a /builddir/.cache/go-build/fd/fdc182c9932887153e51d2c41254de48fc6becac2e41b4ba59ee37b2b88d3c0f-d # internal vendor/golang.org/x/net/idna mkdir -p $WORK/b102/ cat >$WORK/b102/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/b033/_pkg_.a packagefile vendor/golang.org/x/text/secure/bidirule=$WORK/b103/_pkg_.a packagefile vendor/golang.org/x/text/unicode/bidi=$WORK/b105/_pkg_.a packagefile vendor/golang.org/x/text/unicode/norm=$WORK/b106/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/idna /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b102/_pkg_.a -trimpath "$WORK/b102=>" -p vendor/golang.org/x/net/idna -std -complete -buildid 4nrwJgXGW-f1zhm5QoaV/4nrwJgXGW-f1zhm5QoaV -goversion go1.15rc1 -D "" -importcfg $WORK/b102/importcfg -pack -c=4 ./idna10.0.0.go ./punycode.go ./tables12.00.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b109/_pkg_.a # internal cp $WORK/b109/_pkg_.a /builddir/.cache/go-build/ad/addb8d396926bf6d7bc6b98e4765c2ca95e233de5d7cf2d43264af03872b10fd-d # internal mime mkdir -p $WORK/b110/ cat >$WORK/b110/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b027/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/mime /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b110/_pkg_.a -trimpath "$WORK/b110=>" -p mime -std -complete -buildid vdZu_3WeuvevLjmxbbO5/vdZu_3WeuvevLjmxbbO5 -goversion go1.15rc1 -D "" -importcfg $WORK/b110/importcfg -pack -c=4 ./encodedword.go ./grammar.go ./mediatype.go ./type.go ./type_unix.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b083/_pkg_.a # internal cp $WORK/b083/_pkg_.a /builddir/.cache/go-build/ac/ac45be6f379a15fd872b2c1911c3d50f020be340e17fa9ac026c3e6e5144330b-d # internal crypto/tls mkdir -p $WORK/b065/ cat >$WORK/b065/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/b057/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile crypto=$WORK/b066/_pkg_.a packagefile crypto/aes=$WORK/b059/_pkg_.a packagefile crypto/cipher=$WORK/b060/_pkg_.a packagefile crypto/des=$WORK/b067/_pkg_.a packagefile crypto/ecdsa=$WORK/b068/_pkg_.a packagefile crypto/ed25519=$WORK/b075/_pkg_.a packagefile crypto/elliptic=$WORK/b069/_pkg_.a packagefile crypto/hmac=$WORK/b077/_pkg_.a packagefile crypto/md5=$WORK/b078/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile crypto/rc4=$WORK/b079/_pkg_.a packagefile crypto/rsa=$WORK/b080/_pkg_.a packagefile crypto/sha1=$WORK/b081/_pkg_.a packagefile crypto/sha256=$WORK/b082/_pkg_.a packagefile crypto/sha512=$WORK/b071/_pkg_.a packagefile crypto/subtle=$WORK/b062/_pkg_.a packagefile crypto/x509=$WORK/b083/_pkg_.a packagefile encoding/pem=$WORK/b087/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile vendor/golang.org/x/crypto/chacha20poly1305=$WORK/b095/_pkg_.a packagefile vendor/golang.org/x/crypto/cryptobyte=$WORK/b072/_pkg_.a packagefile vendor/golang.org/x/crypto/curve25519=$WORK/b099/_pkg_.a packagefile vendor/golang.org/x/crypto/hkdf=$WORK/b100/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile internal/cpu=$WORK/b010/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math/big=$WORK/b063/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/crypto/tls /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b065/_pkg_.a -trimpath "$WORK/b065=>" -p crypto/tls -std -complete -buildid q3Zjbb5peoIXtyQSnUEC/q3Zjbb5peoIXtyQSnUEC -goversion go1.15rc1 -D "" -importcfg $WORK/b065/importcfg -pack -c=4 ./alert.go ./auth.go ./cipher_suites.go ./common.go ./common_string.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_riscv64/buildid -w $WORK/b110/_pkg_.a # internal cp $WORK/b110/_pkg_.a /builddir/.cache/go-build/a2/a2f75df7f10aca61d7f47485c1b2e863d4e1e81ae590844517921a2408db04c2-d # internal mime/quotedprintable mkdir -p $WORK/b112/ cat >$WORK/b112/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/mime/quotedprintable /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b112/_pkg_.a -trimpath "$WORK/b112=>" -p mime/quotedprintable -std -complete -buildid vM2MFQD5Ot-GBLnKAKjA/vM2MFQD5Ot-GBLnKAKjA -goversion go1.15rc1 -D "" -importcfg $WORK/b112/importcfg -pack -c=4 ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b112/_pkg_.a # internal cp $WORK/b112/_pkg_.a /builddir/.cache/go-build/86/86e59ebe7b38860fbef3706f8418a56159c7a4b2865de51f81cf306be86e36bf-d # internal mime/multipart mkdir -p $WORK/b111/ cat >$WORK/b111/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile mime=$WORK/b110/_pkg_.a packagefile mime/quotedprintable=$WORK/b112/_pkg_.a packagefile net/textproto=$WORK/b107/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/mime/multipart /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b111/_pkg_.a -trimpath "$WORK/b111=>" -p mime/multipart -std -complete -buildid OwZyYBDQq84QGA78X5LX/OwZyYBDQq84QGA78X5LX -goversion go1.15rc1 -D "" -importcfg $WORK/b111/importcfg -pack -c=4 ./formdata.go ./multipart.go ./writer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b102/_pkg_.a # internal cp $WORK/b102/_pkg_.a /builddir/.cache/go-build/35/352edeb9c4904e32781ae7fcf7e305bf4eb2af73a8046f90e93642419097bf10-d # internal vendor/golang.org/x/net/http/httpguts mkdir -p $WORK/b101/ cat >$WORK/b101/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/b102/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/textproto=$WORK/b107/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/http/httpguts /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b101/_pkg_.a -trimpath "$WORK/b101=>" -p vendor/golang.org/x/net/http/httpguts -std -complete -buildid ncEG243MaJWLLwyM2x6L/ncEG243MaJWLLwyM2x6L -goversion go1.15rc1 -D "" -importcfg $WORK/b101/importcfg -pack -c=4 ./guts.go ./httplex.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b044/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b101/_pkg_.a # internal cp $WORK/b101/_pkg_.a /builddir/.cache/go-build/6d/6d0d69666298f5329ac1d843896c66f9040e43205edf908a5f1e4375391e7f3f-d # internal vendor/golang.org/x/net/http/httpproxy mkdir -p $WORK/b108/ cat >$WORK/b108/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/b033/_pkg_.a packagefile vendor/golang.org/x/net/idna=$WORK/b102/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/vendor/golang.org/x/net/http/httpproxy /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b108/_pkg_.a -trimpath "$WORK/b108=>" -p vendor/golang.org/x/net/http/httpproxy -std -complete -buildid Iz0rCdCyrdmSVzwEhM_x/Iz0rCdCyrdmSVzwEhM_x -goversion go1.15rc1 -D "" -importcfg $WORK/b108/importcfg -pack -c=4 ./proxy.go cp $WORK/b044/_pkg_.a /builddir/.cache/go-build/54/54a0ff43109499e99dd182c71d13f37389aabd51369eafe237545d19d971c69a-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b108/_pkg_.a # internal github.com/gogo/protobuf/types mkdir -p $WORK/b046/ cat >$WORK/b046/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b044/_pkg_.a packagefile github.com/gogo/protobuf/sortkeys=$WORK/b047/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cp $WORK/b108/_pkg_.a /builddir/.cache/go-build/1e/1e843c527c40bba4fa327141ce96ff32ffa6ecadb2165edd57834632f148f2fc-d # internal net/http/internal mkdir -p $WORK/b114/ cat >$WORK/b114/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/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/net/http/internal /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b114/_pkg_.a -trimpath "$WORK/b114=>" -p net/http/internal -std -complete -buildid RP_Szzm81jpBdO21_6Al/RP_Szzm81jpBdO21_6Al -goversion go1.15rc1 -D "" -importcfg $WORK/b114/importcfg -pack -c=4 ./chunked.go ./testcert.go cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/gogo/protobuf/types /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b046/_pkg_.a -trimpath "$WORK/b046=>" -p github.com/gogo/protobuf/types -complete -buildid lFkNlgFRnCXOpRIVfpYq/lFkNlgFRnCXOpRIVfpYq -goversion go1.15rc1 -D "" -importcfg $WORK/b046/importcfg -pack -c=4 ./any.go ./any.pb.go ./api.pb.go ./doc.go ./duration.go ./duration.pb.go ./duration_gogo.go ./empty.pb.go ./field_mask.pb.go ./protosize.go ./source_context.pb.go ./struct.pb.go ./timestamp.go ./timestamp.pb.go ./timestamp_gogo.go ./type.pb.go ./wrappers.pb.go ./wrappers_gogo.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b111/_pkg_.a # internal cp $WORK/b111/_pkg_.a /builddir/.cache/go-build/0b/0b103e80e22be972c1a74ad62847dac7392f285714b5ef6ea595ce7c6d53c9b6-d # internal golang.org/x/net/http2/hpack mkdir -p $WORK/b119/ cat >$WORK/b119/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/http2/hpack /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b119/_pkg_.a -trimpath "$WORK/b119=>" -p golang.org/x/net/http2/hpack -complete -buildid 3cet25Jp08EcUyvdCr6e/3cet25Jp08EcUyvdCr6e -goversion go1.15rc1 -D "" -importcfg $WORK/b119/importcfg -pack -c=4 ./encode.go ./hpack.go ./huffman.go ./tables.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b114/_pkg_.a # internal cp $WORK/b114/_pkg_.a /builddir/.cache/go-build/25/253df75af955ce2fa1b460315c4071a970acf1dc08604d70f1112c7f57ba5c92-d # internal golang.org/x/text/unicode/bidi mkdir -p $WORK/b123/ cat >$WORK/b123/importcfg << 'EOF' # internal # import config packagefile container/list=$WORK/b057/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/text/unicode/bidi /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b123/_pkg_.a -trimpath "$WORK/b123=>" -p golang.org/x/text/unicode/bidi -complete -buildid fYH0JHvBksHSWcKe7ms6/fYH0JHvBksHSWcKe7ms6 -goversion go1.15rc1 -D "" -importcfg $WORK/b123/importcfg -pack -c=4 ./bidi.go ./bracket.go ./core.go ./prop.go ./tables.go ./trieval.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b119/_pkg_.a # internal cp $WORK/b119/_pkg_.a /builddir/.cache/go-build/35/359a2b8d4a22c65da236fa572b7a43683058017db06f09fdc4d031c4e9486f52-d # internal golang.org/x/text/unicode/norm mkdir -p $WORK/b124/ cat >$WORK/b124/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b122/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/text/unicode/norm /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b124/_pkg_.a -trimpath "$WORK/b124=>" -p golang.org/x/text/unicode/norm -complete -buildid lCny9g7HdWiyn6F1miYI/lCny9g7HdWiyn6F1miYI -goversion go1.15rc1 -D "" -importcfg $WORK/b124/importcfg -pack -c=4 ./composition.go ./forminfo.go ./input.go ./iter.go ./normalize.go ./readwriter.go ./tables.go ./transform.go ./trie.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b123/_pkg_.a # internal cp $WORK/b123/_pkg_.a /builddir/.cache/go-build/c0/c0147bd0bfc2c474304c3f84e7795e2f8d32bbdc29fed2a4ab339a3839dc63d1-d # internal golang.org/x/text/secure/bidirule mkdir -p $WORK/b121/ cat >$WORK/b121/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile golang.org/x/text/transform=$WORK/b122/_pkg_.a packagefile golang.org/x/text/unicode/bidi=$WORK/b123/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/text/secure/bidirule /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b121/_pkg_.a -trimpath "$WORK/b121=>" -p golang.org/x/text/secure/bidirule -complete -buildid 0kVU-f99EkQauts8U8dv/0kVU-f99EkQauts8U8dv -goversion go1.15rc1 -D "" -importcfg $WORK/b121/importcfg -pack -c=4 ./bidirule.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b121/_pkg_.a # internal cp $WORK/b121/_pkg_.a /builddir/.cache/go-build/56/56d388e0d1739fbec082f75bdb59fcb0e36406312825c56ec22928a5b295d284-d # internal golang.org/x/net/internal/timeseries mkdir -p $WORK/b127/ cat >$WORK/b127/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/internal/timeseries /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b127/_pkg_.a -trimpath "$WORK/b127=>" -p golang.org/x/net/internal/timeseries -complete -buildid xZ-CxF2NVYhw-0MMB2TW/xZ-CxF2NVYhw-0MMB2TW -goversion go1.15rc1 -D "" -importcfg $WORK/b127/importcfg -pack -c=4 ./timeseries.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b127/_pkg_.a # internal cp $WORK/b127/_pkg_.a /builddir/.cache/go-build/94/9492fbc087a8984e83e624378af7ccac8d1642a7b25ed8795f11874048430e7f-d # internal text/template/parse mkdir -p $WORK/b131/ cat >$WORK/b131/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/text/template/parse /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b131/_pkg_.a -trimpath "$WORK/b131=>" -p text/template/parse -std -complete -buildid M4TPQ1ruA28_t3f2Xl_J/M4TPQ1ruA28_t3f2Xl_J -goversion go1.15rc1 -D "" -importcfg $WORK/b131/importcfg -pack -c=4 ./lex.go ./node.go ./parse.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b124/_pkg_.a # internal cp $WORK/b124/_pkg_.a /builddir/.cache/go-build/56/569de2b7fcd47e3a53a67dbe3324622b7be8a76902a26db3fe16e162f62ed373-d # internal golang.org/x/net/idna mkdir -p $WORK/b120/ cat >$WORK/b120/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/text/secure/bidirule=$WORK/b121/_pkg_.a packagefile golang.org/x/text/unicode/bidi=$WORK/b123/_pkg_.a packagefile golang.org/x/text/unicode/norm=$WORK/b124/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/idna /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b120/_pkg_.a -trimpath "$WORK/b120=>" -p golang.org/x/net/idna -complete -buildid wh8qucVTd076EWhNjUVW/wh8qucVTd076EWhNjUVW -goversion go1.15rc1 -D "" -importcfg $WORK/b120/importcfg -pack -c=4 ./idna.go ./punycode.go ./tables.go ./trie.go ./trieval.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b065/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b131/_pkg_.a # internal cp $WORK/b131/_pkg_.a /builddir/.cache/go-build/14/147fc92a25593bbacdbdcfb40ea07814f43278263016ca23f33798d45db6c88d-d # internal text/template mkdir -p $WORK/b130/ cat >$WORK/b130/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile internal/fmtsort=$WORK/b034/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile text/template/parse=$WORK/b131/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/text/template /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b130/_pkg_.a -trimpath "$WORK/b130=>" -p text/template -std -complete -buildid 7UZ9f9---18YlzX4jgPp/7UZ9f9---18YlzX4jgPp -goversion go1.15rc1 -D "" -importcfg $WORK/b130/importcfg -pack -c=4 ./doc.go ./exec.go ./funcs.go ./helper.go ./option.go ./template.go cp $WORK/b065/_pkg_.a /builddir/.cache/go-build/c3/c3c0c38f91cba5a7fa7633c34cc60accf4e9c50c74dc62577d37db58065357a7-d # internal net/http/httptrace mkdir -p $WORK/b113/ cat >$WORK/b113/importcfg << 'EOF' # internal # import config packagefile context=$WORK/b021/_pkg_.a packagefile crypto/tls=$WORK/b065/_pkg_.a packagefile internal/nettrace=$WORK/b092/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/textproto=$WORK/b107/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httptrace /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b113/_pkg_.a -trimpath "$WORK/b113=>" -p net/http/httptrace -std -complete -buildid a9E66-5XbndmLzoVmTd2/a9E66-5XbndmLzoVmTd2 -goversion go1.15rc1 -D "" -importcfg $WORK/b113/importcfg -pack -c=4 ./trace.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b120/_pkg_.a # internal cp $WORK/b120/_pkg_.a /builddir/.cache/go-build/1e/1e4e67ae5af236139b247e3ea6750da8c387df47b50346ddd95f41203830ba2f-d # internal golang.org/x/net/lex/httplex mkdir -p $WORK/b125/ cat >$WORK/b125/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/idna=$WORK/b120/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/lex/httplex /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b125/_pkg_.a -trimpath "$WORK/b125=>" -p golang.org/x/net/lex/httplex -complete -buildid lQNWLmQnUddBNYPCOciI/lQNWLmQnUddBNYPCOciI -goversion go1.15rc1 -D "" -importcfg $WORK/b125/importcfg -pack -c=4 ./httplex.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b113/_pkg_.a # internal cp $WORK/b113/_pkg_.a /builddir/.cache/go-build/1b/1b088728e556d159725a292c65c7dc46c9d31598454841a667d670b8f9f49b8a-d # internal net/http mkdir -p $WORK/b052/ cat >$WORK/b052/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/b053/_pkg_.a packagefile container/list=$WORK/b057/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile crypto/tls=$WORK/b065/_pkg_.a packagefile encoding/base64=$WORK/b027/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b101/_pkg_.a packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b108/_pkg_.a packagefile vendor/golang.org/x/net/http2/hpack=$WORK/b109/_pkg_.a packagefile vendor/golang.org/x/net/idna=$WORK/b102/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile mime=$WORK/b110/_pkg_.a packagefile mime/multipart=$WORK/b111/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http/httptrace=$WORK/b113/_pkg_.a packagefile net/http/internal=$WORK/b114/_pkg_.a packagefile net/textproto=$WORK/b107/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path=$WORK/b115/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/net/http /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b052/_pkg_.a -trimpath "$WORK/b052=>" -p net/http -std -complete -buildid ZsDMDY7oEM1zN9AArYXi/ZsDMDY7oEM1zN9AArYXi -goversion go1.15rc1 -D "" -importcfg $WORK/b052/importcfg -pack -c=4 ./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_riscv64/buildid -w $WORK/b125/_pkg_.a # internal cp $WORK/b125/_pkg_.a /builddir/.cache/go-build/5d/5d0eeb460cfcbdbb5105fddc0fa4a2f1c92c2e4f740ea2545c5faae5f917a813-d # internal google.golang.org/grpc/grpclog mkdir -p $WORK/b135/ cat >$WORK/b135/importcfg << 'EOF' # internal # import config packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/grpclog /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b135/_pkg_.a -trimpath "$WORK/b135=>" -p google.golang.org/grpc/grpclog -complete -buildid 11p2OAuMREuV0oj15vQw/11p2OAuMREuV0oj15vQw -goversion go1.15rc1 -D "" -importcfg $WORK/b135/importcfg -pack -c=4 ./grpclog.go ./logger.go ./loggerv2.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b135/_pkg_.a # internal cp $WORK/b135/_pkg_.a /builddir/.cache/go-build/bb/bbb7dd41f0b4efd4acec9d67039085b76d3a77e1ebabec54166c8be71adaab33-d # internal google.golang.org/grpc/connectivity mkdir -p $WORK/b134/ cat >$WORK/b134/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/connectivity /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b134/_pkg_.a -trimpath "$WORK/b134=>" -p google.golang.org/grpc/connectivity -complete -buildid kGVlnJFRIu49OpwJJy0i/kGVlnJFRIu49OpwJJy0i -goversion go1.15rc1 -D "" -importcfg $WORK/b134/importcfg -pack -c=4 ./connectivity.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b134/_pkg_.a # internal cp $WORK/b134/_pkg_.a /builddir/.cache/go-build/ad/ada559651e8d59624a803506ff50efb6618d857fac80d564413d41c4f2743b9c-d # internal google.golang.org/grpc/credentials mkdir -p $WORK/b136/ cat >$WORK/b136/importcfg << 'EOF' # internal # import config packagefile crypto/tls=$WORK/b065/_pkg_.a packagefile crypto/x509=$WORK/b083/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/credentials /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b136/_pkg_.a -trimpath "$WORK/b136=>" -p google.golang.org/grpc/credentials -complete -buildid 8qa0SXwFneGlHhoz5X-5/8qa0SXwFneGlHhoz5X-5 -goversion go1.15rc1 -D "" -importcfg $WORK/b136/importcfg -pack -c=4 ./credentials.go ./credentials_util_go18.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b046/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b136/_pkg_.a # internal cp $WORK/b136/_pkg_.a /builddir/.cache/go-build/eb/eb89986ed6be6e86690000420ee3f349bd3e2349d711f01c0b350f834e5c807a-d # internal google.golang.org/grpc/balancer mkdir -p $WORK/b133/ cat >$WORK/b133/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/connectivity=$WORK/b134/_pkg_.a packagefile google.golang.org/grpc/credentials=$WORK/b136/_pkg_.a packagefile google.golang.org/grpc/resolver=$WORK/b137/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/balancer /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b133/_pkg_.a -trimpath "$WORK/b133=>" -p google.golang.org/grpc/balancer -complete -buildid fLwZRVL8vG70NZK7dUPL/fLwZRVL8vG70NZK7dUPL -goversion go1.15rc1 -D "" -importcfg $WORK/b133/importcfg -pack -c=4 ./balancer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b133/_pkg_.a # internal cp $WORK/b133/_pkg_.a /builddir/.cache/go-build/69/69c31fb11010fbe8ddd9a813226655149d7019aa2c3b2b3f011e74526c3190a4-d # internal google.golang.org/grpc/balancer/base mkdir -p $WORK/b139/ cat >$WORK/b139/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/balancer=$WORK/b133/_pkg_.a packagefile google.golang.org/grpc/connectivity=$WORK/b134/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a packagefile google.golang.org/grpc/resolver=$WORK/b137/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/balancer/base /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b139/_pkg_.a -trimpath "$WORK/b139=>" -p google.golang.org/grpc/balancer/base -complete -buildid KnOyN1AsoD5xdHZ5IEJ0/KnOyN1AsoD5xdHZ5IEJ0 -goversion go1.15rc1 -D "" -importcfg $WORK/b139/importcfg -pack -c=4 ./balancer.go ./base.go cp $WORK/b046/_pkg_.a /builddir/.cache/go-build/3f/3ff9e3a40b2944d08b1ed8dc46a9cac0480515f7aa97e8acda5f709bdb8d5c62-d # internal google.golang.org/grpc/codes mkdir -p $WORK/b140/ cat >$WORK/b140/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/codes /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b140/_pkg_.a -trimpath "$WORK/b140=>" -p google.golang.org/grpc/codes -complete -buildid yJXm1uxGxwSbheHVHt8q/yJXm1uxGxwSbheHVHt8q -goversion go1.15rc1 -D "" -importcfg $WORK/b140/importcfg -pack -c=4 ./code_string.go ./codes.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b140/_pkg_.a # internal cp $WORK/b140/_pkg_.a /builddir/.cache/go-build/36/36ad37bed503f03475e82bb5598b8692418245217054a5701113ac7c17fd50d2-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b139/_pkg_.a # internal github.com/golang/protobuf/proto mkdir -p $WORK/b143/ cat >$WORK/b143/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding=$WORK/b026/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/golang/protobuf/proto /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b143/_pkg_.a -trimpath "$WORK/b143=>" -p github.com/golang/protobuf/proto -complete -buildid YYWg7Oq4u1JyINn_BtAq/YYWg7Oq4u1JyINn_BtAq -goversion go1.15rc1 -D "" -importcfg $WORK/b143/importcfg -pack -c=4 ./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/b139/_pkg_.a /builddir/.cache/go-build/ff/ffe594ee09aa577e8875934501623b3142cab3cbdb42fd2ba135df58cb759ac2-d # internal google.golang.org/grpc/balancer/roundrobin mkdir -p $WORK/b138/ cat >$WORK/b138/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/balancer=$WORK/b133/_pkg_.a packagefile google.golang.org/grpc/balancer/base=$WORK/b139/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a packagefile google.golang.org/grpc/resolver=$WORK/b137/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/balancer/roundrobin /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b138/_pkg_.a -trimpath "$WORK/b138=>" -p google.golang.org/grpc/balancer/roundrobin -complete -buildid atkYCiRKe1CqKgF7WHMh/atkYCiRKe1CqKgF7WHMh -goversion go1.15rc1 -D "" -importcfg $WORK/b138/importcfg -pack -c=4 ./roundrobin.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b130/_pkg_.a # internal cp $WORK/b130/_pkg_.a /builddir/.cache/go-build/4e/4e105e08b929ec29fccbb01bd028e0173c878ae986d559d715ac41e47cbeed44-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b138/_pkg_.a # internal html/template mkdir -p $WORK/b128/ cp $WORK/b138/_pkg_.a /builddir/.cache/go-build/71/712059c3a6e57768c2d01f0231a18d7928df58994d60583d5577d5521293f4af-d # internal cat >$WORK/b128/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile html=$WORK/b129/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile text/template=$WORK/b130/_pkg_.a packagefile text/template/parse=$WORK/b131/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /usr/lib/golang/src/html/template /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b128/_pkg_.a -trimpath "$WORK/b128=>" -p html/template -std -complete -buildid kkipHQuPMuvw3AMocDYe/kkipHQuPMuvw3AMocDYe -goversion go1.15rc1 -D "" -importcfg $WORK/b128/importcfg -pack -c=4 ./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 google.golang.org/grpc/metadata mkdir -p $WORK/b147/ cat >$WORK/b147/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/metadata /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b147/_pkg_.a -trimpath "$WORK/b147=>" -p google.golang.org/grpc/metadata -complete -buildid iHZ7OMjRqHBfNlGREqT5/iHZ7OMjRqHBfNlGREqT5 -goversion go1.15rc1 -D "" -importcfg $WORK/b147/importcfg -pack -c=4 ./metadata.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b147/_pkg_.a # internal cp $WORK/b147/_pkg_.a /builddir/.cache/go-build/a9/a9ac79dce36c88b39bbdbe1f9dda6dc629baad4b5853866c0b23719b8285e165-d # internal google.golang.org/grpc/naming mkdir -p $WORK/b148/ cat >$WORK/b148/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/naming /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b148/_pkg_.a -trimpath "$WORK/b148=>" -p google.golang.org/grpc/naming -complete -buildid bKLT4LDII1W0jBfLxfwv/bKLT4LDII1W0jBfLxfwv -goversion go1.15rc1 -D "" -importcfg $WORK/b148/importcfg -pack -c=4 ./dns_resolver.go ./go18.go ./naming.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b148/_pkg_.a # internal cp $WORK/b148/_pkg_.a /builddir/.cache/go-build/06/06a717a4a1560d90e98918e09bb1cdefb02eadbb7a682cc37ed1f5e2ccf48ed1-d # internal google.golang.org/grpc/peer mkdir -p $WORK/b149/ cat >$WORK/b149/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/credentials=$WORK/b136/_pkg_.a packagefile net=$WORK/b090/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/peer /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b149/_pkg_.a -trimpath "$WORK/b149=>" -p google.golang.org/grpc/peer -complete -buildid F_qxckZuqm1PrllhifSf/F_qxckZuqm1PrllhifSf -goversion go1.15rc1 -D "" -importcfg $WORK/b149/importcfg -pack -c=4 ./peer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b149/_pkg_.a # internal cp $WORK/b149/_pkg_.a /builddir/.cache/go-build/cf/cfd8b8c8739924d864432bca5b7a60ae3d1f15f4a4be43b8528311a7e0e0a288-d # internal google.golang.org/grpc/resolver/dns mkdir -p $WORK/b150/ cat >$WORK/b150/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a packagefile google.golang.org/grpc/resolver=$WORK/b137/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/resolver/dns /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b150/_pkg_.a -trimpath "$WORK/b150=>" -p google.golang.org/grpc/resolver/dns -complete -buildid W6zZGzZnmWZvQV42z2xF/W6zZGzZnmWZvQV42z2xF -goversion go1.15rc1 -D "" -importcfg $WORK/b150/importcfg -pack -c=4 ./dns_resolver.go ./go18.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b150/_pkg_.a # internal cp $WORK/b150/_pkg_.a /builddir/.cache/go-build/72/72f71d13af33df6c2bb367ba969a36c2f39328f9d4a6a496bb377222589329af-d # internal google.golang.org/grpc/stats mkdir -p $WORK/b152/ cat >$WORK/b152/importcfg << 'EOF' # internal # import config packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/stats /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b152/_pkg_.a -trimpath "$WORK/b152=>" -p google.golang.org/grpc/stats -complete -buildid m4O8WvauMPoSB3BFkhD4/m4O8WvauMPoSB3BFkhD4 -goversion go1.15rc1 -D "" -importcfg $WORK/b152/importcfg -pack -c=4 ./handlers.go ./stats.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b152/_pkg_.a # internal cp $WORK/b152/_pkg_.a /builddir/.cache/go-build/8c/8cf956b50f8f8b40df9c262d2652751f02a0361e3f284a34d91ad62660fa3806-d # internal github.com/hashicorp/yamux mkdir -p $WORK/b162/ cat >$WORK/b162/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/hashicorp/yamux /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b162/_pkg_.a -trimpath "$WORK/b162=>" -p github.com/hashicorp/yamux -complete -buildid qXGfmd3uByCZwUGBwtW6/qXGfmd3uByCZwUGBwtW6 -goversion go1.15rc1 -D "" -importcfg $WORK/b162/importcfg -pack -c=4 ./addr.go ./const.go ./mux.go ./session.go ./stream.go ./util.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b128/_pkg_.a # internal cp $WORK/b128/_pkg_.a /builddir/.cache/go-build/4d/4d313af95a3f0b8ac2ce7e8a9be51f61c632373a6473fb8edc1481bff30d074b-d # internal github.com/kata-containers/agent/pkg/types mkdir -p $WORK/b163/ cat >$WORK/b163/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b044/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/kata-containers/agent/pkg/types /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b163/_pkg_.a -trimpath "$WORK/b163=>" -p github.com/kata-containers/agent/pkg/types -complete -buildid Dlpa_9NxQ2GXEHKhzltr/Dlpa_9NxQ2GXEHKhzltr -goversion go1.15rc1 -D "" -importcfg $WORK/b163/importcfg -pack -c=4 ./types.pb.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b162/_pkg_.a # internal cp $WORK/b162/_pkg_.a /builddir/.cache/go-build/34/344bf9b50a798caad967b0520ffaeef9536c86fff2ee1e87c2b0844d4a8c7ad1-d # internal golang.org/x/sys/unix mkdir -p $WORK/b165/ cat >$WORK/b165/go_asm.h << 'EOF' # internal EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_riscv64/asm -p golang.org/x/sys/unix -trimpath "$WORK/b165=>" -I $WORK/b165/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b165/symabis ./asm_linux_riscv64.s cat >$WORK/b165/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile math/bits=$WORK/b030/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b165/_pkg_.a -trimpath "$WORK/b165=>" -p golang.org/x/sys/unix -buildid oHMJ6S7AHomTkDROgynt/oHMJ6S7AHomTkDROgynt -goversion go1.15rc1 -symabis $WORK/b165/symabis -D "" -importcfg $WORK/b165/importcfg -pack -asmhdr $WORK/b165/go_asm.h -c=4 ./affinity_linux.go ./aliases.go ./bluetooth_linux.go ./constants.go ./dev_linux.go ./dirent.go ./endian_little.go ./env_unix.go ./fcntl.go ./fdset.go ./ioctl.go ./pagesize_unix.go ./race0.go ./readdirent_getdents.go ./sockcmsg_linux.go ./sockcmsg_unix.go ./sockcmsg_unix_other.go ./str.go ./syscall.go ./syscall_linux.go ./syscall_linux_gc.go ./syscall_linux_riscv64.go ./syscall_unix.go ./syscall_unix_gc.go ./timestruct.go ./zerrors_linux_riscv64.go ./zsyscall_linux_riscv64.go ./zsysnum_linux_riscv64.go ./ztypes_linux_riscv64.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b163/_pkg_.a # internal cp $WORK/b163/_pkg_.a /builddir/.cache/go-build/34/34cfd414e1518d0499670f7e5cc47f8cfbbf9f9f1408111615bb9442ca74910a-d # internal github.com/gogo/protobuf/protoc-gen-gogo/descriptor mkdir -p $WORK/b168/ cat >$WORK/b168/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b053/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b044/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/gogo/protobuf/protoc-gen-gogo/descriptor /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b168/_pkg_.a -trimpath "$WORK/b168=>" -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -complete -buildid dhogh_hLcoj87LxJH10S/dhogh_hLcoj87LxJH10S -goversion go1.15rc1 -D "" -importcfg $WORK/b168/importcfg -pack -c=4 ./descriptor.go ./descriptor.pb.go ./descriptor_gostring.gen.go ./helper.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b143/_pkg_.a # internal cp $WORK/b143/_pkg_.a /builddir/.cache/go-build/e1/e152e9025cd6e3f5577ac3cc2d1a71538f33fc3921bbfda1a2228e5ac598ec09-d # internal google.golang.org/grpc/encoding/proto mkdir -p $WORK/b142/ cat >$WORK/b142/importcfg << 'EOF' # internal # import config packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile google.golang.org/grpc/encoding=$WORK/b141/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/encoding/proto /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b142/_pkg_.a -trimpath "$WORK/b142=>" -p google.golang.org/grpc/encoding/proto -complete -buildid V-caVBwp-WbXli2HOVdi/V-caVBwp-WbXli2HOVdi -goversion go1.15rc1 -D "" -importcfg $WORK/b142/importcfg -pack -c=4 ./proto.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b142/_pkg_.a # internal cp $WORK/b142/_pkg_.a /builddir/.cache/go-build/dc/dc58de41156e2dc0fd0ebe76d37fab820b85315ff7c42c1585a59f5fd5e2e348-d # internal google.golang.org/grpc/grpclb/grpc_lb_v1/messages mkdir -p $WORK/b144/ cat >$WORK/b144/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/grpclb/grpc_lb_v1/messages /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b144/_pkg_.a -trimpath "$WORK/b144=>" -p google.golang.org/grpc/grpclb/grpc_lb_v1/messages -complete -buildid qBG9swy9c3AOgNAmr8Qu/qBG9swy9c3AOgNAmr8Qu -goversion go1.15rc1 -D "" -importcfg $WORK/b144/importcfg -pack -c=4 ./messages.pb.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b144/_pkg_.a # internal cp $WORK/b144/_pkg_.a /builddir/.cache/go-build/d9/d9f20df3b077deab204b9add32d69f5d40fef895c02499009a93f44d95076383-d # internal github.com/golang/protobuf/ptypes/any mkdir -p $WORK/b155/ cat >$WORK/b155/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/golang/protobuf/ptypes/any /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b155/_pkg_.a -trimpath "$WORK/b155=>" -p github.com/golang/protobuf/ptypes/any -complete -buildid 9XjSrFEXAxquBJebF7DB/9XjSrFEXAxquBJebF7DB -goversion go1.15rc1 -D "" -importcfg $WORK/b155/importcfg -pack -c=4 ./any.pb.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b155/_pkg_.a # internal cp $WORK/b155/_pkg_.a /builddir/.cache/go-build/03/03cf7af7351c4100b5f320e27f84681cb9c6f670e15c77d314f19dbc4a3d846c-d # internal github.com/golang/protobuf/ptypes/duration mkdir -p $WORK/b156/ cat >$WORK/b156/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/golang/protobuf/ptypes/duration /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b156/_pkg_.a -trimpath "$WORK/b156=>" -p github.com/golang/protobuf/ptypes/duration -complete -buildid 5zDG4tCctwem9RVbjome/5zDG4tCctwem9RVbjome -goversion go1.15rc1 -D "" -importcfg $WORK/b156/importcfg -pack -c=4 ./duration.pb.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b168/_pkg_.a # internal cp $WORK/b168/_pkg_.a /builddir/.cache/go-build/19/190b61999dcc863e703f58ec34438c51a8863f651c18b8765ca5d4a674249f7b-d # internal cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_riscv64/asm -p golang.org/x/sys/unix -trimpath "$WORK/b165=>" -I $WORK/b165/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b165/asm_linux_riscv64.o ./asm_linux_riscv64.s github.com/golang/protobuf/ptypes/timestamp mkdir -p $WORK/b157/ /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b156/_pkg_.a # internal cat >$WORK/b157/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/golang/protobuf/ptypes/timestamp /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b157/_pkg_.a -trimpath "$WORK/b157=>" -p github.com/golang/protobuf/ptypes/timestamp -complete -buildid xZWTQXwLXiO8uyWdThKp/xZWTQXwLXiO8uyWdThKp -goversion go1.15rc1 -D "" -importcfg $WORK/b157/importcfg -pack -c=4 ./timestamp.pb.go cp $WORK/b156/_pkg_.a /builddir/.cache/go-build/e3/e318327d9986060fea4436ead5d8afd224980023f7c0f25bc2278d3bf57af7c0-d # internal google.golang.org/genproto/googleapis/rpc/status mkdir -p $WORK/b158/ cat >$WORK/b158/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/golang/protobuf/ptypes/any=$WORK/b155/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/genproto/googleapis/rpc/status /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b158/_pkg_.a -trimpath "$WORK/b158=>" -p google.golang.org/genproto/googleapis/rpc/status -complete -buildid UgaFMrwYK3Oc6XxLDxKT/UgaFMrwYK3Oc6XxLDxKT -goversion go1.15rc1 -D "" -importcfg $WORK/b158/importcfg -pack -c=4 ./status.pb.go cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/sys/unix /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b165/_pkg_.a $WORK/b165/asm_linux_riscv64.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b165/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b158/_pkg_.a # internal cp $WORK/b158/_pkg_.a /builddir/.cache/go-build/fe/fec76160179e3efd71ea6c97f8f97a94320a730ebb96a54c54392b8b871288bf-d # internal github.com/gogo/protobuf/gogoproto mkdir -p $WORK/b167/ cat >$WORK/b167/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b044/_pkg_.a packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=$WORK/b168/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/gogo/protobuf/gogoproto /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b167/_pkg_.a -trimpath "$WORK/b167=>" -p github.com/gogo/protobuf/gogoproto -complete -buildid yEU5KjG7LQvjwZomAABe/yEU5KjG7LQvjwZomAABe -goversion go1.15rc1 -D "" -importcfg $WORK/b167/importcfg -pack -c=4 ./doc.go ./gogo.pb.go ./helper.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b157/_pkg_.a # internal cp $WORK/b157/_pkg_.a /builddir/.cache/go-build/36/367319f609ed65426913058ee898406d64aaa93e492309cbfc1865c2c6176365-d # internal github.com/golang/protobuf/ptypes mkdir -p $WORK/b154/ cat >$WORK/b154/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/golang/protobuf/ptypes/any=$WORK/b155/_pkg_.a packagefile github.com/golang/protobuf/ptypes/duration=$WORK/b156/_pkg_.a packagefile github.com/golang/protobuf/ptypes/timestamp=$WORK/b157/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/golang/protobuf/ptypes /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b154/_pkg_.a -trimpath "$WORK/b154=>" -p github.com/golang/protobuf/ptypes -complete -buildid b1-mZ7BPvm2Dm1d_j9cl/b1-mZ7BPvm2Dm1d_j9cl -goversion go1.15rc1 -D "" -importcfg $WORK/b154/importcfg -pack -c=4 ./any.go ./doc.go ./duration.go ./timestamp.go cp $WORK/b165/_pkg_.a /builddir/.cache/go-build/65/655a8f7975d1385d8198f049998657b856796e3fe23a7c12c1b53ef47e5985c4-d # internal github.com/opencontainers/runtime-spec/specs-go mkdir -p $WORK/b169/ cat >$WORK/b169/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile os=$WORK/b036/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runtime-spec/specs-go /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b169/_pkg_.a -trimpath "$WORK/b169=>" -p github.com/opencontainers/runtime-spec/specs-go -complete -buildid VyVhZGX3LlXwekI2p0Oz/VyVhZGX3LlXwekI2p0Oz -goversion go1.15rc1 -D "" -importcfg $WORK/b169/importcfg -pack -c=4 ./config.go ./state.go ./version.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b154/_pkg_.a # internal cp $WORK/b154/_pkg_.a /builddir/.cache/go-build/49/49628181bfd14127016c44adcb664d7ef54c422fdbd33a9c3dc7f8bc0ada783a-d # internal google.golang.org/grpc/status mkdir -p $WORK/b153/ cat >$WORK/b153/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/golang/protobuf/ptypes=$WORK/b154/_pkg_.a packagefile google.golang.org/genproto/googleapis/rpc/status=$WORK/b158/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/status /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b153/_pkg_.a -trimpath "$WORK/b153=>" -p google.golang.org/grpc/status -complete -buildid 2x1Hj4y6Zd1BJibzvEMG/2x1Hj4y6Zd1BJibzvEMG -goversion go1.15rc1 -D "" -importcfg $WORK/b153/importcfg -pack -c=4 ./status.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b169/_pkg_.a # internal cp $WORK/b169/_pkg_.a /builddir/.cache/go-build/56/56d8a131e995a43334a31f72918939dfba8427f5435ab33dab0c036abae6aa78-d # internal github.com/mdlayher/vsock mkdir -p $WORK/b170/ cat >$WORK/b170/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/mdlayher/vsock /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b170/_pkg_.a -trimpath "$WORK/b170=>" -p github.com/mdlayher/vsock -complete -buildid wxVHB26nvz6AGnPm5NHW/wxVHB26nvz6AGnPm5NHW -goversion go1.15rc1 -D "" -importcfg $WORK/b170/importcfg -pack -c=4 ./conn_linux.go ./doc.go ./fd_linux.go ./fd_linux_gteq_1.12.go ./ioctl_linux.go ./listener_linux.go ./vsock.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b167/_pkg_.a # internal cp $WORK/b167/_pkg_.a /builddir/.cache/go-build/12/12f2e278e34ee6697073c64c82c3fedcc528efd253e74f389beba2d4df7dd7d1-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b153/_pkg_.a # internal github.com/checkpoint-restore/go-criu/rpc mkdir -p $WORK/b172/ cat >$WORK/b172/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/checkpoint-restore/go-criu/rpc /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b172/_pkg_.a -trimpath "$WORK/b172=>" -p github.com/checkpoint-restore/go-criu/rpc -complete -buildid NLAeekDWRO0cHfbVgjuX/NLAeekDWRO0cHfbVgjuX -goversion go1.15rc1 -D "" -importcfg $WORK/b172/importcfg -pack -c=4 ./rpc.pb.go cp $WORK/b153/_pkg_.a /builddir/.cache/go-build/c4/c432ce38d485825b32caf792695b5b53af6dc53c9bb482b80ea8f4d7e19f2ba5-d # internal github.com/kata-containers/agent/pkg/uevent mkdir -p $WORK/b164/ cat >$WORK/b164/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a packagefile google.golang.org/grpc/status=$WORK/b153/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/kata-containers/agent/pkg/uevent /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b164/_pkg_.a -trimpath "$WORK/b164=>" -p github.com/kata-containers/agent/pkg/uevent -complete -buildid cF2zt8PVpAR7Gr29vKt9/cF2zt8PVpAR7Gr29vKt9 -goversion go1.15rc1 -D "" -importcfg $WORK/b164/importcfg -pack -c=4 ./uevent.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b164/_pkg_.a # internal cp $WORK/b164/_pkg_.a /builddir/.cache/go-build/f6/f6faa4acce2b9936f9f605cb08a87773496d482d17bb32a8f1cf1b0cd61027ee-d # internal github.com/containerd/console mkdir -p $WORK/b173/ cat >$WORK/b173/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/containerd/console /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b173/_pkg_.a -trimpath "$WORK/b173=>" -p github.com/containerd/console -complete -buildid a2WY5wJ3q-LOe7EzTxJR/a2WY5wJ3q-LOe7EzTxJR -goversion go1.15rc1 -D "" -importcfg $WORK/b173/importcfg -pack -c=4 ./console.go ./console_linux.go ./console_unix.go ./tc_linux.go ./tc_unix.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b170/_pkg_.a # internal cp $WORK/b170/_pkg_.a /builddir/.cache/go-build/49/494c1778764e6c9ad85bc7169b0ea557bc64383be64557f49014ed26446f6eb5-d # internal github.com/pkg/errors mkdir -p $WORK/b175/ cat >$WORK/b175/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile path=$WORK/b115/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/pkg/errors /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b175/_pkg_.a -trimpath "$WORK/b175=>" -p github.com/pkg/errors -complete -buildid MGrRZb2RSJBUCkY22icy/MGrRZb2RSJBUCkY22icy -goversion go1.15rc1 -D "" -importcfg $WORK/b175/importcfg -pack -c=4 ./errors.go ./go113.go ./stack.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b175/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b173/_pkg_.a # internal cp $WORK/b175/_pkg_.a /builddir/.cache/go-build/20/2051810b6a00492b2fdd0cc1343225bc7093f0ea566fdfce82b07093dab1a88b-d # internal github.com/cyphar/filepath-securejoin mkdir -p $WORK/b174/ cat >$WORK/b174/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/cyphar/filepath-securejoin /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b174/_pkg_.a -trimpath "$WORK/b174=>" -p github.com/cyphar/filepath-securejoin -complete -buildid o9DWmqM73KsNVRqxIg4H/o9DWmqM73KsNVRqxIg4H -goversion go1.15rc1 -D "" -importcfg $WORK/b174/importcfg -pack -c=4 ./join.go ./vfs.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b172/_pkg_.a # internal cp $WORK/b173/_pkg_.a /builddir/.cache/go-build/c5/c5b1d0d2845e071dbdc6b4c00c17a27ced4c7e45dcab12c3c86ce1410bc9a6fb-d # internal github.com/mrunalp/fileutils mkdir -p $WORK/b176/ cat >$WORK/b176/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/mrunalp/fileutils /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b176/_pkg_.a -trimpath "$WORK/b176=>" -p github.com/mrunalp/fileutils -complete -buildid rqws7CXGENfmxF-95Bbg/rqws7CXGENfmxF-95Bbg -goversion go1.15rc1 -D "" -importcfg $WORK/b176/importcfg -pack -c=4 ./fileutils.go ./idtools.go cp $WORK/b172/_pkg_.a /builddir/.cache/go-build/4f/4f413538ce7a6c0aaeb3fb16721b166cc94ed51e49762ff4673ad01e8f2ddea5-d # internal github.com/docker/go-units mkdir -p $WORK/b179/ cat >$WORK/b179/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile regexp=$WORK/b180/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/docker/go-units /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b179/_pkg_.a -trimpath "$WORK/b179=>" -p github.com/docker/go-units -complete -buildid 45kWuwwqfzcDWhKQ2dUb/45kWuwwqfzcDWhKQ2dUb -goversion go1.15rc1 -D "" -importcfg $WORK/b179/importcfg -pack -c=4 ./duration.go ./size.go ./ulimit.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b174/_pkg_.a # internal cp $WORK/b174/_pkg_.a /builddir/.cache/go-build/8b/8b64c8ad494e7b881e5c7eaec740ee268dc44e38ed2f7040573e758640f842c5-d # internal github.com/sirupsen/logrus mkdir -p $WORK/b183/ cat >$WORK/b183/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/sirupsen/logrus /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b183/_pkg_.a -trimpath "$WORK/b183=>" -p github.com/sirupsen/logrus -complete -buildid qWi6913kJEhMygeuRCOP/qWi6913kJEhMygeuRCOP -goversion go1.15rc1 -D "" -importcfg $WORK/b183/importcfg -pack -c=4 ./alt_exit.go ./doc.go ./entry.go ./exported.go ./formatter.go ./hooks.go ./json_formatter.go ./logger.go ./logrus.go ./terminal_check_notappengine.go ./terminal_check_unix.go ./text_formatter.go ./writer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b176/_pkg_.a # internal cp $WORK/b176/_pkg_.a /builddir/.cache/go-build/79/792630c8ca29428f9389c508eb59028c4e96cf589baa7e42a0222af4ec77bd38-d # internal os/exec mkdir -p $WORK/b184/ cat >$WORK/b184/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile internal/syscall/execenv=$WORK/b039/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /usr/lib/golang/src/os/exec /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b184/_pkg_.a -trimpath "$WORK/b184=>" -p os/exec -std -complete -buildid 9PYoXm5pbonCpl3uz7D5/9PYoXm5pbonCpl3uz7D5 -goversion go1.15rc1 -D "" -importcfg $WORK/b184/importcfg -pack -c=4 ./exec.go ./exec_unix.go ./lp_unix.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b179/_pkg_.a # internal cp $WORK/b179/_pkg_.a /builddir/.cache/go-build/d4/d445a49ce86e7b86c2ae09420028700ffa03dc00fa8cb887885af82cc5636c96-d # internal github.com/opencontainers/runc/libcontainer/cgroups/fscommon mkdir -p $WORK/b186/ cat >$WORK/b186/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/cyphar/filepath-securejoin=$WORK/b174/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups/fscommon /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b186/_pkg_.a -trimpath "$WORK/b186=>" -p github.com/opencontainers/runc/libcontainer/cgroups/fscommon -complete -buildid AUy9AH_KLuMx_bavGSCI/AUy9AH_KLuMx_bavGSCI -goversion go1.15rc1 -D "" -importcfg $WORK/b186/importcfg -pack -c=4 ./fscommon.go ./utils.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b186/_pkg_.a # internal cp $WORK/b186/_pkg_.a /builddir/.cache/go-build/28/289473288389018a6bc361c21bf93f48ffc14b7cbe335eb8ade2d78d1409a28f-d # internal os/user mkdir -p $WORK/b189/ cat >$WORK/b189/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/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /usr/lib/golang/src/os/user /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b189/_pkg_.a -trimpath "$WORK/b189=>" -p os/user -std -complete -buildid JbZfpD2zqJDTVfHGmm11/JbZfpD2zqJDTVfHGmm11 -goversion go1.15rc1 -D "" -importcfg $WORK/b189/importcfg -pack -c=4 ./lookup.go ./lookup_stubs.go ./lookup_unix.go ./user.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b189/_pkg_.a # internal cp $WORK/b189/_pkg_.a /builddir/.cache/go-build/e3/e34e2712dc363b9a2c3fd2492aad69ea3e582df6c8ae758429b122f5e98e7a63-d # internal github.com/opencontainers/runc/libcontainer/user mkdir -p $WORK/b188/ cat >$WORK/b188/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile os/user=$WORK/b189/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/user /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b188/_pkg_.a -trimpath "$WORK/b188=>" -p github.com/opencontainers/runc/libcontainer/user -complete -buildid k3jQeiaB3Nbuokrg03HI/k3jQeiaB3Nbuokrg03HI -goversion go1.15rc1 -D "" -importcfg $WORK/b188/importcfg -pack -c=4 ./lookup.go ./lookup_unix.go ./user.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b184/_pkg_.a # internal cp $WORK/b184/_pkg_.a /builddir/.cache/go-build/92/921cfdbb6b980e52429310f4418571343d4e869e1057746b6686cabfc1477b70-d # internal github.com/opencontainers/runc/libcontainer/utils mkdir -p $WORK/b190/ cat >$WORK/b190/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/utils /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b190/_pkg_.a -trimpath "$WORK/b190=>" -p github.com/opencontainers/runc/libcontainer/utils -complete -buildid LI4dBrHGMn695yh1UMq-/LI4dBrHGMn695yh1UMq- -goversion go1.15rc1 -D "" -importcfg $WORK/b190/importcfg -pack -c=4 ./cmsg.go ./utils.go ./utils_unix.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b183/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b190/_pkg_.a # internal cp $WORK/b190/_pkg_.a /builddir/.cache/go-build/61/6110be3074ff85f907cb429fe2eb84fa0cda405a78811bda4819773d406da5f2-d # internal compress/zlib mkdir -p $WORK/b195/ cat >$WORK/b195/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile compress/flate=$WORK/b054/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile hash=$WORK/b056/_pkg_.a packagefile hash/adler32=$WORK/b196/_pkg_.a packagefile io=$WORK/b014/_pkg_.a EOF cd /usr/lib/golang/src/compress/zlib /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b195/_pkg_.a -trimpath "$WORK/b195=>" -p compress/zlib -std -complete -buildid rU60ZpKVgA4DOt6GWlBP/rU60ZpKVgA4DOt6GWlBP -goversion go1.15rc1 -D "" -importcfg $WORK/b195/importcfg -pack -c=4 ./reader.go ./writer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b188/_pkg_.a # internal cp $WORK/b183/_pkg_.a /builddir/.cache/go-build/71/7121103e1dde45f8db730206122932c6d672c98c9e292fcb3e5aef74f654d362-d # internal github.com/opencontainers/runc/libcontainer/configs mkdir -p $WORK/b182/ cat >$WORK/b182/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opencontainers/runtime-spec/specs-go=$WORK/b169/_pkg_.a packagefile github.com/sirupsen/logrus=$WORK/b183/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile os/exec=$WORK/b184/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/configs /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b182/_pkg_.a -trimpath "$WORK/b182=>" -p github.com/opencontainers/runc/libcontainer/configs -complete -buildid NXqh98g48TLpuTyl6pLX/NXqh98g48TLpuTyl6pLX -goversion go1.15rc1 -D "" -importcfg $WORK/b182/importcfg -pack -c=4 ./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 cp $WORK/b188/_pkg_.a /builddir/.cache/go-build/15/15a8909909a376762f5467ac4e43ecf0cd8d1afd933f5055aefc25c8d678f338-d # internal github.com/opencontainers/runc/libcontainer/system mkdir -p $WORK/b187/ cat >$WORK/b187/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/user=$WORK/b188/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile os/exec=$WORK/b184/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/system /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b187/_pkg_.a -trimpath "$WORK/b187=>" -p github.com/opencontainers/runc/libcontainer/system -complete -buildid 19erISBxE4fxwv3HZ-9W/19erISBxE4fxwv3HZ-9W -goversion go1.15rc1 -D "" -importcfg $WORK/b187/importcfg -pack -c=4 ./linux.go ./proc.go ./syscall_linux_64.go ./sysconfig_notcgo.go ./xattrs_linux.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b052/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b195/_pkg_.a # internal cp $WORK/b195/_pkg_.a /builddir/.cache/go-build/0e/0ebd0ecab4f285e1a0f5d9e0bb3b53813369dc3ae414837c465d11e09a7708bb-d # internal debug/dwarf mkdir -p $WORK/b197/ cat >$WORK/b197/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile path=$WORK/b115/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/debug/dwarf /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b197/_pkg_.a -trimpath "$WORK/b197=>" -p debug/dwarf -std -complete -buildid nRD4jrPfPTWsWTKk_rLt/nRD4jrPfPTWsWTKk_rLt -goversion go1.15rc1 -D "" -importcfg $WORK/b197/importcfg -pack -c=4 ./attr_string.go ./buf.go ./class_string.go ./const.go ./entry.go ./line.go ./open.go ./tag_string.go ./type.go ./typeunit.go ./unit.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b187/_pkg_.a # internal cp $WORK/b187/_pkg_.a /builddir/.cache/go-build/f1/f1ffbddfe36a3548c78772197c6110b6a9b110cde831a9488c6979c47efe0c69-d # internal github.com/cilium/ebpf/asm mkdir -p $WORK/b198/ cat >$WORK/b198/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/cilium/ebpf/asm /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b198/_pkg_.a -trimpath "$WORK/b198=>" -p github.com/cilium/ebpf/asm -complete -buildid B5RWFfUc_CxjozFfgaGC/B5RWFfUc_CxjozFfgaGC -goversion go1.15rc1 -D "" -importcfg $WORK/b198/importcfg -pack -c=4 ./alu.go ./alu_string.go ./doc.go ./func.go ./func_string.go ./instruction.go ./jump.go ./jump_string.go ./load_store.go ./load_store_string.go ./opcode.go ./opcode_string.go ./register.go cp $WORK/b052/_pkg_.a /builddir/.cache/go-build/ff/ffde05833f32b8cc2089563832ac9bc40668cbff62bbcb826e2079d094f9fdbc-d # internal github.com/opentracing/opentracing-go mkdir -p $WORK/b049/ cat >$WORK/b049/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile github.com/opentracing/opentracing-go/log=$WORK/b050/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opentracing/opentracing-go /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b049/_pkg_.a -trimpath "$WORK/b049=>" -p github.com/opentracing/opentracing-go -complete -buildid mBspM6z1Ue3gtrPTQgZY/mBspM6z1Ue3gtrPTQgZY -goversion go1.15rc1 -D "" -importcfg $WORK/b049/importcfg -pack -c=4 ./globaltracer.go ./gocontext.go ./noop.go ./propagation.go ./span.go ./tracer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b182/_pkg_.a # internal cp $WORK/b182/_pkg_.a /builddir/.cache/go-build/83/83408df64bf24261f93f4322b4d2ff185640ca34048591fe22bf160897cc332d-d # internal golang.org/x/net/http2 mkdir -p $WORK/b118/ cat >$WORK/b118/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b053/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile crypto/tls=$WORK/b065/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/http2/hpack=$WORK/b119/_pkg_.a packagefile golang.org/x/net/idna=$WORK/b120/_pkg_.a packagefile golang.org/x/net/lex/httplex=$WORK/b125/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile net/http/httptrace=$WORK/b113/_pkg_.a packagefile net/textproto=$WORK/b107/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/http2 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b118/_pkg_.a -trimpath "$WORK/b118=>" -p golang.org/x/net/http2 -complete -buildid Oxsw-cWvty1KsmbNDBO9/Oxsw-cWvty1KsmbNDBO9 -goversion go1.15rc1 -D "" -importcfg $WORK/b118/importcfg -pack -c=4 ./ciphers.go ./client_conn_pool.go ./configure_transport.go ./databuffer.go ./errors.go ./flow.go ./frame.go ./go16.go ./go17.go ./go18.go ./go19.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_riscv64/buildid -w $WORK/b049/_pkg_.a # internal cp $WORK/b049/_pkg_.a /builddir/.cache/go-build/20/208e7b56e49ef87f00e9381620862e050f8b734f224335c21524098d010c86ec-d # internal github.com/opentracing/opentracing-go/ext mkdir -p $WORK/b116/ cat >$WORK/b116/importcfg << 'EOF' # internal # import config packagefile github.com/opentracing/opentracing-go=$WORK/b049/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opentracing/opentracing-go/ext /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b116/_pkg_.a -trimpath "$WORK/b116=>" -p github.com/opentracing/opentracing-go/ext -complete -buildid cKSB0PQ32iGpI3M3bBWk/cKSB0PQ32iGpI3M3bBWk -goversion go1.15rc1 -D "" -importcfg $WORK/b116/importcfg -pack -c=4 ./tags.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b116/_pkg_.a # internal cp $WORK/b116/_pkg_.a /builddir/.cache/go-build/15/15c10e823d066921e5d43df01084573622b10a9c90d4062244aad970bbba42c9-d # internal golang.org/x/net/trace mkdir -p $WORK/b126/ cat >$WORK/b126/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/internal/timeseries=$WORK/b127/_pkg_.a packagefile html/template=$WORK/b128/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile text/tabwriter=$WORK/b132/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/golang.org/x/net/trace /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b126/_pkg_.a -trimpath "$WORK/b126=>" -p golang.org/x/net/trace -complete -buildid 00l1yTPn_Rc_SAPX7a-J/00l1yTPn_Rc_SAPX7a-J -goversion go1.15rc1 -D "" -importcfg $WORK/b126/importcfg -pack -c=4 ./events.go ./histogram.go ./trace.go ./trace_go17.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b198/_pkg_.a # internal cp $WORK/b198/_pkg_.a /builddir/.cache/go-build/4e/4e82c26fbef58d2bc4a5eca08d3f94e51cb8627f0106c7e6e7c6726e55feed8b-d # internal net/http/httputil mkdir -p $WORK/b161/ cat >$WORK/b161/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/b021/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b101/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile net/http/internal=$WORK/b114/_pkg_.a packagefile net/textproto=$WORK/b107/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/net/http/httputil /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b161/_pkg_.a -trimpath "$WORK/b161=>" -p net/http/httputil -std -complete -buildid CHQJC8GyrPH0Jkwc6VqQ/CHQJC8GyrPH0Jkwc6VqQ -goversion go1.15rc1 -D "" -importcfg $WORK/b161/importcfg -pack -c=4 ./dump.go ./httputil.go ./persist.go ./reverseproxy.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b197/_pkg_.a # internal cp $WORK/b197/_pkg_.a /builddir/.cache/go-build/e0/e077087c7fe234d1efd9f37f20a98a9edb2f05f6951189a304436e89fcc6d0ed-d # internal github.com/opencontainers/runc/libcontainer/cgroups mkdir -p $WORK/b178/ cat >$WORK/b178/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/docker/go-units=$WORK/b179/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b178/_pkg_.a -trimpath "$WORK/b178=>" -p github.com/opencontainers/runc/libcontainer/cgroups -complete -buildid nhMyO2ShVtvPAtI0iDh8/nhMyO2ShVtvPAtI0iDh8 -goversion go1.15rc1 -D "" -importcfg $WORK/b178/importcfg -pack -c=4 ./cgroups.go ./stats.go ./utils.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b126/_pkg_.a # internal cp $WORK/b126/_pkg_.a /builddir/.cache/go-build/b6/b66fef4fbe7738a4a1c1e9f183a9fed43ed8ec19ce380b70f833879fabaaddac-d # internal debug/elf mkdir -p $WORK/b194/ cat >$WORK/b194/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/zlib=$WORK/b195/_pkg_.a packagefile debug/dwarf=$WORK/b197/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /usr/lib/golang/src/debug/elf /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b194/_pkg_.a -trimpath "$WORK/b194=>" -p debug/elf -std -complete -buildid xVGrZXRYxs2mOAhwaE9S/xVGrZXRYxs2mOAhwaE9S -goversion go1.15rc1 -D "" -importcfg $WORK/b194/importcfg -pack -c=4 ./elf.go ./file.go ./reader.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b161/_pkg_.a # internal cp $WORK/b161/_pkg_.a /builddir/.cache/go-build/10/10b421b6e906deffd0852c2fac3e4cfb37b82422c76be012064e746fb54cbcec-d # internal github.com/cilium/ebpf/internal/unix mkdir -p $WORK/b200/ cat >$WORK/b200/importcfg << 'EOF' # internal # import config packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/cilium/ebpf/internal/unix /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b200/_pkg_.a -trimpath "$WORK/b200=>" -p github.com/cilium/ebpf/internal/unix -complete -buildid Y60tqpWQzc2_1RofgO-U/Y60tqpWQzc2_1RofgO-U -goversion go1.15rc1 -D "" -importcfg $WORK/b200/importcfg -pack -c=4 ./types_linux.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b178/_pkg_.a # internal cp $WORK/b178/_pkg_.a /builddir/.cache/go-build/e5/e54f52f1983f42722a1ab205fa0128f7567a1d3f6b4f3ab341cf608a7390a7d4-d # internal github.com/opencontainers/runc/libcontainer/cgroups/fs mkdir -p $WORK/b185/ cat >$WORK/b185/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/b033/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups=$WORK/b178/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/fscommon=$WORK/b186/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/system=$WORK/b187/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/utils=$WORK/b190/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups/fs /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b185/_pkg_.a -trimpath "$WORK/b185=>" -p github.com/opencontainers/runc/libcontainer/cgroups/fs -complete -buildid i1cVURShF3Ej9iBxtUT3/i1cVURShF3Ej9iBxtUT3 -goversion go1.15rc1 -D "" -importcfg $WORK/b185/importcfg -pack -c=4 ./apply_raw.go ./blkio.go ./cpu.go ./cpuacct.go ./cpuset.go ./devices.go ./freezer.go ./hugetlb.go ./kmem.go ./memory.go ./name.go ./net_cls.go ./net_prio.go ./perf_event.go ./pids.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b200/_pkg_.a # internal cp $WORK/b200/_pkg_.a /builddir/.cache/go-build/ad/adc70c580ebd78d27b28356b41294749da62baa663aa813bcdab7f361415b02c-d # internal github.com/cilium/ebpf/internal mkdir -p $WORK/b199/ cat >$WORK/b199/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/cilium/ebpf/internal/unix=$WORK/b200/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/cilium/ebpf/internal /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b199/_pkg_.a -trimpath "$WORK/b199=>" -p github.com/cilium/ebpf/internal -complete -buildid b9QB7T3QG-YdJhykyL6A/b9QB7T3QG-YdJhykyL6A -goversion go1.15rc1 -D "" -importcfg $WORK/b199/importcfg -pack -c=4 ./cpu.go ./endian.go ./errors.go ./fd.go ./feature.go ./io.go ./ptr.go ./ptr_64.go ./syscall.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b199/_pkg_.a # internal cp $WORK/b199/_pkg_.a /builddir/.cache/go-build/9e/9e9277aa59ef3755cc698b682f32a6e2a3e45794b29f2bbb9db16e4f6da80d01-d # internal github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter mkdir -p $WORK/b202/ cat >$WORK/b202/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/cilium/ebpf/asm=$WORK/b198/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b202/_pkg_.a -trimpath "$WORK/b202=>" -p github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter -complete -buildid llmYJu1LR1SWPWEdE61E/llmYJu1LR1SWPWEdE61E -goversion go1.15rc1 -D "" -importcfg $WORK/b202/importcfg -pack -c=4 ./devicefilter.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b202/_pkg_.a # internal cp $WORK/b202/_pkg_.a /builddir/.cache/go-build/c0/c088610a10e8e33fab08dc955bc15debd0e7d967d3584a43db0d90324c067b17-d # internal github.com/godbus/dbus mkdir -p $WORK/b205/ cat >$WORK/b205/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile crypto/rand=$WORK/b058/_pkg_.a packagefile crypto/sha1=$WORK/b081/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile encoding/hex=$WORK/b086/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile os/exec=$WORK/b184/_pkg_.a packagefile os/user=$WORK/b189/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile unicode=$WORK/b018/_pkg_.a packagefile unicode/utf8=$WORK/b019/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/godbus/dbus /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b205/_pkg_.a -trimpath "$WORK/b205=>" -p github.com/godbus/dbus -complete -buildid CW9-w4qW6nzDn5_D0sJ3/CW9-w4qW6nzDn5_D0sJ3 -goversion go1.15rc1 -D "" -importcfg $WORK/b205/importcfg -pack -c=4 ./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 /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b185/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b194/_pkg_.a # internal cp $WORK/b194/_pkg_.a /builddir/.cache/go-build/20/20af2b68014e9f6ef1f798525f5bcf0a677b47480e14f07e4a0895fae62f692b-d # internal github.com/cilium/ebpf/internal/btf mkdir -p $WORK/b201/ cat >$WORK/b201/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile debug/elf=$WORK/b194/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile github.com/cilium/ebpf/asm=$WORK/b198/_pkg_.a packagefile github.com/cilium/ebpf/internal=$WORK/b199/_pkg_.a packagefile github.com/cilium/ebpf/internal/unix=$WORK/b200/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a EOF cp $WORK/b185/_pkg_.a /builddir/.cache/go-build/78/78568d8e9bf93b83b5dfe48e974971094fd96b66bd8b4a0bd2acc1e48cc8ca5e-d # internal cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/cilium/ebpf/internal/btf /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b201/_pkg_.a -trimpath "$WORK/b201=>" -p github.com/cilium/ebpf/internal/btf -complete -buildid OULzyuvw3WfZMq8upLht/OULzyuvw3WfZMq8upLht -goversion go1.15rc1 -D "" -importcfg $WORK/b201/importcfg -pack -c=4 ./btf.go ./btf_types.go ./doc.go ./ext_info.go ./strings.go ./types.go github.com/opencontainers/runc/libcontainer/intelrdt mkdir -p $WORK/b207/ cat >$WORK/b207/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/intelrdt /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b207/_pkg_.a -trimpath "$WORK/b207=>" -p github.com/opencontainers/runc/libcontainer/intelrdt -complete -buildid RS3BF0OLjRRiEQKfcP-f/RS3BF0OLjRRiEQKfcP-f -goversion go1.15rc1 -D "" -importcfg $WORK/b207/importcfg -pack -c=4 ./intelrdt.go ./stats.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b207/_pkg_.a # internal cp $WORK/b207/_pkg_.a /builddir/.cache/go-build/55/55d11811175de147f83640cbc597e509a01bb92cfa122e6c26b23e9e12c03c81-d # internal github.com/opencontainers/runc/libcontainer/configs/validate mkdir -p $WORK/b206/ cat >$WORK/b206/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/intelrdt=$WORK/b207/_pkg_.a packagefile github.com/opencontainers/selinux/go-selinux=$WORK/b208/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/configs/validate /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b206/_pkg_.a -trimpath "$WORK/b206=>" -p github.com/opencontainers/runc/libcontainer/configs/validate -complete -buildid 4RDLZeSxRQU-uG26yyZr/4RDLZeSxRQU-uG26yyZr -goversion go1.15rc1 -D "" -importcfg $WORK/b206/importcfg -pack -c=4 ./rootless.go ./validator.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b206/_pkg_.a # internal cp $WORK/b206/_pkg_.a /builddir/.cache/go-build/c6/c61e2a5110d1b0065f818f4d90af1843e08469a65b8923607e3956a682c1ed02-d # internal github.com/opencontainers/runc/libcontainer/keys mkdir -p $WORK/b209/ cat >$WORK/b209/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/keys /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b209/_pkg_.a -trimpath "$WORK/b209=>" -p github.com/opencontainers/runc/libcontainer/keys -complete -buildid d6OXUx2NWcDG5KJXCgXe/d6OXUx2NWcDG5KJXCgXe -goversion go1.15rc1 -D "" -importcfg $WORK/b209/importcfg -pack -c=4 ./keyctl.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b209/_pkg_.a # internal cp $WORK/b209/_pkg_.a /builddir/.cache/go-build/d9/d9794105d98bec49e3314056413effbd9069e3ef387ce7b9688a1b3eaad8a957-d # internal github.com/opencontainers/runc/libcontainer/logs mkdir -p $WORK/b210/ cat >$WORK/b210/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/sirupsen/logrus=$WORK/b183/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/logs /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b210/_pkg_.a -trimpath "$WORK/b210=>" -p github.com/opencontainers/runc/libcontainer/logs -complete -buildid ZWJ286acXEHodlA-P6Xb/ZWJ286acXEHodlA-P6Xb -goversion go1.15rc1 -D "" -importcfg $WORK/b210/importcfg -pack -c=4 ./logs.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b201/_pkg_.a # internal cp $WORK/b201/_pkg_.a /builddir/.cache/go-build/4e/4ee5dd3493ca1bdcf1e2915e714010590916b21e00d842276b7d576c26fa3abf-d # internal github.com/cilium/ebpf mkdir -p $WORK/b193/ cat >$WORK/b193/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile debug/elf=$WORK/b194/_pkg_.a packagefile encoding=$WORK/b026/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/cilium/ebpf/asm=$WORK/b198/_pkg_.a packagefile github.com/cilium/ebpf/internal=$WORK/b199/_pkg_.a packagefile github.com/cilium/ebpf/internal/btf=$WORK/b201/_pkg_.a packagefile github.com/cilium/ebpf/internal/unix=$WORK/b200/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/cilium/ebpf /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b193/_pkg_.a -trimpath "$WORK/b193=>" -p github.com/cilium/ebpf -complete -buildid ZMRo1lO33jzKg8VMV1Ax/ZMRo1lO33jzKg8VMV1Ax -goversion go1.15rc1 -D "" -importcfg $WORK/b193/importcfg -pack -c=4 ./abi.go ./collection.go ./doc.go ./elf_reader.go ./linker.go ./map.go ./marshalers.go ./prog.go ./syscalls.go ./types.go ./types_string.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b210/_pkg_.a # internal cp $WORK/b210/_pkg_.a /builddir/.cache/go-build/e0/e0778bc7dd4473de909dcf9ec61bea504dc57b5921941b9c007fec2c92dcbe97-d # internal github.com/opencontainers/runc/libcontainer/mount mkdir -p $WORK/b211/ cat >$WORK/b211/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/mount /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b211/_pkg_.a -trimpath "$WORK/b211=>" -p github.com/opencontainers/runc/libcontainer/mount -complete -buildid ft1WCkE8GTPMPDa5Hl0v/ft1WCkE8GTPMPDa5Hl0v -goversion go1.15rc1 -D "" -importcfg $WORK/b211/importcfg -pack -c=4 ./mount.go ./mount_linux.go ./mountinfo.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b211/_pkg_.a # internal cp $WORK/b211/_pkg_.a /builddir/.cache/go-build/34/34e5f95be86bd7703538fd28354add2859136bbf631824d5436fb6876e9542a0-d # internal github.com/opencontainers/runc/libcontainer/seccomp mkdir -p $WORK/b212/ cat >$WORK/b212/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/seccomp /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b212/_pkg_.a -trimpath "$WORK/b212=>" -p github.com/opencontainers/runc/libcontainer/seccomp -complete -buildid iGKK8B5nOFniyfPIyQ-L/iGKK8B5nOFniyfPIyQ-L -goversion go1.15rc1 -D "" -importcfg $WORK/b212/importcfg -pack -c=4 ./config.go ./seccomp_unsupported.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b118/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b212/_pkg_.a # internal cp $WORK/b212/_pkg_.a /builddir/.cache/go-build/ec/ec26c3da754dbde610e6262f4ee1ec64b84d31a1b2a4fb2675cd177d4770a0a8-d # internal github.com/opencontainers/runc/libcontainer/stacktrace mkdir -p $WORK/b213/ cat >$WORK/b213/importcfg << 'EOF' # internal # import config packagefile path/filepath=$WORK/b089/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/stacktrace /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b213/_pkg_.a -trimpath "$WORK/b213=>" -p github.com/opencontainers/runc/libcontainer/stacktrace -complete -buildid TnEpk7jiXlHRkL0k0HsF/TnEpk7jiXlHRkL0k0HsF -goversion go1.15rc1 -D "" -importcfg $WORK/b213/importcfg -pack -c=4 ./capture.go ./frame.go ./stacktrace.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b213/_pkg_.a # internal cp $WORK/b213/_pkg_.a /builddir/.cache/go-build/4c/4ca9de77521999d1202c3e43cc5bc6651267846481aea280e718e3d8b69b81d5-d # internal github.com/syndtr/gocapability/capability mkdir -p $WORK/b216/ cat >$WORK/b216/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/syndtr/gocapability/capability /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b216/_pkg_.a -trimpath "$WORK/b216=>" -p github.com/syndtr/gocapability/capability -complete -buildid mBvIAJynjsiH_00VlWbd/mBvIAJynjsiH_00VlWbd -goversion go1.15rc1 -D "" -importcfg $WORK/b216/importcfg -pack -c=4 ./capability.go ./capability_linux.go ./enum.go ./enum_gen.go ./syscall_linux.go cp $WORK/b118/_pkg_.a /builddir/.cache/go-build/01/01385b1110a0593d43b7b4a9b7972fdc2fa8787f95bc08c475329e6e784e4dfd-d # internal google.golang.org/grpc/transport mkdir -p $WORK/b160/ cat >$WORK/b160/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile encoding/base64=$WORK/b027/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile golang.org/x/net/http2=$WORK/b118/_pkg_.a packagefile golang.org/x/net/http2/hpack=$WORK/b119/_pkg_.a packagefile google.golang.org/genproto/googleapis/rpc/status=$WORK/b158/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a packagefile google.golang.org/grpc/credentials=$WORK/b136/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a packagefile google.golang.org/grpc/keepalive=$WORK/b146/_pkg_.a packagefile google.golang.org/grpc/metadata=$WORK/b147/_pkg_.a packagefile google.golang.org/grpc/peer=$WORK/b149/_pkg_.a packagefile google.golang.org/grpc/stats=$WORK/b152/_pkg_.a packagefile google.golang.org/grpc/status=$WORK/b153/_pkg_.a packagefile google.golang.org/grpc/tap=$WORK/b159/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc/transport /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b160/_pkg_.a -trimpath "$WORK/b160=>" -p google.golang.org/grpc/transport -complete -buildid YpZsZ_TqPptt7jghCnIp/YpZsZ_TqPptt7jghCnIp -goversion go1.15rc1 -D "" -importcfg $WORK/b160/importcfg -pack -c=4 ./bdp_estimator.go ./control.go ./go17.go ./handler_server.go ./http2_client.go ./http2_server.go ./http_util.go ./log.go ./transport.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b216/_pkg_.a # internal cp $WORK/b216/_pkg_.a /builddir/.cache/go-build/a8/a84175f2b7b4a67214f60cd3517ca5ed49e2167c0f358100234b26bb9d21a01a-d # internal github.com/vishvananda/netns mkdir -p $WORK/b219/ cat >$WORK/b219/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/vishvananda/netns /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b219/_pkg_.a -trimpath "$WORK/b219=>" -p github.com/vishvananda/netns -complete -buildid gC84fewVOGuia2nwnauF/gC84fewVOGuia2nwnauF -goversion go1.15rc1 -D "" -importcfg $WORK/b219/importcfg -pack -c=4 ./netns.go ./netns_linux.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b219/_pkg_.a # internal cp $WORK/b219/_pkg_.a /builddir/.cache/go-build/17/17df21938d7a4edb6388acb3e987d45484b9a992c3c90ca4d3f6fdca2e9b219f-d # internal github.com/vishvananda/netlink/nl mkdir -p $WORK/b218/ cat >$WORK/b218/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/vishvananda/netns=$WORK/b219/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/vishvananda/netlink/nl /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b218/_pkg_.a -trimpath "$WORK/b218=>" -p github.com/vishvananda/netlink/nl -complete -buildid TWhTwu4bgO5qlR_OKlKe/TWhTwu4bgO5qlR_OKlKe -goversion go1.15rc1 -D "" -importcfg $WORK/b218/importcfg -pack -c=4 ./addr_linux.go ./bridge_linux.go ./conntrack_linux.go ./genetlink_linux.go ./link_linux.go ./mpls_linux.go ./nl_linux.go ./rdma_link_linux.go ./route_linux.go ./seg6_linux.go ./seg6local_linux.go ./syscall.go ./tc_linux.go ./xfrm_linux.go ./xfrm_monitor_linux.go ./xfrm_policy_linux.go ./xfrm_state_linux.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b193/_pkg_.a # internal cp $WORK/b193/_pkg_.a /builddir/.cache/go-build/f5/f53e6e1113fa965ca9ea9e72407d39208bdb7328b1936b6c4cd891c46e37a9ac-d # internal github.com/opencontainers/runc/libcontainer/cgroups/ebpf mkdir -p $WORK/b192/ cat >$WORK/b192/importcfg << 'EOF' # internal # import config packagefile github.com/cilium/ebpf=$WORK/b193/_pkg_.a packagefile github.com/cilium/ebpf/asm=$WORK/b198/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups/ebpf /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b192/_pkg_.a -trimpath "$WORK/b192=>" -p github.com/opencontainers/runc/libcontainer/cgroups/ebpf -complete -buildid aPC1K9ucY0e_2izrgvAT/aPC1K9ucY0e_2izrgvAT -goversion go1.15rc1 -D "" -importcfg $WORK/b192/importcfg -pack -c=4 ./ebpf.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b192/_pkg_.a # internal cp $WORK/b192/_pkg_.a /builddir/.cache/go-build/d9/d98c177de54806b9712b33ece937df08bc22d24f9bc85b3d72d574e0827a5533-d # internal github.com/opencontainers/runc/libcontainer/cgroups/fs2 mkdir -p $WORK/b191/ cat >$WORK/b191/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile github.com/cyphar/filepath-securejoin=$WORK/b174/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups=$WORK/b178/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/ebpf=$WORK/b192/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter=$WORK/b202/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/fscommon=$WORK/b186/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/utils=$WORK/b190/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups/fs2 /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b191/_pkg_.a -trimpath "$WORK/b191=>" -p github.com/opencontainers/runc/libcontainer/cgroups/fs2 -complete -buildid muS58aoZKHkQuAkjI-nd/muS58aoZKHkQuAkjI-nd -goversion go1.15rc1 -D "" -importcfg $WORK/b191/importcfg -pack -c=4 ./cpu.go ./cpuset.go ./defaultpath.go ./devices.go ./freezer.go ./fs2.go ./io.go ./memory.go ./pids.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b205/_pkg_.a # internal cp $WORK/b205/_pkg_.a /builddir/.cache/go-build/9d/9dc0582af8d705f3aa6abcff03597d1b28d22f13ce2560bf6ed93f47e0972149-d # internal github.com/coreos/go-systemd/dbus mkdir -p $WORK/b204/ cat >$WORK/b204/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/godbus/dbus=$WORK/b205/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path=$WORK/b115/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/coreos/go-systemd/dbus /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b204/_pkg_.a -trimpath "$WORK/b204=>" -p github.com/coreos/go-systemd/dbus -complete -buildid YPQ8GpZ81jjcCNTpn0mF/YPQ8GpZ81jjcCNTpn0mF -goversion go1.15rc1 -D "" -importcfg $WORK/b204/importcfg -pack -c=4 ./dbus.go ./methods.go ./properties.go ./set.go ./subscription.go ./subscription_set.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b191/_pkg_.a # internal cp $WORK/b191/_pkg_.a /builddir/.cache/go-build/ad/ad1c38ac3f78dbfb8f2c9f55eace8e1902bc4a4011f6190f841625765a51a7e1-d # internal runtime/debug mkdir -p $WORK/b220/ cat >$WORK/b220/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime/debug -trimpath "$WORK/b220=>" -I $WORK/b220/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b220/symabis ./debug.s cat >$WORK/b220/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b220/_pkg_.a -trimpath "$WORK/b220=>" -p runtime/debug -std -buildid yZUxEfqefy1Z7Omq0p7q/yZUxEfqefy1Z7Omq0p7q -goversion go1.15rc1 -symabis $WORK/b220/symabis -D "" -importcfg $WORK/b220/importcfg -pack -asmhdr $WORK/b220/go_asm.h -c=4 ./garbage.go ./mod.go ./stack.go ./stubs.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b218/_pkg_.a # internal cp $WORK/b218/_pkg_.a /builddir/.cache/go-build/0a/0a649699b12cd034562e94eb0ea81932f582f5f2a4b1e716cc3a19c12e72df5d-d # internal github.com/vishvananda/netlink mkdir -p $WORK/b217/ cat >$WORK/b217/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile encoding/hex=$WORK/b086/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/vishvananda/netlink/nl=$WORK/b218/_pkg_.a packagefile github.com/vishvananda/netns=$WORK/b219/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/vishvananda/netlink /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b217/_pkg_.a -trimpath "$WORK/b217=>" -p github.com/vishvananda/netlink -complete -buildid HbKUtm8n3RGQ56UahCXk/HbKUtm8n3RGQ56UahCXk -goversion go1.15rc1 -D "" -importcfg $WORK/b217/importcfg -pack -c=4 ./addr.go ./addr_linux.go ./bpf_linux.go ./bridge_linux.go ./class.go ./class_linux.go ./conntrack_linux.go ./filter.go ./filter_linux.go ./fou.go ./fou_linux.go ./genetlink_linux.go ./gtp_linux.go ./handle_linux.go ./ioctl_linux.go ./link.go ./link_linux.go ./link_tuntap_linux.go ./neigh.go ./neigh_linux.go ./netlink.go ./netlink_linux.go ./netns_linux.go ./order.go ./protinfo.go ./protinfo_linux.go ./qdisc.go ./qdisc_linux.go ./rdma_link_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 cd /usr/lib/golang/src/runtime/debug /usr/lib/golang/pkg/tool/linux_riscv64/asm -p runtime/debug -trimpath "$WORK/b220=>" -I $WORK/b220/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b220/debug.o ./debug.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b220/_pkg_.a $WORK/b220/debug.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b220/_pkg_.a # internal cp $WORK/b220/_pkg_.a /builddir/.cache/go-build/9b/9b0992db0120684da0f75b6d375d11e4d12be20a00ff1de9899dd9a6d89d0075-d # internal github.com/opencontainers/runc/libcontainer/specconv mkdir -p $WORK/b222/ cat >$WORK/b222/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/seccomp=$WORK/b212/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/utils=$WORK/b190/_pkg_.a packagefile github.com/opencontainers/runtime-spec/specs-go=$WORK/b169/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/specconv /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b222/_pkg_.a -trimpath "$WORK/b222=>" -p github.com/opencontainers/runc/libcontainer/specconv -complete -buildid C3A4tzr12rDqjpjmLMyC/C3A4tzr12rDqjpjmLMyC -goversion go1.15rc1 -D "" -importcfg $WORK/b222/importcfg -pack -c=4 ./example.go ./spec_linux.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b160/_pkg_.a # internal cp $WORK/b160/_pkg_.a /builddir/.cache/go-build/76/76d90d0c684c0e072cdc9c4bc9b12c46874e8eb7a8621da10e7d4a7d93b05021-d # internal google.golang.org/grpc mkdir -p $WORK/b117/ cat >$WORK/b117/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b053/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile golang.org/x/net/http2=$WORK/b118/_pkg_.a packagefile golang.org/x/net/trace=$WORK/b126/_pkg_.a packagefile google.golang.org/grpc/balancer=$WORK/b133/_pkg_.a packagefile google.golang.org/grpc/balancer/roundrobin=$WORK/b138/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a packagefile google.golang.org/grpc/connectivity=$WORK/b134/_pkg_.a packagefile google.golang.org/grpc/credentials=$WORK/b136/_pkg_.a packagefile google.golang.org/grpc/encoding=$WORK/b141/_pkg_.a packagefile google.golang.org/grpc/encoding/proto=$WORK/b142/_pkg_.a packagefile google.golang.org/grpc/grpclb/grpc_lb_v1/messages=$WORK/b144/_pkg_.a packagefile google.golang.org/grpc/grpclog=$WORK/b135/_pkg_.a packagefile google.golang.org/grpc/internal=$WORK/b145/_pkg_.a packagefile google.golang.org/grpc/keepalive=$WORK/b146/_pkg_.a packagefile google.golang.org/grpc/metadata=$WORK/b147/_pkg_.a packagefile google.golang.org/grpc/naming=$WORK/b148/_pkg_.a packagefile google.golang.org/grpc/peer=$WORK/b149/_pkg_.a packagefile google.golang.org/grpc/resolver=$WORK/b137/_pkg_.a packagefile google.golang.org/grpc/resolver/dns=$WORK/b150/_pkg_.a packagefile google.golang.org/grpc/resolver/passthrough=$WORK/b151/_pkg_.a packagefile google.golang.org/grpc/stats=$WORK/b152/_pkg_.a packagefile google.golang.org/grpc/status=$WORK/b153/_pkg_.a packagefile google.golang.org/grpc/tap=$WORK/b159/_pkg_.a packagefile google.golang.org/grpc/transport=$WORK/b160/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile net/http/httputil=$WORK/b161/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/google.golang.org/grpc /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b117/_pkg_.a -trimpath "$WORK/b117=>" -p google.golang.org/grpc -complete -buildid _pFsguHlLNBYA4tpFUYv/_pFsguHlLNBYA4tpFUYv -goversion go1.15rc1 -D "" -importcfg $WORK/b117/importcfg -pack -c=4 ./backoff.go ./balancer.go ./balancer_conn_wrappers.go ./balancer_v1_wrapper.go ./call.go ./clientconn.go ./codec.go ./doc.go ./go17.go ./grpclb.go ./grpclb_picker.go ./grpclb_remote_balancer.go ./grpclb_util.go ./interceptor.go ./picker_wrapper.go ./pickfirst.go ./proxy.go ./resolver_conn_wrapper.go ./rpc_util.go ./server.go ./service_config.go ./stream.go ./trace.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b204/_pkg_.a # internal cp $WORK/b204/_pkg_.a /builddir/.cache/go-build/b8/b8ec744537c324a4d2e58121467b8b335f96caf97b697341bfbee367aa851d9d-d # internal github.com/opencontainers/runc/libcontainer/cgroups/systemd mkdir -p $WORK/b203/ cat >$WORK/b203/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/coreos/go-systemd/dbus=$WORK/b204/_pkg_.a packagefile github.com/godbus/dbus=$WORK/b205/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups=$WORK/b178/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/fs=$WORK/b185/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/fs2=$WORK/b191/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile github.com/sirupsen/logrus=$WORK/b183/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer/cgroups/systemd /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b203/_pkg_.a -trimpath "$WORK/b203=>" -p github.com/opencontainers/runc/libcontainer/cgroups/systemd -complete -buildid gWGNJk3lpcsWSyh5bXy1/gWGNJk3lpcsWSyh5bXy1 -goversion go1.15rc1 -D "" -importcfg $WORK/b203/importcfg -pack -c=4 ./apply_systemd.go ./unified_hierarchy.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b222/_pkg_.a # internal cp $WORK/b222/_pkg_.a /builddir/.cache/go-build/cc/cc95d2376ae507b045bc597f1c61b6de3632709517267d8e7e4616f1bba1a5c9-d # internal github.com/uber/jaeger-client-go/internal/spanlog mkdir -p $WORK/b226/ cat >$WORK/b226/importcfg << 'EOF' # internal # import config packagefile encoding/json=$WORK/b025/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opentracing/opentracing-go/log=$WORK/b050/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/internal/spanlog /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b226/_pkg_.a -trimpath "$WORK/b226=>" -p github.com/uber/jaeger-client-go/internal/spanlog -complete -buildid IFPZlAcrCy14Q-YecSv5/IFPZlAcrCy14Q-YecSv5 -goversion go1.15rc1 -D "" -importcfg $WORK/b226/importcfg -pack -c=4 ./json.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b226/_pkg_.a # internal cp $WORK/b226/_pkg_.a /builddir/.cache/go-build/71/71d7974ed88996c117ec754f80c794efd8e7cfbdeeea421ebe2479701092605f-d # internal github.com/uber/jaeger-client-go/log mkdir -p $WORK/b228/ cat >$WORK/b228/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/log /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b228/_pkg_.a -trimpath "$WORK/b228=>" -p github.com/uber/jaeger-client-go/log -complete -buildid bU-dXuo6CKMB_v8yVKGC/bU-dXuo6CKMB_v8yVKGC -goversion go1.15rc1 -D "" -importcfg $WORK/b228/importcfg -pack -c=4 ./logger.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b228/_pkg_.a # internal cp $WORK/b228/_pkg_.a /builddir/.cache/go-build/29/293e69865ec8e824168e8e1fa6f851c749026f187a2da07d994233aa0d9bc4c0-d # internal github.com/uber/jaeger-client-go/thrift mkdir -p $WORK/b229/ cat >$WORK/b229/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/base64=$WORK/b027/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/thrift /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b229/_pkg_.a -trimpath "$WORK/b229=>" -p github.com/uber/jaeger-client-go/thrift -complete -buildid WU3OhL05QyJzR5ANtYzG/WU3OhL05QyJzR5ANtYzG -goversion go1.15rc1 -D "" -importcfg $WORK/b229/importcfg -pack -c=4 ./application_exception.go ./binary_protocol.go ./compact_protocol.go ./exception.go ./memory_buffer.go ./messagetype.go ./numeric.go ./processor.go ./protocol.go ./protocol_exception.go ./protocol_factory.go ./rich_transport.go ./serializer.go ./simple_json_protocol.go ./transport.go ./transport_exception.go ./transport_factory.go ./type.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b203/_pkg_.a # internal cp $WORK/b203/_pkg_.a /builddir/.cache/go-build/45/451a420a5b3fab33431c662b34613a29f2dc6e9423b4bbf7a6db6a1aa41ecf5a-d # internal github.com/codahale/hdrhistogram mkdir -p $WORK/b236/ cat >$WORK/b236/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile math=$WORK/b029/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/codahale/hdrhistogram /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b236/_pkg_.a -trimpath "$WORK/b236=>" -p github.com/codahale/hdrhistogram -complete -buildid jS7D8T-_OjlMiZwSWZB0/jS7D8T-_OjlMiZwSWZB0 -goversion go1.15rc1 -D "" -importcfg $WORK/b236/importcfg -pack -c=4 ./hdr.go ./window.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b236/_pkg_.a # internal cp $WORK/b236/_pkg_.a /builddir/.cache/go-build/75/754955500509cc9690797360482f9c8009c74d9e6e024fd8d096fc7fe0fc4854-d # internal github.com/uber/jaeger-lib/metrics mkdir -p $WORK/b235/ cat >$WORK/b235/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/codahale/hdrhistogram=$WORK/b236/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-lib/metrics /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b235/_pkg_.a -trimpath "$WORK/b235=>" -p github.com/uber/jaeger-lib/metrics -complete -buildid vvTZeSi-TZtHpnTd2dm3/vvTZeSi-TZtHpnTd2dm3 -goversion go1.15rc1 -D "" -importcfg $WORK/b235/importcfg -pack -c=4 ./counter.go ./factory.go ./gauge.go ./local.go ./metrics.go ./stopwatch.go ./timer.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b235/_pkg_.a # internal cp $WORK/b235/_pkg_.a /builddir/.cache/go-build/f1/f1d878b1d803362abcdd745da4e6586f55b916df6fed13112beb53e3c317f8a3-d # internal os/signal mkdir -p $WORK/b242/ cat >$WORK/b242/go_asm.h << 'EOF' # internal EOF cd /usr/lib/golang/src/os/signal /usr/lib/golang/pkg/tool/linux_riscv64/asm -p os/signal -trimpath "$WORK/b242=>" -I $WORK/b242/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -gensymabis -o $WORK/b242/symabis ./sig.s cat >$WORK/b242/importcfg << 'EOF' # internal # import config packagefile os=$WORK/b036/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a EOF /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b242/_pkg_.a -trimpath "$WORK/b242=>" -p os/signal -std -buildid hY80DtBd7pQ_xxBtflOP/hY80DtBd7pQ_xxBtflOP -goversion go1.15rc1 -symabis $WORK/b242/symabis -D "" -importcfg $WORK/b242/importcfg -pack -asmhdr $WORK/b242/go_asm.h -c=4 ./doc.go ./signal.go ./signal_unix.go /usr/lib/golang/pkg/tool/linux_riscv64/asm -p os/signal -trimpath "$WORK/b242=>" -I $WORK/b242/ -I /usr/lib/golang/pkg/include -D GOOS_linux -D GOARCH_riscv64 -o $WORK/b242/sig.o ./sig.s /usr/lib/golang/pkg/tool/linux_riscv64/pack r $WORK/b242/_pkg_.a $WORK/b242/sig.o # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b242/_pkg_.a # internal cp $WORK/b242/_pkg_.a /builddir/.cache/go-build/0b/0b63bfa7bb3ede82256033eeb824c3a5d096f8c236a627d8935615b7ef133fcc-d # internal runtime/pprof mkdir -p $WORK/b243/ cat >$WORK/b243/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile compress/gzip=$WORK/b053/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile sort=$WORK/b035/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile text/tabwriter=$WORK/b132/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /usr/lib/golang/src/runtime/pprof /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b243/_pkg_.a -trimpath "$WORK/b243=>" -p runtime/pprof -std -buildid Sz0mR2_1rqIfzRrNXeor/Sz0mR2_1rqIfzRrNXeor -goversion go1.15rc1 -D "" -importcfg $WORK/b243/importcfg -pack -c=4 ./elf.go ./label.go ./map.go ./pprof.go ./pprof_rusage.go ./proto.go ./protobuf.go ./protomem.go ./runtime.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b229/_pkg_.a # internal cp $WORK/b229/_pkg_.a /builddir/.cache/go-build/31/316975e459998e0c6e1c085f323cab6a1e0e29c622e7a4500618ce8684ff14f0-d # internal github.com/uber/jaeger-client-go/thrift-gen/jaeger mkdir -p $WORK/b230/ cat >$WORK/b230/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/thrift-gen/jaeger /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b230/_pkg_.a -trimpath "$WORK/b230=>" -p github.com/uber/jaeger-client-go/thrift-gen/jaeger -complete -buildid 6XIhMv3-uu6_8H018zGp/6XIhMv3-uu6_8H018zGp -goversion go1.15rc1 -D "" -importcfg $WORK/b230/importcfg -pack -c=4 ./agent.go ./constants.go ./ttypes.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b243/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b117/_pkg_.a # internal cp $WORK/b243/_pkg_.a /builddir/.cache/go-build/7c/7c192ec873a4af36140eeb529b59d86ed1384cc5877c51435ea4c5dc1bbedccc-d # internal github.com/uber/jaeger-client-go/thrift-gen/sampling mkdir -p $WORK/b231/ cat >$WORK/b231/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/thrift-gen/sampling /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b231/_pkg_.a -trimpath "$WORK/b231=>" -p github.com/uber/jaeger-client-go/thrift-gen/sampling -complete -buildid k31I8CU8NTJZYeVmkB9a/k31I8CU8NTJZYeVmkB9a -goversion go1.15rc1 -D "" -importcfg $WORK/b231/importcfg -pack -c=4 ./constants.go ./samplingmanager.go ./ttypes.go cp $WORK/b117/_pkg_.a /builddir/.cache/go-build/80/80786371c9cbe2c775943a60bfa536a86f5eee00d4a3efa61b817effcd03b4b4-d # internal github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc mkdir -p $WORK/b048/ cat >$WORK/b048/importcfg << 'EOF' # internal # import config packagefile github.com/opentracing/opentracing-go=$WORK/b049/_pkg_.a packagefile github.com/opentracing/opentracing-go/ext=$WORK/b116/_pkg_.a packagefile github.com/opentracing/opentracing-go/log=$WORK/b050/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc=$WORK/b117/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a packagefile google.golang.org/grpc/metadata=$WORK/b147/_pkg_.a packagefile google.golang.org/grpc/status=$WORK/b153/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b048/_pkg_.a -trimpath "$WORK/b048=>" -p github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc -complete -buildid XKPGS8gtZ445sLzDUvto/XKPGS8gtZ445sLzDUvto -goversion go1.15rc1 -D "" -importcfg $WORK/b048/importcfg -pack -c=4 ./client.go ./errors.go ./options.go ./package.go ./server.go ./shared.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b230/_pkg_.a # internal cp $WORK/b230/_pkg_.a /builddir/.cache/go-build/1b/1bd3dab1ee6eb3c582c706cfe32a197b0e607994f54e025c74c5a8868bfaedd2-d # internal github.com/kata-containers/agent/protocols/grpc mkdir -p $WORK/b166/ cat >$WORK/b166/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/gogo/protobuf/gogoproto=$WORK/b167/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b044/_pkg_.a packagefile github.com/gogo/protobuf/types=$WORK/b046/_pkg_.a packagefile github.com/kata-containers/agent/pkg/types=$WORK/b163/_pkg_.a packagefile github.com/opencontainers/runtime-spec/specs-go=$WORK/b169/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile google.golang.org/grpc=$WORK/b117/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a packagefile google.golang.org/grpc/status=$WORK/b153/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/kata-containers/agent/protocols/grpc /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b166/_pkg_.a -trimpath "$WORK/b166=>" -p github.com/kata-containers/agent/protocols/grpc -complete -buildid N6FzKGfLi3vGD0u_HY5E/N6FzKGfLi3vGD0u_HY5E -goversion go1.15rc1 -D "" -importcfg $WORK/b166/importcfg -pack -c=4 ./agent.pb.go ./health.pb.go ./oci.pb.go ./utils.go ./version.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b231/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b048/_pkg_.a # internal cp $WORK/b231/_pkg_.a /builddir/.cache/go-build/ee/eeaf8fa9f840b722ea9779acdd81f28c82d1d79a81660ae52a935b3cf7a6bd8a-d # internal github.com/uber/jaeger-client-go/thrift-gen/zipkincore mkdir -p $WORK/b232/ cat >$WORK/b232/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/thrift-gen/zipkincore /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b232/_pkg_.a -trimpath "$WORK/b232=>" -p github.com/uber/jaeger-client-go/thrift-gen/zipkincore -complete -buildid Ck8QsBMAHBQBs61PugQp/Ck8QsBMAHBQBs61PugQp -goversion go1.15rc1 -D "" -importcfg $WORK/b232/importcfg -pack -c=4 ./constants.go ./ttypes.go ./zipkincollector.go cp $WORK/b048/_pkg_.a /builddir/.cache/go-build/35/35d340a141a6f78970dbcafade2aff48a3856376bbe4fad5d1aa9e4d350e6232-d # internal github.com/uber/jaeger-client-go/thrift-gen/baggage mkdir -p $WORK/b238/ cat >$WORK/b238/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/thrift-gen/baggage /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b238/_pkg_.a -trimpath "$WORK/b238=>" -p github.com/uber/jaeger-client-go/thrift-gen/baggage -complete -buildid pLWCW7ZH8aEPiimzebgy/pLWCW7ZH8aEPiimzebgy -goversion go1.15rc1 -D "" -importcfg $WORK/b238/importcfg -pack -c=4 ./baggagerestrictionmanager.go ./constants.go ./ttypes.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b238/_pkg_.a # internal cp $WORK/b238/_pkg_.a /builddir/.cache/go-build/aa/aa4b2a347904db3f35565a5714a9dd2922512f337868b7664fbdec84f6d835d0-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b232/_pkg_.a # internal cp $WORK/b232/_pkg_.a /builddir/.cache/go-build/f1/f136022b0730aa13e87e57ab4f27c1a66e5594370203e7596e07bed03990d11c-d # internal github.com/uber/jaeger-client-go/thrift-gen/agent mkdir -p $WORK/b234/ cat >$WORK/b234/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/jaeger=$WORK/b230/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/zipkincore=$WORK/b232/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/thrift-gen/agent /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b234/_pkg_.a -trimpath "$WORK/b234=>" -p github.com/uber/jaeger-client-go/thrift-gen/agent -complete -buildid AX3GytrUYmdUAvBDAy9_/AX3GytrUYmdUAvBDAy9_ -goversion go1.15rc1 -D "" -importcfg $WORK/b234/importcfg -pack -c=4 ./agent.go ./constants.go ./ttypes.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b234/_pkg_.a # internal cp $WORK/b234/_pkg_.a /builddir/.cache/go-build/63/636928bceef761375f46e503d3beabbabc440dbc3837f50c387165f0446546a5-d # internal github.com/uber/jaeger-client-go/utils mkdir -p $WORK/b233/ cat >$WORK/b233/importcfg << 'EOF' # internal # import config packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/agent=$WORK/b234/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/jaeger=$WORK/b230/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/zipkincore=$WORK/b232/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math/rand=$WORK/b064/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/utils /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b233/_pkg_.a -trimpath "$WORK/b233=>" -p github.com/uber/jaeger-client-go/utils -complete -buildid BReLG_NyUj_Epy8YE5qM/BReLG_NyUj_Epy8YE5qM -goversion go1.15rc1 -D "" -importcfg $WORK/b233/importcfg -pack -c=4 ./http_json.go ./localip.go ./rand.go ./rate_limiter.go ./udp_client.go ./utils.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b217/_pkg_.a # internal cp $WORK/b217/_pkg_.a /builddir/.cache/go-build/c8/c85712072ad72a109053988cea745329a39592634462ae5345e95a21265f2258-d # internal github.com/opencontainers/runc/libcontainer mkdir -p $WORK/b171/ cat >$WORK/b171/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/checkpoint-restore/go-criu/rpc=$WORK/b172/_pkg_.a packagefile github.com/containerd/console=$WORK/b173/_pkg_.a packagefile github.com/cyphar/filepath-securejoin=$WORK/b174/_pkg_.a packagefile github.com/golang/protobuf/proto=$WORK/b143/_pkg_.a packagefile github.com/mrunalp/fileutils=$WORK/b176/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/apparmor=$WORK/b177/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups=$WORK/b178/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/fs=$WORK/b185/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/fs2=$WORK/b191/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/cgroups/systemd=$WORK/b203/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs/validate=$WORK/b206/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/intelrdt=$WORK/b207/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/keys=$WORK/b209/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/logs=$WORK/b210/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/mount=$WORK/b211/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/seccomp=$WORK/b212/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/stacktrace=$WORK/b213/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/system=$WORK/b187/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/user=$WORK/b188/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/utils=$WORK/b190/_pkg_.a packagefile github.com/opencontainers/runc/types=$WORK/b214/_pkg_.a packagefile github.com/opencontainers/runtime-spec/specs-go=$WORK/b169/_pkg_.a packagefile github.com/opencontainers/selinux/go-selinux/label=$WORK/b215/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile github.com/sirupsen/logrus=$WORK/b183/_pkg_.a packagefile github.com/syndtr/gocapability/capability=$WORK/b216/_pkg_.a packagefile github.com/vishvananda/netlink=$WORK/b217/_pkg_.a packagefile github.com/vishvananda/netlink/nl=$WORK/b218/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile os/exec=$WORK/b184/_pkg_.a packagefile path=$WORK/b115/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile regexp=$WORK/b180/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/debug=$WORK/b220/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile text/template=$WORK/b130/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/opencontainers/runc/libcontainer /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b171/_pkg_.a -trimpath "$WORK/b171=>" -p github.com/opencontainers/runc/libcontainer -complete -buildid 18kmAiO1OL63-VxMaPvV/18kmAiO1OL63-VxMaPvV -goversion go1.15rc1 -D "" -importcfg $WORK/b171/importcfg -pack -c=4 ./capabilities_linux.go ./console_linux.go ./container.go ./container_linux.go ./criu_opts_linux.go ./error.go ./factory.go ./factory_linux.go ./generic_error.go ./init_linux.go ./message_linux.go ./network_linux.go ./notify_linux.go ./process.go ./process_linux.go ./restored_process.go ./rootfs_linux.go ./setns_init_linux.go ./standard_init_linux.go ./state_linux.go ./stats_linux.go ./sync.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b233/_pkg_.a # internal cp $WORK/b233/_pkg_.a /builddir/.cache/go-build/c9/c9d9b081d462d18ad690952fbba740063f6454e459d796454bbc002c80781145-d # internal github.com/uber/jaeger-client-go mkdir -p $WORK/b224/ cat >$WORK/b224/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile encoding/binary=$WORK/b028/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opentracing/opentracing-go=$WORK/b049/_pkg_.a packagefile github.com/opentracing/opentracing-go/ext=$WORK/b116/_pkg_.a packagefile github.com/opentracing/opentracing-go/log=$WORK/b050/_pkg_.a packagefile github.com/uber/jaeger-client-go/internal/baggage=$WORK/b225/_pkg_.a packagefile github.com/uber/jaeger-client-go/internal/spanlog=$WORK/b226/_pkg_.a packagefile github.com/uber/jaeger-client-go/internal/throttler=$WORK/b227/_pkg_.a packagefile github.com/uber/jaeger-client-go/log=$WORK/b228/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/jaeger=$WORK/b230/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/sampling=$WORK/b231/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/zipkincore=$WORK/b232/_pkg_.a packagefile github.com/uber/jaeger-client-go/utils=$WORK/b233/_pkg_.a packagefile github.com/uber/jaeger-lib/metrics=$WORK/b235/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile log=$WORK/b045/_pkg_.a packagefile math=$WORK/b029/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b224/_pkg_.a -trimpath "$WORK/b224=>" -p github.com/uber/jaeger-client-go -complete -buildid IhWyftW2t39gKT1GikJr/IhWyftW2t39gKT1GikJr -goversion go1.15rc1 -D "" -importcfg $WORK/b224/importcfg -pack -c=4 ./baggage_setter.go ./constants.go ./context.go ./contrib_observer.go ./doc.go ./header.go ./interop.go ./jaeger_tag.go ./jaeger_thrift_span.go ./logger.go ./metrics.go ./observer.go ./process.go ./propagation.go ./reference.go ./reporter.go ./reporter_options.go ./sampler.go ./sampler_options.go ./span.go ./tracer.go ./tracer_options.go ./transport.go ./transport_udp.go ./zipkin.go ./zipkin_thrift_span.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b224/_pkg_.a # internal cp $WORK/b224/_pkg_.a /builddir/.cache/go-build/99/99ab93bba32c0e8e9d104735bee00b7ac5e38d254f7ad24b8047c0c9676bd8e5-d # internal github.com/uber/jaeger-client-go/internal/throttler/remote github.com/uber/jaeger-client-go/internal/baggage/remote mkdir -p $WORK/b237/ mkdir -p $WORK/b239/ cat >$WORK/b237/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go=$WORK/b224/_pkg_.a packagefile github.com/uber/jaeger-client-go/internal/baggage=$WORK/b225/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/baggage=$WORK/b238/_pkg_.a packagefile github.com/uber/jaeger-client-go/utils=$WORK/b233/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/internal/baggage/remote /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b237/_pkg_.a -trimpath "$WORK/b237=>" -p github.com/uber/jaeger-client-go/internal/baggage/remote -complete -buildid pB8f9vo1eZeGAalUfS7g/pB8f9vo1eZeGAalUfS7g -goversion go1.15rc1 -D "" -importcfg $WORK/b237/importcfg -pack -c=4 ./options.go ./restriction_manager.go cat >$WORK/b239/importcfg << 'EOF' # internal # import config packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile github.com/uber/jaeger-client-go=$WORK/b224/_pkg_.a packagefile github.com/uber/jaeger-client-go/utils=$WORK/b233/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile sync/atomic=$WORK/b017/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/internal/throttler/remote /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b239/_pkg_.a -trimpath "$WORK/b239=>" -p github.com/uber/jaeger-client-go/internal/throttler/remote -complete -buildid bx5vvP1Cbl-9pGoDxvoc/bx5vvP1Cbl-9pGoDxvoc -goversion go1.15rc1 -D "" -importcfg $WORK/b239/importcfg -pack -c=4 ./options.go ./throttler.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b239/_pkg_.a # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b237/_pkg_.a # internal cp $WORK/b239/_pkg_.a /builddir/.cache/go-build/b2/b2c40403cf6e1a871fbc201edf3d6fa1357b3ab7df15508840486aaee0895b19-d # internal github.com/uber/jaeger-client-go/rpcmetrics mkdir -p $WORK/b240/ cat >$WORK/b240/importcfg << 'EOF' # internal # import config packagefile github.com/opentracing/opentracing-go=$WORK/b049/_pkg_.a packagefile github.com/opentracing/opentracing-go/ext=$WORK/b116/_pkg_.a packagefile github.com/uber/jaeger-client-go=$WORK/b224/_pkg_.a packagefile github.com/uber/jaeger-lib/metrics=$WORK/b235/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/rpcmetrics /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b240/_pkg_.a -trimpath "$WORK/b240=>" -p github.com/uber/jaeger-client-go/rpcmetrics -complete -buildid wDuNLy8BSM_XQ2EkPpOF/wDuNLy8BSM_XQ2EkPpOF -goversion go1.15rc1 -D "" -importcfg $WORK/b240/importcfg -pack -c=4 ./doc.go ./endpoints.go ./metrics.go ./normalizer.go ./observer.go cp $WORK/b237/_pkg_.a /builddir/.cache/go-build/3f/3f2d004a8cb07b4dbbe11da419e91948ffea68acc8d520e1e44d9ab47d36b45e-d # internal github.com/uber/jaeger-client-go/transport mkdir -p $WORK/b241/ cat >$WORK/b241/importcfg << 'EOF' # internal # import config packagefile bytes=$WORK/b003/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/uber/jaeger-client-go=$WORK/b224/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift=$WORK/b229/_pkg_.a packagefile github.com/uber/jaeger-client-go/thrift-gen/jaeger=$WORK/b230/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile net/http=$WORK/b052/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/transport /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b241/_pkg_.a -trimpath "$WORK/b241=>" -p github.com/uber/jaeger-client-go/transport -complete -buildid znGNd6Zp7IklC5sA3Uhc/znGNd6Zp7IklC5sA3Uhc -goversion go1.15rc1 -D "" -importcfg $WORK/b241/importcfg -pack -c=4 ./doc.go ./http.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b240/_pkg_.a # internal cp $WORK/b240/_pkg_.a /builddir/.cache/go-build/00/0021d6509728ac9f1243e9ae047f0577c8b77d541a52ed59c744f9f07e956b37-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b241/_pkg_.a # internal cp $WORK/b241/_pkg_.a /builddir/.cache/go-build/19/19fb8ebc593a7ea1a0efc9484f3c421f7a97b11ae9ebdfa3f96ed54314e6e96c-d # internal github.com/uber/jaeger-client-go/config mkdir -p $WORK/b223/ cat >$WORK/b223/importcfg << 'EOF' # internal # import config packagefile errors=$WORK/b004/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/opentracing/opentracing-go=$WORK/b049/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile github.com/uber/jaeger-client-go=$WORK/b224/_pkg_.a packagefile github.com/uber/jaeger-client-go/internal/baggage/remote=$WORK/b237/_pkg_.a packagefile github.com/uber/jaeger-client-go/internal/throttler/remote=$WORK/b239/_pkg_.a packagefile github.com/uber/jaeger-client-go/rpcmetrics=$WORK/b240/_pkg_.a packagefile github.com/uber/jaeger-client-go/transport=$WORK/b241/_pkg_.a packagefile github.com/uber/jaeger-lib/metrics=$WORK/b235/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile net/url=$WORK/b094/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/uber/jaeger-client-go/config /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b223/_pkg_.a -trimpath "$WORK/b223=>" -p github.com/uber/jaeger-client-go/config -complete -buildid Ha2kYVr60P9iB06C12qn/Ha2kYVr60P9iB06C12qn -goversion go1.15rc1 -D "" -importcfg $WORK/b223/importcfg -pack -c=4 ./config.go ./config_env.go ./options.go /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b171/_pkg_.a # internal cp $WORK/b171/_pkg_.a /builddir/.cache/go-build/3c/3c91f50a507e0abaacd19af9d92d81c4953de91b83c9a70ad03cea4b84d531db-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b223/_pkg_.a # internal cp $WORK/b223/_pkg_.a /builddir/.cache/go-build/4d/4dae1fc60e0a8b56cc57a3e8a7e573ea2d0eebeecd6db563c69420d4f3c81293-d # internal /usr/lib/golang/pkg/tool/linux_riscv64/buildid -w $WORK/b166/_pkg_.a # internal cp $WORK/b166/_pkg_.a /builddir/.cache/go-build/c7/c72fe8f927c461c56bce0692c5d57b86ad3072da0377d18ac6f2dadbe14e1565-d # internal github.com/kata-containers/agent mkdir -p $WORK/b001/ cat >$WORK/b001/importcfg << 'EOF' # internal # import config packagefile bufio=$WORK/b002/_pkg_.a packagefile bytes=$WORK/b003/_pkg_.a packagefile context=$WORK/b021/_pkg_.a packagefile encoding/json=$WORK/b025/_pkg_.a packagefile errors=$WORK/b004/_pkg_.a packagefile flag=$WORK/b042/_pkg_.a packagefile fmt=$WORK/b033/_pkg_.a packagefile github.com/docker/docker/pkg/parsers=$WORK/b043/_pkg_.a packagefile github.com/gogo/protobuf/proto=$WORK/b044/_pkg_.a packagefile github.com/gogo/protobuf/types=$WORK/b046/_pkg_.a packagefile github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc=$WORK/b048/_pkg_.a packagefile github.com/hashicorp/yamux=$WORK/b162/_pkg_.a packagefile github.com/kata-containers/agent/pkg/types=$WORK/b163/_pkg_.a packagefile github.com/kata-containers/agent/pkg/uevent=$WORK/b164/_pkg_.a packagefile github.com/kata-containers/agent/protocols/grpc=$WORK/b166/_pkg_.a packagefile github.com/mdlayher/vsock=$WORK/b170/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer=$WORK/b171/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/configs=$WORK/b182/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/nsenter=$WORK/b221/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/seccomp=$WORK/b212/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/specconv=$WORK/b222/_pkg_.a packagefile github.com/opencontainers/runc/libcontainer/utils=$WORK/b190/_pkg_.a packagefile github.com/opencontainers/runtime-spec/specs-go=$WORK/b169/_pkg_.a packagefile github.com/opentracing/opentracing-go=$WORK/b049/_pkg_.a packagefile github.com/pkg/errors=$WORK/b175/_pkg_.a packagefile github.com/sirupsen/logrus=$WORK/b183/_pkg_.a packagefile github.com/uber/jaeger-client-go/config=$WORK/b223/_pkg_.a packagefile github.com/vishvananda/netlink=$WORK/b217/_pkg_.a packagefile golang.org/x/net/context=$WORK/b051/_pkg_.a packagefile golang.org/x/sys/unix=$WORK/b165/_pkg_.a packagefile google.golang.org/grpc=$WORK/b117/_pkg_.a packagefile google.golang.org/grpc/codes=$WORK/b140/_pkg_.a packagefile google.golang.org/grpc/status=$WORK/b153/_pkg_.a packagefile io=$WORK/b014/_pkg_.a packagefile io/ioutil=$WORK/b088/_pkg_.a packagefile net=$WORK/b090/_pkg_.a packagefile os=$WORK/b036/_pkg_.a packagefile os/exec=$WORK/b184/_pkg_.a packagefile os/signal=$WORK/b242/_pkg_.a packagefile path=$WORK/b115/_pkg_.a packagefile path/filepath=$WORK/b089/_pkg_.a packagefile reflect=$WORK/b031/_pkg_.a packagefile regexp=$WORK/b180/_pkg_.a packagefile runtime=$WORK/b008/_pkg_.a packagefile runtime/pprof=$WORK/b243/_pkg_.a packagefile strconv=$WORK/b032/_pkg_.a packagefile strings=$WORK/b020/_pkg_.a packagefile sync=$WORK/b015/_pkg_.a packagefile syscall=$WORK/b023/_pkg_.a packagefile time=$WORK/b022/_pkg_.a EOF cd /builddir/build/BUILD/agent-1.11.1/go/src/github.com/kata-containers/agent/go/src/github.com/kata-containers/agent /usr/lib/golang/pkg/tool/linux_riscv64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -p main -complete -buildid pi1Dd1BADsM6n3B_BvL8/pi1Dd1BADsM6n3B_BvL8 -goversion go1.15rc1 -D "" -importcfg $WORK/b001/importcfg -pack -c=4 ./agent.go ./api.go ./cgroup.go ./channel.go ./config.go ./device.go ./epoll.go ./grpc.go ./mockcontainer.go ./mockreaper.go ./mount.go ./namespace.go ./network.go ./oci.go ./random_linux.go ./reaper.go ./signals.go ./tracing.go # github.com/kata-containers/agent go/src/github.com/kata-containers/agent/agent.go:615:39: undefined: pauseBinKey go/src/github.com/kata-containers/agent/agent.go:615:52: undefined: pauseBinValue go/src/github.com/kata-containers/agent/agent.go:758:36: undefined: rootBusPath go/src/github.com/kata-containers/agent/agent.go:758:83: undefined: acpiDevPath go/src/github.com/kata-containers/agent/agent.go:776:53: undefined: rootBusPath go/src/github.com/kata-containers/agent/agent.go:781:38: undefined: pfnDevPrefix error: Bad exit status from /var/tmp/rpm-tmp.r2cUrg (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.r2cUrg (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 95, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 746, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/kata-agent.spec